Okay
  Public Ticket #4554119
Multiple menus
Open

Comments

  • bessugo started the conversation

    Helllo team


    Im afraid I might know the answer already, but I think is worth to ask


    I would love to have three different menus, and when on HOME MENU, customers will land in a different menu depending of which option they click withing the options available at HOME


    To be more clear, when opening the website we will be show 4 options to navigate. If we for example click on the first one, I would love for those options to dissapear, and to show another new one realated to the option we have clicked. 


    Navigate in between menus. Wordpress says 'Your theme supports one menu. Select which menu you would like to use." but I refuse to believe this is so limited.


    Any help will be extremely welcome


    Ty

  •  309
    Paul replied

    Hello,

    Thank you for your message 🙂

    I’d like to make sure I fully understand your requirement before providing the correct guidance.

    From your description, it sounds like you would like the menu/navigation to change depending on which option is selected on the home page. However, I’m not entirely sure if I’ve understood this correctly.

    Could you please provide a bit more detail about what you’re trying to achieve?

    It would be very helpful if you could share:

    • A screenshot or example of the layout/behavior you have in mind  
    • Or a reference website that works in a similar way  

    This will help me better understand your goal and suggest the most appropriate solution.

    Looking forward to your clarification.

    Best regards,  
    Paul

  • bessugo replied

    Thank you for your reply Paul


    Yes I think you are right.


    Please see the pictures attached


    I would love instead of sub menus, that dont look very appealing, to navigate between different menu. If at home a list of 4 options, when we click on "Camera Boutique" we then are presented by a different menu with the list of options


    Let me know if this still doesnt make sense.


    Ty


    Attached files:  Screenshot 2026-03-29 at 20.21.22.png
      Screenshot 2026-03-29 at 20.19.49.png

  • bessugo replied

    any help here please?

  •  309
    Paul replied

    Hello,

    Thank you for the additional details and screenshots - they help clarify your idea 🙂

    From what I understand, you would like the menu to completely change depending on which option is selected (instead of using submenus).

    At the moment, this type of functionality is not available out of the box in the theme and would require custom implementation beyond its default behavior.

    If you have any other questions regarding the theme’s existing features, feel free to let me know.

    Best regards,  
    Paul

  • bessugo replied

    You think I could ask for a refund, this absence of functionality wasnt described, and it seems a very common option in most wordpress templates.


    The submenu background cant be selected as transparent, looking not really good


    Sorry

  •  309
    Paul replied

    Hello,

    Thank you for your message and for the additional details.

    Regarding the menu behavior, the theme is designed to display submenu items by fading them in at the side when hovering over a parent menu item, as shown in the attached screenshot. This is the intended navigation style of the theme.

    The functionality you described — where the entire menu changes into a completely different set of options after clicking a top-level item — is not a default WordPress feature, and it is also not included as a built-in option in the theme. Implementing that type of behavior would require custom development beyond the theme’s standard functionality.

    As for the submenu background transparency, it can be adjusted using custom CSS. For example:

    .sub-menu {
        background: rgba(248,248,248,0.7);
    }

    You can modify the last value (from 0.1 to 1) to control the transparency level.

    I’ve also attached a screenshot to show how it looks after applying this adjustment.

    I hope this helps clarify things. If you have any other questions about the theme’s existing features, feel free to let me know.

    Best regards,
    Paul

    Attached files:  Screenshot 2026-04-13 at 18.44.26.png