April 14, 2018 at 3:42 pm
Hi,
I am seeing some layout artefact after updating my plugins. After investigation I found out that this is because a CSS from WooCommerce Germanized is not loaded which is /wp-content/plugins/woocommerce-germanized/assets/css/woocommerce-gzd-layout.min.css?ver=1.9.9
It is loaded when Storefront theme is used, but with Virtue Premium it is not.
Steps to reproduce:
1. Install WooCommerce Germanized and Storefront
2. Load any page and have Network Tab of DevTools open: Notice that woocommerce-gzd-layout CSS file gets loaded.
3. Now use Virtue Premium instead of Storefront as theme
4. The woocommerce-gzd-layout CSS file is not loaded anymore.
I disabled all other plugins except WooCommerce while testing so I guess that probably Virtue (or Germanized?) is at fault here.
Here’s where the file gets injected, but I cannot see anything strange:
*Login to see link
*Login to see link
Personally, I already mitigated the not-loading by simpling injecting the file myself as custom CSS.
But could you try if you can reproduce and if so please fix this bug?