jovarask
Forum Replies Created
-
yes rewrite .htaaccess does fix it, but the issue is there if <picture> tag method is used.
I need to use <picture> tag method because of the reasons described here (to use free cloudflare): https://ww.wp.xz.cn/support/topic/can-i-serve-webp-avif-images-via-free-cloudflare-cdn-missing-vary-header/
in your screenshot you’ve highlighted 220×220 size image, which is variant choose icon.
check the url, the ones that are not coming from folder /compressx-nextgen/uploads/please let me know your email address if you want logins (I’ll provide access to the staging system)
I’m using the rewrite beta one, but I’ve tried the other ones as well to no avail.
Forum: Plugins
In reply to: [CheckoutWC Lite] “Add to Basket” infinite loadtheme owner has debugged your plugin and fixed it with the following code:
/**
* Prevent CheckoutWC Lite plugin to break the add to cart functionality.
*/
add_filter( 'cfw_suppress_add_to_cart_notices', function( $value ) {
remove_filter( 'woocommerce_add_to_cart_redirect', 'kalium_woocommerce_single_product_add_to_cart_handler', 10, 2 );
return $value;
});Forum: Plugins
In reply to: [CheckoutWC Lite] “Add to Basket” infinite loadthanks, sent.
Forum: Plugins
In reply to: [CheckoutWC Lite] “Add to Basket” infinite loadHere is the cloned site:
just click add to basket and you will see.
Forum: Plugins
In reply to: [CheckoutWC Lite] “Add to Basket” infinite loadI understand it doesn’t help you at all, but when we’ve updated to kalium 4, that’s where we’ve noticed the bug, so we took it to a local apache/sql and restored the live site from backup to kalium 3.
the live site is currently Kalium3 and we don’t have means to provide you access to local Kalium4 copy.
P.S.:
Troubleshooting it (disable custom php, css, all plugins 1by1) we’ve narrowed it down to that it’s solved by either:1. Switching to theme twentytwenty
2. disabling checkoutwc lite plugin