Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1065773

    1) We cannot seem to get rid of the rollover action on the main top menu
    2) The mega menu does not display the dividers lines between columns… not sure why, any thoughts?
    3) When viewing on smaller displays the full mega menu items are not seen nor can you scroll down to view them.

    You help with these issues as always is greatly appreciated.

    Thanks

    Avery

    #1066946

    Hey So Evolve,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1067064

    We’ve fixed everything but the mega menu scroll issue. See image at https://cl.ly/7d4a9c829dce

    #1067770

    Could you please review the site and provide assistance with the non-scrolling problem with the use of the “Mega Menu” on the Locations Menu Tab.

    We know the Mega Menu has scrolling capabilities as we have used in on other occasions, even on this site it once worked but has stopped for some reason.

    Thanks

    Avery

    #1068238

    Hi,

    Thanks for the update.

    Did you move the site? It’s not loading properly. For the mega menu, please try this css code:

    #header .avia_mega_div {
        overflow-y: scroll;
    }

    It should add a scroll bar to the mega menu container.

    Best regards,
    Ismael

    #1068344

    Yes, we just moved it to its home:

    see below info

    #1068545

    We’ve added the above CSS code to the site and it still will not provide scrolling on the mega menu…

    FYI – We’ve had to create a different menu to use while we figure this issue out… Currently using a menu titled “Main Top Menu”

    The menu we want to use with the Mega Locations Tab is called “Main Menu”

    Need your help in getting the scroll feature working on the Mega Menu!!!!!

    Avery

    • This reply was modified 5 years, 5 months ago by So Evolve.
    #1069280

    Hi,

    I’ve added the css code but it’s not working when the mega menu container height is not defined. I think the better solution is to create a page dedicated to the locations.

    Best regards,
    Ismael

    #1069549

    Will it work if we define the container height? If so could you provide suggestions for trying?

    Avery

    #1069739

    One final thought and then I’ll stop bothering you… Can we use the mega menu on Sub-Pages? for example, instead of using the mega menu on the “Locations” tab could we use it on the Sub-Pages “Arizona” – “California” etc? So each State will have its own Mega Menu with Cities…

    Avery

    #1069811

    Hi,

    You can define the height with this css code, but it will affect every mega menu container.

    #header .avia_mega_div {
        overflow-y: scroll;
        height: 900px;
    }

    Unfortunately, you can’t add a mega menu to a sub menu.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.