Let’s start over from scratch.
In the EventOn settings, we have set the filter options to now display the filter button so that the public can only see the events that the City wants to display. The City wants to display Meetings and Events on the same weekly view calendar so we have the following shortcode:
[add_eventon_wv exp_so=”no” filter_type=”select” ux_val=”3″ hide_events_onload=”yes” event_type=”213,262,214,216,300,162,163,293,215,217″ event_type_2=”231,310″ ]
However, no events are shown.
If we show ONLY Meetings or ONLY Events, then the weekly view calendar will display those events. Both of the following shortcodes work just fine since they only event_type or event_type_2.
Shortcode with ONLY Meetings – works as expected
[add_eventon_wv exp_so=”no” filter_type=”select” ux_val=”3″ hide_events_onload=”yes” event_type=”213,262,214,216,300,162,163,293,215,217″ ]
Shortcode with ONLY Events – works as expected
[add_eventon_wv exp_so=”no” filter_type=”select” ux_val=”3″ hide_events_onload=”yes” event_type_2=”231,310″ ]
Shortcode with Meetings AND Events – does not display any data
[add_eventon_wv exp_so=”no” filter_type=”select” ux_val=”3″ hide_events_onload=”yes” event_type=”213,262,214,216,300,162,163,293,215,217″ event_type_2=”231,310″ ]