Forum Replies Created
-
AuthorPosts
-
August 7, 2015 at 11:55 am in reply to: Venue Dropdown with Large Dataset Needs Optimization #994334
Cliff
ParticipantOnly 2,000, as mentioned in my first post. 🙂
Cliff
ParticipantHey! Yep, I remember. Nice to chat with you again. 🙂
That snippet was exactly what I needed. Thank you.
Cliff
ParticipantCool. Further thoughts would be: specific communication around this specific issue would be helpful. It’s understood that “performance improvements” are forthcoming, but knowing when this particular one will be handled dictates what kind of fix I need to build right now.
For instance, while I can probably just remove it for this one particular project, I’m also having to find a way to remove this dropdown from the backend entirely, which is much more difficult and will likely demand a custom solution from me. :/
October 9, 2014 at 4:31 am in reply to: Certain Category Not Excluding in tribe_get_events() #798454Cliff
ParticipantI’ve managed to get around this issue, but let me explain what I did and see if we can hunt this down. WP Engine insisted it was too hard to figure out.
I created a new category and updated the code to filter by that new category.
I ran an update on the term_relationships table to change everything associated with the old category to the new one.
On events series, I had to de-select the category, save, and then re-save with the new category.It now…works. Any thoughts?
October 2, 2014 at 7:26 am in reply to: Certain Category Not Excluding in tribe_get_events() #782931Cliff
ParticipantI’m thinking this may be due to some wonkiness in the database. I’m going to check and I’ll report back.
October 2, 2014 at 4:12 am in reply to: Certain Category Not Excluding in tribe_get_events() #782629Cliff
ParticipantIt’s attached to a shortcode, so there’s not a ton I can do to change runtime.
October 1, 2014 at 4:56 am in reply to: Certain Category Not Excluding in tribe_get_events() #780336Cliff
ParticipantThe other odd thing is that the same code works properly with that specific category if I comment out ‘eventDisplay’ => ‘upcoming’
October 1, 2014 at 4:53 am in reply to: Certain Category Not Excluding in tribe_get_events() #780331Cliff
ParticipantInteresting. It lives in functions.php of the active theme.
Yep, I slugified the term and, still, no dice. So odd. :\
September 30, 2014 at 2:58 pm in reply to: Certain Category Not Excluding in tribe_get_events() #779244Cliff
ParticipantThis reply is private.
September 30, 2014 at 2:57 pm in reply to: Certain Category Not Excluding in tribe_get_events() #779242Cliff
ParticipantSure. Will do.
September 30, 2014 at 12:29 pm in reply to: Certain Category Not Excluding in tribe_get_events() #778909Cliff
ParticipantYes, definitely. I double checked in a staging environment with all other plugins disabled and 2014 turned on.
Let me know if you need a login.
September 30, 2014 at 11:13 am in reply to: Certain Category Not Excluding in tribe_get_events() #778751Cliff
ParticipantUnfortunately, the ‘slug’ field has already been tried to no avail. 🙁 I’ve also tried setting ‘field’ to ‘id’ and passing in the integer. No luck.
The name field has worked as expected with other categorized, and all of them are capital case.
Not seeing a bug in Trac, currently.
Cliff
ParticipantOk, then. Thanks!
Cliff
ParticipantConfirmed.
Note that /event/recurringevent redirects to all, but /recurringevent is unpredictable. It seems to go to a random instance of the event.
Cliff
ParticipantLooking a bit more, maybe this would be better?
if ( ! tribe_get_venue_id() ) return;
-
AuthorPosts
