ambri
Forum Replies Created
-
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Button Cookie settingsResolved. It was in Elementor page settings.
This should solve your problem Customizer > CSS and add this CSS style:
@media (max-width: 767px) {
? ? /* Ensure the product grid displays properly */
? ? .woocommerce ul.products {
? ? ? ? display: block !important;
? ? ? ? margin: 0; /* Reset margin */
? ? ? ? padding: 0; /* Reset padding */
? ? }
? ? /* Target each product in the grid */
? ? .woocommerce ul.products li.product {
? ? ? ? display: block !important;
? ? ? ? margin: 20px 0 !important; /* Adjust margin for spacing */
? ? ? ? width: 100% !important; /* Full width for single column */
? ? }
}I have the same problem.
You can download it on Github.
https://github.com/woocommerce/woocommerce/releases/tag/8.5.0
Thanks.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] ID ARIA are not unique@jarnovos That’s great. You were right. Problem solved. Thank you.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] ID ARIA are not uniqueForum: Plugins
In reply to: [Simple Download Monitor] Squeeze Form Addon not availableThx
Hi @wfpeter
So I don’t know what’s wrong. I set up a different email for notifications and it works. So you can close it.
Hi @wfpeter
I found out that notifications are not only sent to email addresses that are on seznam.cz. Any solutions to this problem? Thx
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] White screen@therock130
Yes, version 1.5.1. is already without problems. Thanks for the correction.Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] White screenDowngrade with the WP Rollback plugin to version 1.4.3.
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] website crashing after updateI have the same experience, unfortunately. I had to downgrade to version 1.4.3.
- This reply was modified 3 years, 7 months ago by ambri.
Forum: Plugins
In reply to: [Autoptimize] Warning in DevTools@optimizingmatters
Thank you for the quick response. This is caused by the OceanWP template.Here solved.
- This reply was modified 4 years, 3 months ago by ambri.
@rogierlankhorst
Thx, it works.