Forum Replies Created
-
AuthorPosts
-
October 27, 2018 at 10:56 pm in reply to: Some pages are messed up since updating woocommerce #26119
Hi Harry,
Unfortunately it’s not resolving the problem. I have functions.php back, but the pages are still f*cked up.
Please help me.
October 27, 2018 at 10:43 pm in reply to: Some pages are messed up since updating woocommerce #26115I’m sorry. It’s not the page builder. I’ve seen my functions.php of the claue child theme is empty. How can i get it back 🙁
October 27, 2018 at 10:07 pm in reply to: Some pages are messed up since updating woocommerce #26113I think it has to do with the WP bakery page builder. It’s not a recent version and i can’t update it.
Where is the new version of wp bakery?
Thnx!
Thnx for the answer. The euro-sign is now behind the price (5.90€) but i want it €5.90.
And now all the variable products are having the ‘from’ price, but i only want the variable products with different prices to have the ‘from’ price.
So just the 3,99 – 5,99 must be ‘vanaf € 3,99’ and not the variable products which have all the same price.
How to fix?
Hi! I did all the above things, but the ‘extra information’ is still there. How can i fix it?
Can i install the child theme without losing any content?
Hi, Please add below code to claue-child > functions.php
//Remove WooCommerce Tabs - this code removes all 3 tabs - to be more specific just remove actual unset lines add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 ); function woo_remove_product_tabs( $tabs ) { unset( $tabs['description'] ); // Remove the description tab return $tabs; }
Please refer this topic https://wpbeaches.com/hide-the-description-and-reviews-tabs-in-woocommerce-products/ Best regards
I don’t have the child theme. How can i fix it anyway?
-
AuthorPosts