Home › Forums › Calendar Products › Events Calendar PRO › Calendar Pagenation
- This topic has 7 replies, 3 voices, and was last updated 10 years, 3 months ago by
Brian.
-
AuthorPosts
-
November 9, 2015 at 4:13 am #1023163
Ben
ParticipantHi 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
November 9, 2015 at 3:12 pm #1023488Brian
MemberHi 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
November 9, 2015 at 3:31 pm #1023500Ben
ParticipantHi there,
Would normally send the link but the calendar is full of private info. Can send you a screenshot?
Ben
November 9, 2015 at 5:05 pm #1023518Brian
MemberHi,
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
November 9, 2015 at 6:52 pm #1023550Ben
ParticipantThis reply is private.
November 10, 2015 at 7:43 am #1023741Brian
MemberHi,
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
December 22, 2015 at 2:34 pm #1045608Nethaji
ParticipantCan it be a feature request? because every time we update then we have to change the single event.php
January 3, 2016 at 7:45 am #1049433Brian
MemberHi 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.
-
AuthorPosts
- The topic ‘Calendar Pagenation’ is closed to new replies.
