This topic has 9 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Olga Barlow
Hello,
I turned Catalogue mode on but it is still showing products?
Also regarding my last closed ticket, I just noticed the text colour in the shop sorting menu dropdown on the main shop page still needs to be changed to black, please provide custom code?
Thank you
Also the ‘Load more Products’ button, and page #’s at the bottom of the Shop page’s products aren’t working
Hello,
1. The Catalogue mode disables “Add To Cart” button and shopping cart, not products at all.
2.
.fancy-select ul.options, .fancy-select div.trigger {
color: black;
}
3. Make sure that you set correct settings for the plugin according to theme documentation –
https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Regards
1) Sorry I meant to say ‘I turned Catalogue mode on but it is still showing products’ *pricing*? Does it not hide all pricing?
2) Ok I added your custom code but it did not apply the change
3) Resolved, I disabled the load more button
Thank you
1. Here is an example of Catalog mode on our demo https://www.8theme.com/demo/xstore/cocktails/
To hide prices from the shop page, go to Theme Options > E-commerce > Products Page Layout > Product content elements
2. Have you cleared cache? http://prntscr.com/j9c71o
Regards
1) I see that option hides pricing from the main shop products page, is there an option to hide pricing from the single product pages as well?
2) Done – cache cleared and issue is resolved. Thank you
Please add this code in custom css:
.product-information .price {
display: none;
}
Regards
Thank you, issue resolved.
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up