Hello Patricia!
Thanks for getting in touch with us! 🙂 Let me try to help you with that.
If you want to remove the previous/next navigation you can do so by doing a template customization. In our themer’s guide > https://theeventscalendar.com/knowledgebase/themers-guide/ you can learn how to customize our templates.
For example, if you want to remove the previous/next navigation from the list view, you can do the following:
- Make a copy of the content.php template file. It is located at wp-content/plugins/the-the-events-calendar/src/views/list/content.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called list
- Drop your copied content.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, comment out or completely eliminate line 42 and 63 where the navigation templates are called.
Will this work for you? Please let me know.
Best,
Victor