• Resolved cpaprotna

    (@cpaprotna)


    Is there a setting that allows the end user to switch from Calendar View to List view? How about adding a category filter?

    Also, on the demo, I noticed that if you click on an event, it will open the event in single page view. The back to events link, will then go back to the /events page of the site instead of the page that had the shortcode. Is this as designed?

    I’d like to use a shortcode because the site has different ads that need to be displayed based on the category of event that is being displayed. But if I can’t control some of these things it won’t work for me.

Viewing 1 replies (of 1 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hi @cpaprotna,

    Thanks for checking out the plugin and for the questions!

    1) There is no setting, but you can add whatever filters you’d like as separate tabs with different ecs-list-events shortcodes in them (ie. using something like Beaver Builder) or just as links to separate pages in your site.

    2) That “All Events” link at the top does go to /events since that’s the only spot where all the events are listed. Because this is an add-on for The Events Calendar and doesn’t replace their event pages, and you can get to a single event from any number of ways (ie. from one of these shortcodes, from /events/, from a google search, etc), you’d need to hide or change that link if you don’t want people to go to the default /events page. Definitely by design that we don’t modify it.

    You could either hide the link with CSS, ie.

    .tribe-events-back { display: none; }

    Or override the views/single-event.php template (instructions here) and put a link such as javascript:history(-1) to “go back” no matter where they came from.

    Hope this helps, if not let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘PreSale Questions’ is closed to new replies.