Home › Forums › Calendar Products › Events Calendar PRO › Calendar Pro Print the monthly calendar
- This topic has 9 replies, 2 voices, and was last updated 8 years, 7 months ago by
Robert.
-
AuthorPosts
-
August 24, 2017 at 7:29 am #1339724
Robert
ParticipantI saw the link to PrintFriendly to add a print feature, but it is not showing up. I would like the monthly calendar to have a print feature. http://b01.bc3.myftpupload.com/events/
Please advise ASAP.Thank you
RobertAugust 24, 2017 at 7:57 am #1339748Courtney
MemberHi Robert
Can you send us your System Info? Just wondering if you’ve installed the PrintFriendly plugin on your site.
We’re limited in helping with styling customizations or 3rd party integrations, per our Scope of Support / Terms.
Thanks
Courtney 🙂August 24, 2017 at 8:01 am #1339750Robert
ParticipantThis reply is private.
August 24, 2017 at 8:42 am #1339778Courtney
MemberThanks Robert.
Can you go through the settings on Printfriendly and review how to enable the button on your pages? If you want this only on your /Events page, you will need to add it via the Themer’s Guide to the view of your calendar.
This is a bit beyond our scope, so I can’t really walk you through that customization much, but would be happy to proofread any code you share.
Thanks
Courtney 🙂August 24, 2017 at 12:09 pm #1339965Robert
ParticipantI’ve added to month.php. but when i select print icon, it chooses only the event of the day to print. I would like the entire calendar month grid to print as it appears on the screen. I’ve included the month.php code below. Please advise.
thank you
robert
if(function_exists(‘pf_show_link’)){echo pf_show_link();} ?>**************
<?php
/**
* Month View Template
* The wrapper template for month view.
*
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/month.php
*
* @package TribeEventsCalendar
*
*/if ( ! defined( ‘ABSPATH’ ) ) {
die( ‘-1’ );
}do_action( ‘tribe_events_before_template’ );
// Tribe Bar
tribe_get_template_part( ‘modules/bar’ );// Main Events Content
tribe_get_template_part( ‘month/content’ );do_action( ‘tribe_events_after_template’ );
if(function_exists(‘pf_show_link’)){echo pf_show_link();} ?>
August 25, 2017 at 1:56 pm #1340524Courtney
MemberHi Robert
I checked in with our developers who pointed me at this as a starting point:
https://gist.github.com/cliffordp/edec7dff1e2d92333682759d0b8de7de
Add this snippet, minus the start and end of PHP, to either your child theme’s functions.php file or use the My Custom Functions plugin. (Removing the PrintFriendly code)? I hope this way works.
Thanks
Courtney 🙂August 29, 2017 at 7:20 am #1341717Robert
ParticipantThank you. Still doesnt accomplish what I am after. Why dont you have a simple print feature built into the application. Seems like necessary feature.
August 29, 2017 at 8:17 am #1341752Courtney
MemberHi Robert
Surprisingly, most of our users thus far have not requested a printable calendar. Hence, it hasn’t been built yet.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
You can suggest it it http://tribe.uservoice.com.
Thanks
Courtney 🙂September 20, 2017 at 9:36 am #1351997Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Calendar Pro Print the monthly calendar’ is closed to new replies.
