andrepascoa2019
Forum Replies Created
-
Forum: Plugins
In reply to: [OneClick Chat to Order] The button disappears when I hide add to cartI also had this problem. It appears to be because the Whatsapp button is using the same CSS selector as the add to cart button.
A temporary solution was to hide the cart button using javascript in the theme’s functions.php.
I used this code:
/**OCULTA O BOT?O DE COMPRAR DO WOOCOMMERCE SEM OCULTAR O BOT?O DO WHATSAPP*/ function custom_css_addition() { if (is_product()) { echo '<style> body.single-product form.cart button.single_add_to_cart_button { display: none !important; } </style>'; } } add_action('wp_head', 'custom_css_addition');
You may have to inspect the element on your product page to see if it is the same CSS selector. Good luck and I hope the developer fixes this. From what I understand, he just needs to remove these button classes as they are generating conflict with the same Woocommerce button classes.
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear cache not workingClear cache option “purge UCSS” does not appear in the drop-down menu…
See this screenshot:
I used the option “Purge All – CCSS” and then “Purge All” and it didn’t work.. It’s still cached on my smartphone just accessing it from an incognito tab that it displays updated.
I’ve also cleared the other CDN cache layer “gocache” and it doesn’t work.`
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear cache not workingForum: Plugins
In reply to: [LiteSpeed Cache] Fatal error PHP CDN CloudflareI switched to the “Twenty Twenty-One” theme and disabled all plugins and the error still persists.
Alguma resposta?
@woocommerce Mercado Pago poderiam dar uma aten??o para nós?
Hello my friend, I was also experiencing this problem.
The developer has noticed this error but did not insert the update into the official WP directory.
Here is the link to download the updated version ==> https://github.com/kamalkhan/kk-star-ratings