b1026q9
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Giant X when loading webpageI just deactivated “Cross-origin Safe Links” in Breeze then the issue disappeared.
Forum: Plugins
In reply to: [annasta Woocommerce Product Filters] The resource was blockedIt seems it was to do with delay javascript or css function. Once scrolled, they appeared.
But I am not sure which script or stylesheet to exclude.I tried excluding one by one
/annasta-woocommerce-product-filters/styles/awf-font-awesome.css
/annasta-woocommerce-product-filters/styles/awf.css
/annasta-filters/css/style-options-1678960740.cssbut seem to be not working.
Forum: Plugins
In reply to: [annasta Woocommerce Product Filters] The resource was blockedNo, that doesn’t resolve the issue.
Forum: Plugins
In reply to: [WooCommerce] Sold out on product page?Is there a way to change the Add to cart button to become Out of Stock button when all variation is sold?
Forum: Plugins
In reply to: [WooCommerce] Sold out on product page?Hi,
I took the screenshot of the setting.
https://snipboard.io/iF0Odf.jpgand here is the system report.
https://gist.github.com/rtk0407/f5075d5b4d972f57d97c4f6f50e72eabForum: Plugins
In reply to: [WooCommerce] Sold out on product page?I have them as do not allow, but still Add to Bag button is showing.
Should I send the URL from here?Actually not. When I had this plugin active, I could not save new products as variable products. So for now deactivated.
I found that it was caused by the unload setting I applied in Asset Cleanup plugin.
It was /wp-includes/css/dashicons.cssForum: Plugins
In reply to: [WooCommerce] Country missing in order confirmation emailsSo I just need to add
add_filter( ‘woocommerce_formatted_address_force_country_display’, ‘__return_true’ );
this line in
functions.php ?Yes I did directly.
So I have followed the instruction and have set up the triggers.
cmplz_event_marketing
cmplz_event_statisticsThese two I have as triggers for my GA4 tag.
However, when I check in the preview mode of Tag Manager, GA4 tag seems to be fired when banner appears.
That’s when
API Call
dataLayer.push({event: “cmplz_event_statistics”, …})
this happens.
Also when
API Call
dataLayer.push({event: “cmplz_event_marketing”, …})
happens.But once
dataLayer.push({event: “cmplz_event_preferences”, …})
this call is made, then GA4 tag is not fired.How can I make sure that tag is not fired unless consent button clicked?
Forum: Plugins
In reply to: [WooCommerce] Country missing in order confirmation emailshttps://snipboard.io/KiFawL.jpg
No there is no pattern to this. It seems to be always happening for order confirmation email.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Change search result page title?Yes that was it! Thank you so much!
Should I enable
Collect granular location and device data
?I’d like to share my URL from your support page.
Hi,
So I have made the test now and yes this persist with Safe Mode enabled.
And actually I realised that it’s not that mobile traffic is not tracked.
It is still tracked but appearing as accessed from Desktop!
So seems no device difference is detected??