Photo View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1374002
    sijcc1
    Participant

    How do I disable previous next and extend events calendar when I embed photo view to the whole page and not start on another page?

    #1375093
    Jennifer
    Keymaster

    Hello,

    Thanks for reaching out!

    To show all events in photo view, you can add the snippet in this post to your functions.php file in your child theme. For the previous and next links, you could either hide them with CSS or remove them from the templates by following these instructions. Look for something like this section in each of the templates, which you can delete from the templates after copying them into your child theme.

    <!-- Footer Navigation -->
    <?php do_action( 'tribe_events_before_footer_nav' ); ?>
    <?php tribe_get_template_part( 'month/nav' ); ?>
    <?php do_action( 'tribe_events_after_footer_nav' ); ?>

    Let me know if this helps and if you have any questions!

    Thanks,

    Jennifer

    #1391575
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Photo View’ is closed to new replies.