thartl
Forum Replies Created
-
I have added the Cache Rule: https://i.imgur.com/ZxdoYW9.jpg
Still, pages get exluded at first:
Then after regular users have requested the same page and I try again I get:
Thank you for sticking with this. I use your plugin on many sites successfully and very much appreciate its benefits.
I can give you access to the back end if that would help you analyze the issue.Sorry if I was not clear. If I visit the same page in a private window, then the original window (the one that is still including the cookie in the request) stops being excluded.
It is still listing the exlusion:
x-wp-cf-super-cache-cookies-bypass: admin_device
but results in a hit:
x-wp-cf-super-cache-worker-status: hit
and I can still see the cookie in the request.Basically, as long as the html is not in the cache I get the response:
x-wp-cf-super-cache-worker-bypass-reason: User provided excluded cookies present in request
but as soon as I or someone else requests the page as a normal user then I also start getting a hit despite of the cookie.I don’t know, this is confusing to describe, does any of this make sense to you?
Hi Saumya,
thank you for your reply.
Yes, the cookie is present in the request header.
I can also confirm that as long as the cache is not primed for a specific page request the cookie exclusion works. I get:
x-wp-cf-super-cache-worker-bypass-reason: User provided excluded cookies present in request
But as soon as I visit the same page in a private window to prime it the cookie exlusion stops working.Forum: Plugins
In reply to: [Private Google Calendars] List view as defaultAhh, it’s defaultView with v4 and initialView with v5. That solves it.
Forum: Plugins
In reply to: [Private Google Calendars] List view as defaultGood point, @aezzell2020, list view is working as expected on v4, just not v5.
Forum: Plugins
In reply to: [Meow Lightbox] Admin issuesUpdate:
This happens only in my local environment running Local. I will update this issue when I know more.Hi @daanvandenbergh,
Thank you for a fast response! This is great, as I’m in the process of installing both your CAOS plugins on most my sites.
I’m heading over to your beer widget now ??
Thank you, Brad. I’ll watch out for that update.
Forum: Plugins
In reply to: [WooCommerce] URGENT issues because of today’s updateHere’s a temporary, and dirty, solution that worked for me, but will likely brake some stores. Obviously this will be overwritten by the next plugin update, but hopefully the next update will also fix the issue.
In wp-content/plugins/genesis-connect-woocommerce/lib/template-loader.php,
on line 274, comment out woocommerce_product_subcategories();
Like so:
<?php /* woocommerce_product_subcategories(); */ ?>Here’s a temporary, and dirty, solution that worked for me, but will likely brake some stores. Obviously this will be overwritten by the next plugin update, but hopefully the next update will also fix the issue.
In wp-content/plugins/genesis-connect-woocommerce/lib/template-loader.php,
on line 274, comment out woocommerce_product_subcategories();
Like so:
<?php /* woocommerce_product_subcategories(); */ ?>- This reply was modified 6 years, 10 months ago by thartl.