Calendar Pro Print the monthly calendar

Home Forums Calendar Products Events Calendar PRO Calendar Pro Print the monthly calendar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1339724
    Robert
    Participant

    I 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
    Robert

    #1339748
    Courtney
    Member

    Hi 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 🙂

    #1339750
    Robert
    Participant

    This reply is private.

    #1339778
    Courtney
    Member

    Thanks 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 🙂

    #1339965
    Robert
    Participant

    I’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();} ?>

    #1340524
    Courtney
    Member

    Hi 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 🙂

    #1341717
    Robert
    Participant

    Thank you. Still doesnt accomplish what I am after. Why dont you have a simple print feature built into the application. Seems like necessary feature.

    #1341752
    Courtney
    Member

    Hi 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 🙂

    #1351997
    Support Droid
    Keymaster

    Hey 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Calendar Pro Print the monthly calendar’ is closed to new replies.