Hi there,
I’m currently working on setting up the filter functionality in my EventON plugin, but I’m running into an issue. The shortcode I’m using doesn’t seem to work the same way as shown in your documentation or examples the filters aren’t displaying or behaving as expected.
Additionally, I’d like to know if it’s possible to switch the display from the current Event List View to a Calendar View, and how to best implement that using the available settings or shortcodes.
Thank You.
Jun 18,2025 AT 7:04AM - 1 week ago -Hello,
Please go to EventON > Sorting and Filtering > enable Event filtering options to show on the calendar. You can also enable Sort options on the same page.
Take a look at “Enable multi views switcher (Addons Required) Beta*”:
Use [add_eventon view_switcher=”yes”] to allow users to switch between designs that are available:
I believe that the best solution for performance and to make sure that everything will work the way you need is to create two pages: regular shortcode and FullCal.
FullCal add-on can be found here:
https://www.myeventon.com/addons/full-cal/
Then, instead of “Switch to month view“, replace it with a link to FullCal and “Click On card View Link” with Event Lists page:
You can also, if you use Page Builder, use Tabs element.
Please check and let me know.
Ok let’s fix the front view first. i’ve tried with this shortcode so far which seems to work but now my problem is that it doesn’t show all months but just the current one. any ideas?
[add_eventon show_limit=”no” ux_val=”3″ jumper=”yes” exp_jumper=”yes” jumper_offset=”2″ jumper_count=”1″ accord=”yes” bottom_nav=”yes” tiles=”yes” tile_count=”3″ view_switcher=”yes” hide_empty_months=”yes” tile_bg=”1″ tile_style=”1″ view_switcher=”yes” ]
You are trying to use Main Calendar to show multiple months, but please take a look at Event Lists. So replace add_eventon with add_eventon_list and also add number_of_months=”12″ hide_empty_months=”yes” to the shortcode.
Please try and let us know.