janhuiskes
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Show Single Variations for WooCommerce] Not showing single variationsAny thoughts?
Forum: Plugins
In reply to: [WPC Show Single Variations for WooCommerce] Not showing single variationsHi @miemie, above are the settings from the back-end
When looking at the specific product the settings are as follows:
- This reply was modified 2 years ago by janhuiskes.
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t create the right exception (can’t find out how)After a long search I noted that there was a plugin active called Gallery Slider for Woocommerce by ShapedPlugin which blocks the loading of Maginific-pop-up library. Disabling this plug-in solved the issue. Thanks you for your replies and suggestions!
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] Pop-up not showingAfter a long search I noted that there was a plugin active called Gallery Slider for Woocommerce by ShapedPlugin which blocks the loading of Maginific-pop-up library. Disabling this plug-in solved the issue.
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] Pop-up not showingThank you! I’ve disables all optimizers (CSS/JS and CDN) though the Magnific Popup Libary still cant be loaded. Is there anything I could try to figur out what this is causing?
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t create the right exception (can’t find out how)Thank you, I’ve purged cloudflare en the server side. Though even when disabling cloudflare / caching server side it seems like it doesn’t load the magnific library (due to merge/minification of js/css. I’m quite clueless but maybe someone has an idea
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t create the right exception (can’t find out how)All I’ve found the solution.
All variations have the same price. That’s why it’s not showing, it’s a WooCommerce default behavior. You can change this WooCommerce default variable price filter with this hook.
add_filter(‘woocommerce_show_variation_price’, function() { return TRUE;});