This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
I am using the Woocommerce Show Single Variations plugin;
https://codecanyon.net/item/woocommerce-show-single-variations/13523915
When I activate the plugin, it disables the custom css for add to cart / select options buttons and throws off some of the other custom CSS for the theme.
Is there a way to prevent this?
Hello,
Please note we don’t guarantee full compatibility of 3rd-party plugins with the theme.
You may try to change custom css code to make it works with this plugin.
Regards
I have setup a ton of custom CSS codes, but it seems to be the add to cart buttons have changed to black and black text – so they are unreadable, the buttons are overlapping the pricing and they aren’t aligned in rows – its like a masonry grid of products rather than a standard grid.
Please provide link to page with these problems.
Regards
I have looked at some plugins and found this one;
https://wordpress.org/plugins/load-more-products-for-woocommerce/
However, I had to add the selectors in to suit the theme – can you tell me what to put as each of these;
Products Container Selector:
Product Item Selector :
Pagination Selector :
Next Page Selector:
It uses X theme as an example with this info:
Products Container Selector: ul.products
Product Item Selector : li.product
Pagination Selector : .x-pagination
Next Page Selector: .x-pagination a.next
Hello,
Products Container Selector: .products-loop
Product Item Selector: div.product
Pagination Selector: ul.page-numbers
Next Page Selector: ul.page-numbers a.next
Regards
You must be logged in to reply to this topic.Log in/Sign up