Okay
  Public Ticket #854456
How to make sub menu under main menu for portfolio ?
Closed

Comments

  • Sangbong started the conversation

    Hello.

    I want to show sub menu of portfolio under main menu of portfolio not replace main menu to show sub menu like current template. Please let me know how I can do this?

  •  1,558
    Laborator replied

    Hi Sangbong Yi,

    Unfortunately that's not possible, I tried to do it manually with Custom CSS but I don't know how it will work:

    .subcategory-active.product-filter .portfolio-root-categories li {
      visibility: visible !important;
      opacity: 1;
    }
    
    .product-filter .portfolio-subcategory.is-active {
      top: 5px;
    }
    
    .product-filter .portfolio-subcategory.is-active li {
      margin-top: 10px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Sangbong replied

    Thank you for your answer.

    This css is working and I wished. Unfortunately half working. Menu, which has a sub-category is the "city" and "nature". My focus is "Macro". But sub-category is not hidden.

    How can I solve this problem? I hope solve this problem. Thank you.

  •  1,558
    Laborator replied

    HI Sangbong,

    As I told you the fix is a "half-fix" which doesn't work right, when I tried this didn't work good so I told you and couldn't find a fix for that because it is built with JavaScript.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Sangbong replied

    Hi Art.

    It does not include JavaScript support in your support?

    This is technical questions about the item's built-in features.

  •  1,558
    Laborator replied

    Hi Sangbong,

    Of course it includes, but it includes support for any issues that you may have with the theme not for "custom requests" about the theme functionality, we will see if we will include this feature in the upcoming updates of the theme if we find it necessary, it seems to be a nice way of showing the categories.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group