In the templates, when I switch to the plain text editor then it removes all tags completely when I save the template. So this header template becomes blank as soon as it’s saved.
<select id="selectbox" name="">
And this main template gets turned into just the placeholder “#_STARTDATE”.
<option value="#_EVENTPAGEURL">#_STARTDATE</option>
Why is this happening and what can I do to fix this?
On the eme_filterform, I don’t see a date picker (like tours have on TripAdvisor) but it does give a dropdown list of months to filter the events list which is still helpful.
I found that the eme_calendar is more what I need as it looks and behaves more like what people would expect when booking tours. I think there might be a bug though. When I use the shortcode and restrict it by location ID, some date links go to the event page (which is what I want) but some date links go to the location page and show a list of all events in that location.
So on the calendar if I click on a date link, the URL is: https://mysite.co.uk/events/2020-09-02/?location_id=4 . On that date there is one event in location ID 4 and one event in location ID 2. The URL is clearly requesting the only event on 2nd September in location ID 4 and should go to the event page, but instead it just shows the location map and list of all events in location ID 4, exactly the same as displaying the shortcode [eme_location id=4] .
The calendar date links also behave in an inconsistent way when restricting the calendar by category_id, one date goes to the event page, another date goes to a list of all events on the selected date (ignoring category). Can you please check if these are bugs? Thanks
-
This reply was modified 4 years, 6 months ago by
timb111.