tal239
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsI have tried your permalink and shortcode solutions; both don’t work.
Permalink doesn’t affect anything.
Recurring specific shortcode is still returning “events-recurring” instead of “events” slug prefix.
If I reference the recurring event with your shortcode and tag recurring
[events_list recurring="1"]
I gethttps://mydomain.com/events-recurring/stampede-series-south/
If I reference it by category instead
[events_list scope="future" category="daily-events"]
I get the proper reference (however I have all the recurring daily’s now and I just want the Stampede Series)https://mydomain.com/events/stampede-series-south-2016-01-21/
So in order to get what I actually want I have to create a new category for each recurring event that is unique to that event
[events_list scope="future" category="stampede" limit="1"]
resulting in the proper link by itselfhttps://mydomain.com/events/stampede-series-south-2016-01-21/
Now digging into the actual item. Should I use some code like this:
‘[event post_id=”3269″]Can be found at #_EVENTURL[/event]’
I have the URL of my post which isCan be found at https://mydomain.com/events-recurring/stampede-series-south/
But the events-recurring doesn’t exist anymore with your update and that kicks to the homepage. If I remove the ‘-recurring’ part it auto-loads the first event instead of the next one coming.
This appears to me to be a bug across multiple areas. Are you understanding the problems we are encountering better now?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsTry this:
https://www.koeln-gesundheit.de/events/offener-tre-schuettelabend/
I would bet that if you visit that link it will go to the first instance instead of the latest for the event. Besides them dropping the “-recurring” part I don’t know what changed to affect the product in this way. They are saying it wasn’t meant to be used that way but I was under a different impression. If this is truly the case they say then it would be nice for them to explain how it should work instead of just sending me to the basic garbage shortcode that only shows how make a list of those recurring events (#lame).
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsIt worked just fine this way before. I don’t want a list of events or for it to show just the next event. I want the recurring event say “Sunday Funday” to pull up the recurring event listing but with the most current date upcoming. The only thing that should change is the date but all the information listed in the recurring event is the same.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsThis is the permalink for the recurring event that should pull the next closest event. But it’s pulling the first from back in October of last year.
https://www.fergslive.com/events/stampede-series-south/
This is the one it should be pulling
https://www.fergslive.com/events/stampede-series-south-2016-01-07/
Sorry, never mind on this one. It seems to be working fine now.
Thank you very much, that fixed the issue.