Home Forums WoodMart support forum MegaMenu vertical very long vertical 2

MegaMenu vertical very long vertical 2

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #661722

    apps.matteo
    Participant

    Good morning, I am reopening the ticket because when I open the block and set it to full width, the block beyond a certain width is not displayed.

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

    Hung Pham
    Keymaster

    Hi apps.matteo,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Kind Regards,

    #661761

    apps.matteo
    Participant

    Good morning your colleague made me a desktop customization on this menu ticket.
    https://xtemos.com/forums/topic/megamenu-vertical-very-long-vertical/

    #662010

    Hung Pham
    Keymaster

    Hi apps.matteo,

    It was me as well 😀

    Please use below Custom CSS:

    ul.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-full-width,.wd-design-aside) {
        --wd-dropdown-width: 1200px;
    }

    Kind Regards,
    Hung PD

    #662109

    apps.matteo
    Participant

    Thanks great Css!
    I would be really happy if we could fill the screen with the lower menu items too, I attach screenshots to explain better.
    Thanks,
    Matteo

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

    Hung Pham
    Keymaster

    Hi apps.matteo,

    So you need to remove Custom CSS I provided here https://xtemos.com/forums/topic/megamenu-vertical-very-long-vertical/#post-658492

    Regards,
    Hung PD

    #662297

    apps.matteo
    Participant

    Thanks,
    but removing it when you navigate the menu on the next page you no longer see the menu.
    It is poorly explained if you try to navigate to the next page you see it, can’t something be invented to solve it?
    I’ve already given 5 stars, don’t make me regret it!!!
    I’m kidding.
    Thanks,
    Matteo

    #662520

    Hung Pham
    Keymaster

    Hi apps.matteo,

    Unfortunately, that design requires complicated customization and out of our basic support. Thanks for understanding our limitations.

    Regards,
    Hung PD

    #662527

    apps.matteo
    Participant

    Sorry but I don’t understand it’s too important for me, maybe consult a colleague or your boss.
    I can wait a few days.
    Thanks,
    Matteo

    #662949

    Hung Pham
    Keymaster

    Hi apps.matteo,

    First of all, appreciate your patience.

    Please allow me to explain. You can remove Custom CSS I provided here https://xtemos.com/forums/topic/megamenu-vertical-very-long-vertical/#post-658492

    And then, customers can scroll up and down inside the mega menu to view its content, please don’t worry.

    Regards,
    Hung PD

    #662976

    apps.matteo
    Participant

    Hi good morning, if I remove this line and go to the last menu items at the bottom of the second page nothing is displayed.

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

    Hung Pham
    Keymaster

    Hi apps.matteo,

    Please double check https://prnt.sc/Fv2Wg3cRfi4T

    Kind Regards,
    Hung PD

    #663003

    apps.matteo
    Participant

    It seems the same to me as before, you should take the case you put the menu in position as the screen in half, which can be a right, as you can see half the menu is not visible and above it is difficult to reach even with the scroll, it should appear on the whole page just below the heading.

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

    Hung Pham
    Keymaster

    Hi apps.matteo,

    I’ve passed this topic to one of our developers for more details, and I will let you know once get an answer.

    Thanks for your patience.

    Best Regards,
    Hung PD

    #663356

    Hung Pham
    Keymaster

    Hi apps.matteo,

    In fact, the mega menu widget was not originally designed to accommodate content that exceeds the height of the user’s screen. Such components are typically developed with standard screen sizes in mind to ensure stable interface performance under typical conditions.

    In this case, we recommend reorganizing the menu by reducing the number of items so that everything fits within the screen boundaries — this will allow the menu to function correctly.

    As a last resort, we can provide you with code that changes the dropdown behavior: instead of sliding upward, the dropdown will appear to the side, next to the main menu.

    .widget_nav_mega_menu .wd-nav-vertical>li.menu-mega-dropdown {
    	position: relative;
    }

    Unfortunately, due to the original design limitations of the widget, there is no other reliable way to resolve this issue.

    Best Regards,
    Hung PD

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