Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey,
    The wonk layout is due to the size of some of your product titles. Here is a quick fix:
    Add this to your custom css in theme options.

    .product_details h5 {min-height: 100px;}

    It’s worth noting that the premium version uses a javascript that forces even different size products to work in a grid.

    As for the submenu, up till this point it hasn’t been supported but it will be in the next week.

    Hope that helps.

    Kadence Themes

    Thread Starter kelbel3abh

    (@kelbel3abh)

    Thanks, the CSS solved the products issue perfectly!

    For the submenu, are you talking about the subcategories with images at the top of the page, displaying vertically, rather than as a block? See https://50.31.99.95/~bunkbeds/product-category/shop-bedding/comforters-huggers-caps/ And, those will be added in the next release, along with breadcrumbs? Thanks Again for your help!

    The subcategories are now supported in version 1.5.1 you can download here: https://www.ads-software.com/themes/download/virtue.1.5.1.zip

    Adding breadcrumbs soon.

    Kadence Themes

    Breadcrumbs are available with the premium version. They will eventually make there way into the free version.

    Kadence Themes

    Thread Starter kelbel3abh

    (@kelbel3abh)

    Hey, awesome! I was just checking back with you to see if anything new came along. What do I need to do to have the subcategories display in block? I upgraded my version to the current one in WP, but it still seems to display vertically. Once I get this figured out, I will be purchasing the premium version. Thanks for being so responsive!

    Thread Starter kelbel3abh

    (@kelbel3abh)

    One more thing.. For the shop settings, which allow me to choose a full layout or a right navigation layout, can I actually have a left navigation rather than a right navigation or is that something in the premium version? I have to tell you that this woocommerce theme is the best one I have come across. You did an awesome job!

    Thread Starter kelbel3abh

    (@kelbel3abh)

    I actually realized that the one that I updated in WP automatically was 1.5 and you sent a link to 1.51. Once I updated to 1.51, the subcategories displayed perfectly. I would still like to know about the navigation displaying on the left side rather than the right, since most ecommerce shops are setup that way and are what shoppers are used to. Again, thanks a million!

    I’ve replied in the premium forums but I’ll just post the css for a left aligned sidebar here:

    .woocommerce .main {float: right;}
    @media (max-width: 767px) {.woocommerce .main {float: none;}}

    Kadence Themes

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Category Pages Wonky’ is closed to new replies.