Tagged: x
-
AuthorPosts
-
March 22, 2017 at 6:44 pm #1416921
Hi,
I love the theme and it looks really good but I’m really struggling to get the shop looking good. I have downgraded Woocommerce to correct version and its the latest X theme version.Basically the issues I’m facing are:
1) I simply cant get the layered navigation to show. The attributes are filled in and show on the product pages. It shows recent posts for some reason but I have input the ‘shop’ widget.
2) On the product page, it is listing all the categories and SKU under the product price. How do I remove the categories but leave the SKU?
3) On category pages, how do I make the font size smaller on the product name?
Hope to hear from you soon…
Regards
March 22, 2017 at 6:46 pm #1416922This reply has been marked as private.March 23, 2017 at 1:59 am #1417288Hello There,
Thanks for writing in!
#1] The layered navigation widget only appears on product archives. Please check the documentation: https://docs.woocommerce.com/document/woocommerce-widgets/
#2] To remove the categories and leave the SKU, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
span.posted_in, span.tagged_as { display: none; }
#3] To make the font smaller in your product category pages, you can make use of this code:
.woocommerce.archive li.product .entry-header h3 { font-size: 12px; }
Feel free to change the font size.
March 23, 2017 at 6:55 am #1417527#1 I have reviewed the layered navigation documentation and still nothing. I think there might be an issue. Please can you have a look…its really frustrating me.
Thank you
March 23, 2017 at 8:36 am #1417617WooCommerce Layered Nav works on my test site so there could be a plugin conflict on your end. Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Also, please update WooCommerce to the version listed here https://community.theme.co/kb/version-compatibility/
Thanks.
March 23, 2017 at 3:10 pm #1418146Hi,
I have done everything you say but still no resolution.Please can you look into this please?
March 24, 2017 at 12:21 am #1418629Hi There,
It is working in conjunction with WooCommerce Layered Nav Widgets.
On your shop Widget, I have added WooCommerce Layered Nav on top of WooCommerce Layered Nav Filters. See this:http://screencast-o-matic.com/watch/cbeZhY6mw8.Hope this helps.
-
AuthorPosts