sackerman
Forum Replies Created
-
Following up on the above, I stumbled on this KB article which describes a filter that can be added to your functions.php file to disable caching within the plugin. I had previously tried bypassing plugin files as well as all pages that use the event calendar shortcodes from the cache to no avail, but this filter seems to have fixed all the issues I was seeing when using Cloudflare’s WordPress APO.
add_filter( 'tribe_events_views_v2_should_cache_html', '__return_false' );
Chiming in to say that we are seeing the exact same issue as @marcfuller and others in regards to month navigation non working for non-logged in users on a site with caching (in our case Cloudflare APO)
We’ve also observed issues with the shortcodes not updating and essentially getting stuck on events that have already happened. (In our case we use a couple of the shortcodes in different configurations to display the next upcoming event(s))
Forum: Plugins
In reply to: [Redirection] Just updated the plugin and it stopped workingAll regex links are broken, and as far as I can tell 99% of non-regex.
Thought maybe a export/delete/import would do the trick but now the importer is only grabbing the first item out of the CSV and throwing the rest out.
=(
Forum: Plugins
In reply to: [Redirection] Not Working after the UpdateForum: Plugins
In reply to: [Redirection] Individual Redirect Rule Spontaneously Stops WorkingOur setup runs on NGINX and Cloudflare
Using the following plugins: WP-Supercache & AutoptimizeForum: Plugins
In reply to: [Modal Dialog] Fatal Error (Line 207) on ActivationWow! Thanks for the prompt response!
I’ve got it up and running now and it works perfectly.THANKS!
Looks like it may do the trick!
Thanks a ton WStringer2, i’ll post back with my findings!