Home Forums WoodMart support forum Product categories menu

Product categories menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691620

    Good afternoon. I’ve subcategorized four products within a category. But they appear as separate categories from the ones I assigned to a parent category. What I want is for only the parent categories to appear, with those subcategories within the image. I don’t know if I’m making myself clear.
    Another problem I’m having is that in the product category menu, the one with the icons should show a dropdown with the products I created. In fact, a bit of that dropdown appears, and the list appears in the code, but it’s not visible either.
    I’m editing the t-shirt template. Could you tell me what the problem is? Thank you very much in advance.

    Attachments:
    You must be logged in to view attached files.
    #691646

    Hello,

    01. It’s possible that you’ve selected Custom Query as the data source in the Product Categories widget, which is why those categories are appearing together.

    Please edit the page, open the Product Categories widget settings, and set the Data Source to WooCommerce Query. Then, check if the issue is resolved: https://postimg.cc/MvW1QMbC

    02. Now I have checked your site and have not seen any drop-down menu on your site. Could you please elaborate on your concern more with some useful screenshots so that we can better understand and assist you accordingly with what you actually want?

    Best Regards,

    #691678

    Yes, the dropdown exists. It looks and works fine in mobile mode, opening the “home and living” categories. But when you scale the window to desktop size, it hides both the arrow and the menu that appears when I hover, but behind everything else. I’ve added this additional CSS, but it still doesn’t work. As you can see in the screenshot, you can see the top edge of the menu.
    Thanks a lot, guys.

    .children.wd-design-default-wd.-submenu.wd-dropdown.wd-dropdown-menu {
    position: relative;
    z-index: 9999 !important;
    }


    @media
    (min-width: 1025px) {
    .menu-item-has-children:hover > .wd-dropdown,
    .menu-item-has-children:hover > .wd-dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    }

    Attachments:
    You must be logged in to view attached files.
    #691743

    Hello,

    On desktop view, the dropdown menu appears when you hover over the main category — this is the default behavior. When you hover on a category, its subcategories will automatically display.

    Like this, it is showing on your site in desktop: https://postimg.cc/v1fvWXNZ

    On mobile view, the arrow icon is shown instead. You’ll need to tap the arrow to expand and view the subcategory dropdown. This is the intended functionality for mobile devices.

    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)