• Resolved mwkdesigns

    (@mwkdesigns)


    Couple questions…

    1) How do I make my shop categories show up on the shop page? I’d like the shop page to be broken up by category, or at least to show Category Filters on the Shop Page. The help page says to just scroll down to “Show Category Filter on Shop Page” but that option does not exist in my theme options. Is that a premium feature only? It is not listed as such.

    2) Is it possible to remove the page titles so they do not show up on each page? ie, I don’t want my shop page to say “Shop” at the top.

    3) When I have multiple lines of thumbnails under a product image on a product listing, there is no space between the lines, so the images on each line blend together with the one above or below. How do I set the distance between lines of thumbnail images under the product image?

    Thanks for your help! My page is not live yet, but if you need screenshots to understand what I’m asking, please let me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. I don’t believe that this is a built in feature of the free version of the theme. I do know you can accomplish this within the Premium one though.

    2. This will remove all of the titles from every page on your site.

    .page-header {
        display: none;
    }

    Just copy and paste this code from the forum to Appearance> Theme Options> Advanced Settings.

    3. Try this CSS. Change the 20px to whatever works for you.

    div.product .product_thumbnails img {
        margin: 20px;
    }

    Let me know if this helps.

    I’d like the shop page to be broken up by category

    Woocommerce sells this as a premium plugin extension:
    https://www.woothemes.com/products/woocommerce-nested-category-layout/

    Kadence Themes

    It also helped me. Thank you.
    https://www.brusselimpex.ro

    All the best from Alba Iulia – Transylvania – Romania

    Thread Starter mwkdesigns

    (@mwkdesigns)

    Kevin, the custom CSS worked great, thanks for that! Will those changes be maintained with updates to the theme, or will I need to re-add that code in every time I do an update?

    Kadence, I’ll take a look at the plugin.

    Thanks for your help!

    The changes will not go away when you update the theme! As long as you add all of your CSS in the theme’s designated area, then you will never have to worry about losing it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shop Categories’ is closed to new replies.