matthiasbreynaert
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Create variations from all attributes “Go” button isn’t workingHi,
Meantime, a new Woocommerce update appeared, which I installed, and automagically, the problem is resolved.
Thank you
MatthiasForum: Plugins
In reply to: [WooCommerce] Create variations from all attributes “Go” button isn’t workingHello, thank you for your reply.
Here it is: https://snipboard.io/LXtS8k.jpgForum: Plugins
In reply to: [WooCommerce] CSSYes, this worked, thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Force remove bullets from product listHi Purpleberryservices,
Thanks a lot, this worked straight away!
Matthias
Forum: Plugins
In reply to: [WooCommerce] Force remove bullets from product listHi, and thank you for your reply.
I can only apple the custom class here, because this is made in Brizy page builder and I can only select the element in which the products are dynamically loaded.
<div class=”brz-wrapper brz-css-hnjvw productlisting”>
I called customclass “productlisting”.
So I tried adding this custom css:
.brz-css-hnjvw.productslisting > * {
white-space: nowrap !important;
}No luck unfortunately.
Forum: Plugins
In reply to: [WooCommerce] Force remove bullets from product listWow, awesome! It works right away. I was searching for hours without result 😀
Thank you!Maybe one more question: do you see why the products on the first line aren’t on the same height, whilst the products on the second line are?