rmlumley
Forum Replies Created
-
I was able to upgrade to the newest version by using this filter in my functions.
add_filter( ‘tribe_events_single_view_v2_is_enabled’, ‘__return_false’ );
We are having a similar issue.
On our production site, we have 5.4.0.2 and our custom styles work fine:
https://morgridge.org/event/metabolism-colloquium-dec21/However, on our stage site, if we upgrade to a newer version they don’t pull in:
https://staging-morgridgeorgproduscentral.kinsta.cloud/event/test-event/Forum: Plugins
In reply to: [Easy Updates Manager] Is it possible to schedule plugin updates?I tried using WP-Cron Events to set wp_update_plugins, wp_update_themes & wp_version_check to only occur Daily at night – but the plugins still trigger updates outside of that time.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] String Search not workingI went back to Version 1.0.7 and everything works fine.
Forum: Plugins
In reply to: [Fetch Tweets] Grab Favorites – Still Include EntitiesThanks. It seems to be working.
Forum: Plugins
In reply to: [Fetch Tweets] Grab Favorites – Still Include EntitiesCool. How long until this will be in production? I’m working on a site that doesn’t launch until the end of July.
I have the same situation with ?/s=union getting caught by BBQ.
Yes to both.
Forum: Plugins
In reply to: save_post not working getting called….I’m having a similar issue. Save_Post seems to only be called when I’m publishing a post or updating a previously published post. If I’m in draft mode and click Save, it’s doesn’t seem to be calling it.
Forum: Plugins
In reply to: Relevanssi: index and imageproblemIt turns out it was a database permissions issue. The plugin didn’t have permission to create the table. It’s all fixed now.
Thanks for your help, msaari.
Forum: Plugins
In reply to: Relevanssi: index and imageproblemOne thing I should point out is that there are a ton of breaks before each entry, 287 to be exact. Our site has around 400 pages + posts.
Where in your function should I add show_errors?
Forum: Plugins
In reply to: Relevanssi: index and imageproblemI receive a large list that includes string(4) “ID”
For example:
string(4) “3034”
I’m going to dig deeper into the database. We recently brought our live database down to our dev environment so that they were the same. I wonder if there was an issue that occurred in that migration.
Forum: Plugins
In reply to: Relevanssi: index and imageproblemYes, I received a list of post IDs.
Forum: Plugins
In reply to: Relevanssi: index and imageproblemI’m having a similar issue. I just installed the plugin on WordPress 3.1 on our development site.
I click to Build the Index and Relevanssi says, “Indexing complete!” Nothing is listed for the State of the Index.
State of the Index
Documents in the index:
Highest post ID indexed:Any search I try comes up with 0 results. I’ve tried deactivating every plugin outside of Relevanssi. Same issue. We are using a TwentyTen Child Theme, so I tried removing all of the search files in our child theme (so it just used TwentyTen’s theme) and same issue.
Forum: Plugins
In reply to: [Lightbox 2] [Plugin: Lightbox 2] Not functional WordPress 3.1 and IE8Same issue here. Do we know if the author of the plugin is working on a new version?