Robert

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Events calendar and Community events add on #1549368
    Robert
    Participant

    Does the shortcode [tribe_events] only work with the Pro version?

    in reply to: Monthly calendar view, show time of event #1343579
    Robert
    Participant

    Thank you Jennifer that worked like a charm!

    in reply to: Calendar Pro Print the monthly calendar #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.

    in reply to: Calendar Pro Print the monthly calendar #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();} ?>

    in reply to: Calendar Pro Print the monthly calendar #1339750
    Robert
    Participant

    This reply is private.

Viewing 5 posts - 1 through 5 (of 5 total)