Tagged: Catalog Visibility Options, enfold 3.04, woocommerce
Like many others the auto-upgrade to WP4.01 has caused problems.
I updated all plugins and then updated Enfold to v3.04 which got our sliders working again.
We are using WooCommerce as a Catalog on this site, so have installed the extension:
Catalog Visibility Options extension: http://www.woothemes.com/products/catalog-visibility-options/
This extension removes the Add to Cart / Prices.text links (replaceable with own text, or viewable for registered users)
It was working perfectly until we upgraded Enfold to v3.04
We tried making the theme Twenty Fourteen Active to test, and the WooCommerce extension still works correctly while using that theme.
Our Site details in the Private area below.
The Enfold theme is amazing, and flexible; buying it again soon for another client.
Thanks in advance for sorting this out.
Hi!
If that’s the only issue we can easily fix it with CSS, try adding this to Quick CSS:
.add_to_cart_button, .button-mini-delimiter{
display: none !important;
}
Cheers!
Josue
Fantastic Josue. Works perfectly again.
I better setup a child theme now so this is not lost after updates.
Thank you very much for your quick, knowledgeable support.
You are welcome, glad to help. Although having a child theme is always recommended, Quick CSS is saved in the database and it won’t be lost if the theme gets updated.
Regards,
Josue