Egl
Forum Replies Created
-
I can confirm that the duplicated feeds generate correctly on auto refresh in my case.
I was on 13.5.2 and upgraded to 13.5.2.1
Will try to duplicate all the feeds and replace the links. Thanks!
Indeed it was a specific problem with our social login plugin and we fixed it with custom code.
Your plugin works great!
This issue seems to be happening only when using Social Login. If I log in with woocommerce username and password, the wishlist is fine
Forum: Plugins
In reply to: [Heateor Login - Social Login Plugin] fb:app_id correct URLI’ve managed to add the fb:app_id in RankMath so Facebook should now be resolved.
You are spot on!
When cloning the production environment to the staging site that setting was lost and no option was set. After setting the configuration the payment worked.
Thank you so much for you quick help!
Hi!
Yes, we use Universal Payment Method. Please test here: https://tinyurl.com/payurl9x (Stripe Sandbox is active)
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatewoo donotcacheThanks for your help
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Tag stopped sending dataThanks for your help
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatewoo donotcacheAutomateWoo has this code somewhere and it MIGHT be the culprit but I don’t have any more time to test. I thought it would be something simpler.
/**
- Define cache blocking constants if not already defined
- @since 3.6.0
*/
function aw_set_nocache_constants() {
if ( ! defined( ‘DONOTCACHEPAGE’ ) ) {
define( “DONOTCACHEPAGE”, true );
}
if ( ! defined( ‘DONOTCACHEOBJECT’ ) ) {
define( “DONOTCACHEOBJECT”, true );
}
if ( ! defined( ‘DONOTCACHEDB’ ) ) {
define( “DONOTCACHEDB”, true );
}
}
Thanks for your help!
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Tag stopped sending dataI’ve switched the Pixel to be fired at Initialization – All Pages instead of All Pages. Now it is visibly firing before other FB events but the error still appears in console.
I suspected that this plugin was firing the events but it was not after all… (Product Feed PRO for WooCommerce). I really don’t know how to test where that error comes from.
Regarding Google Tag Manager should I investigate further or should I disregard the Urgent warnings?
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatewoo donotcacheI don’t think AutomateWoo is a free plugin
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatewoo donotcacheI’ve removed this from functions.php add_filter( ‘litespeed_const_DONOTCACHEPAGE’, ‘__return_false’ ); and retested
With AutomateWoo plugin active:
- all pages BUT homepage 1st visit x-litespeed-cache: miss (normal)
- all pages BUT homepage 2nd visit x-litespeed-cache: hit (normal)
- homepage all visits: x-litespeed-cache-control: no-cache (not normal)
In logs all visits on all pages:
[Ctrl] ❌ forced no cache [reason] DONOTCACHEPAGE const (not normal)
X-LiteSpeed-Cache-Control: no-cache (not normal)
With AutomateWoo plugin deactivated homepage behaves like other pages: 1st=miss, 2nd=hit but in logs DONOTCACHEPAGE cons and no-cache.
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Tag stopped sending dataThe first one to fire after Consent is Google Tag – GA4 Configuration (Initialization) and Pixel fires afterwards (Container_Loaded).
Should I set Pixel tag to also fire at Initialization or leave it All Pages?Forum: Plugins
In reply to: [LiteSpeed Cache] Automatewoo donotcachePPS issue still happens when homepage html contains only get_header and get_footer