eddr
Forum Replies Created
-
Forum: Plugins
In reply to: [Splitit] Many PHP errors and payment_completed not firedThanks but I also tested with 3.2.0 version few days ago and this specific issue persists
This is from yesterday :
“wp-content/plugins/splitit-installment-payments/classes/traits/splitit-flexfields-payment-plugin-upstream-messaging-trait.php on line 582”Forum: Plugins
In reply to: [Splitit] Splitit fields are not showingis there any support here?
+1
for version 4.5.1, I think it’s on “class-enhanced-ecommerce-google-analytics-public.php”, line 485-486
Also would like that. And thanks, much appreciated
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Mobile versionSay, how about using the shortcode feature (premium) for this purpose?
The question is – is the shortcode evaluated on runtime or it is being evaluated once and saved in DB?Thank
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Mobile versionThanks
Yes, I’m aware and using CSS and object-fit, still – it’s not the same thing.
So, you don’t think there will be such an option?Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Mobile versionThanks for the patience!
Well, for example, check this link on narrow screen vs wide screen
Can you see that the mobile version cropped to fit better?
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Mobile versionThanks
As you know, the proportions are usually different for mobile and desktop screens. Specifically, we use the featured image as a banner/cover image and the desktop version (wider) is no good for narrower screens (more rectangular)
Forum: Plugins
In reply to: [W3 Total Cache] purge url cache with query string parametersredis
Forum: Plugins
In reply to: [W3 Total Cache] purge url cache with query string parametersMarko, please advise.. it doesn’t work
Forum: Plugins
In reply to: [W3 Total Cache] purge url cache with query string parametersThanks Marko but it simply doesn’t work
Was digging a bit in the W3TC code and printed the keys that are used to delete the page cache, located in “PgCache_Flush.php” via this line
“$page_keys = apply_filters( ‘w3tc_pagecache_flush_url_keys’, $page_keys );”The keys are the same no matter what query string I add to the w3tc_flush_url command. It doesn’t seem to take them into account.
Please advise!
Forum: Plugins
In reply to: [W3 Total Cache] purge url cache with query string parametersThanks, I’m aware of this, but it doesn’t work when there page is cached by its GET parameters
Do you see what I mean?
Thanks, but I talk about a URL with uri params. Does it work for this case? Will it flush the query params version
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache page with URI parametersdifferent version are like https://www.example.com/?q=1 vs ?q=2
I’m using NGINX, will it work anyway?
Also, I can’t find out in the docs – how do I programmatically purge such cache with uri parameters?
for example, purging
https://www.example.com/?q=1 specificallyThanks!
Thanks, working fine now
I need to also clean these caches from redis programmatically – how do I do that given that I know what is the exact post ID and URL?
thanks