events_calendar day with multiple events url uses location not location_id
-
events manager 5.6.5
I have a wordpress page with shortcode:
[events_calendar location=”4″]I have two events at this location on the same calendar day. The hover text for the day shows both events comma-separated, as expected. Days with one event provide a URL link directly to the event.
PROBLEM:
The eventful td href URL provided as the link for the multiple-event day provides link search string with “?location=4” instead of a valid search string “?location_id=4”. The provided link for the day with multiple events for the location therefore yields a 404 error. Manually entering the string with “location_id” generates a page with both events listed correctly.I cannot find a workaround like using post_id or location slug name.
I cannot find in the code where the plugin generates the URL as if to fix this myself or suggest a change.
- The topic ‘events_calendar day with multiple events url uses location not location_id’ is closed to new replies.