Calendar Pagenation

Home Forums Calendar Products Events Calendar PRO Calendar Pagenation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1023163
    Ben
    Participant

    Hi there,

    I am trying to remove the Related Events under the single event – this I was able to do. But cant remove the arrows left and right leading to the next posts/event.

    I am trying to essentially isolate certain categories from other categories, and this seems to be a portal in.

    Thanks

    Ben

    #1023488
    Brian
    Member

    Hi Ben,

    Thanks for using our plugins. I can help out here.

    Do you have a link of the page you are trying to do this and I can help out some more after seeing it.

    Also, for many edits the themer’s guide is a good resource to start at:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Let me know about that link and we can go from here.

    Thanks

    #1023500
    Ben
    Participant

    Hi there,

    Would normally send the link but the calendar is full of private info. Can send you a screenshot?

    Ben

    #1023518
    Brian
    Member

    Hi,

    A screenshot might work. If you can provide a link to it.

    You can make you reply private and include the link there too.

    Thanks

    #1023550
    Ben
    Participant

    This reply is private.

    #1023741
    Brian
    Member

    Hi,

    You can remove this section following our themer’s guide to move that template to your theme and make the change there:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    From the single event template found here:

    plugins/the-events-calendar/src/views/single-event.php

    And moved to here:

    yourtheme/tribe-events/single-event.php

    Then look to delete or comment out this:

    <!-- Event footer -->
    <div id="tribe-events-footer">
    <!-- Navigation -->

    <?php printf( __( '%s Navigation', 'the-events-calendar' ), $events_label_singular ); ?>

    <ul class="tribe-events-sub-nav">
    <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?>
    <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?>

    <!-- .tribe-events-sub-nav -->
    </div>
    <!-- #tribe-events-footer -->

    That should do it then.

    Let me know how that works out.

    Thanks

    #1045608
    Nethaji
    Participant

    Can it be a feature request? because every time we update then we have to change the single event.php

    #1049433
    Brian
    Member

    Hi Nethaji,

    If you update the template in your theme you do not lose the changes.

    Follow this guide to do that:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Calendar Pagenation’ is closed to new replies.