giblibjess
Forum Replies Created
-
Had to roll back to version 5.8.9.1 after updating to 5.9.9, tried updating to latest version after wordpress update, and still getting error when trying to pull up any events page.
Had to roll back from 5.9.9 because some existing events threw error pages after updating this afternoon.
Sure:
This shortcode returns the “bad” urls that look like “https://www.giblib.org/events-recurring/photo-scanning-day/
[events_list tag="131" category="140" recurring="1"]<ul><li><a href="#_EVENTURL">#_EVENTNAME</a> -- #_EVENTEXCERPT{30}</li>[/events_list]
This shortcode pulls only single-instance events so the urls look just fine, like “https://www.giblib.org/events/bday-2020/
[events_list tag="7" category="138, 139," recurring="0"]<ul><li><a href="#_EVENTURL">#_EVENTNAME</a> -- #_EVENTEXCERPT{30}</li>[/events_list]
If you want to see the difference on our site, go to giblib.org/summer
The “Adults” events tab (bottom of page) returns the “bad” urls. The “Special Events” tab returns functional urls. (Kids and Teens tabs I’m currently using a workaround that looks like[events_list tag="129, 130" category="140" recurring="1"]<ul><li><a href="/events/categories/teen/" />#_EVENTNAME</a> -- #_EVENTEXCERPT{30}</li>[/events_list]
in order to get some kind of functionality.- This reply was modified 4 years, 8 months ago by giblibjess.
- This reply was modified 4 years, 8 months ago by giblibjess.
links generated by #_EVENTURL or #_EVENTLINK for recurring events and normal events do not follow same pattern. normal events work as expected, while recurring events links do not work because link generated includes “recurring-events” instead of just “events”
No, still seeing this behavior.
Any idea why use of #_EVENTURL or #_EVENTLINK would insert the “events-recurring” into url? Settings in Events > Settings > Pages > Permalink Slugs just use “events”