Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416921

    Bhlon
    Participant

    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

    #1416922

    Bhlon
    Participant
    This reply has been marked as private.
    #1417288

    Rue Nel
    Moderator

    Hello 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.

    #1417527

    Bhlon
    Participant

    #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

    #1417617

    Christian
    Moderator

    WooCommerce 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.

    #1418146

    Bhlon
    Participant

    Hi,
    I have done everything you say but still no resolution.

    Please can you look into this please?

    #1418629

    Lely
    Moderator

    Hi 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.