The dropdown will show a specific venue if ‘event_venue_id’ is set within the request, if the request has been cached it will return the same value each time.
After clearing caches and doing more extensive testing, I discovered that the venue in question was created without a slug somehow. (Actually, there were 3 without slugs, and this one was the last in the list.)
So, after creating the slugs and re-assigning the events to the venues, all is working perfectly.
I don’t know how that happened (client created them), but I would think slugs would be created automatically from the title, as with posts. Perhaps something to check in the code.
Normally those slugs are created automatically. If you check, you’ll find that it’s nearly impossible to delete the slug there as well.
Viewing 5 reply threads
The support post ‘Change Default Venue in Drop Down’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.