• PG

    (@parulgarg2)


    Hi

    I am trying to achieve it like this:

    Inside Mega Menu
    I am trying to achieve a column with the title and then in that column I want to have 2 columns of menus.

    Something like this:
    https://ibb.co/52rJ0WS

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello there,

    Thanks a lot for contacting us. You will need to create a structure like this: https://imgur.com/a/1zVRvD2 inside the menu builder to meet your requirement.

    Inside first row, you need to set the Title using the Text widget. And then, set your preferred widget on the two columns of the second row. Our video tutorials will be useful for you.

    Let me know if you have more queries or issues.

    Regards,
    Mehedi

    Thread Starter PG

    (@parulgarg2)

    Thanks Mehedi for your reply. Your solution caused some more problems so I found another way to handle this.

    I have another question,
    When I align menu to center, then in the mobile menu i don’t see hamburger menu sign.. instead i see menus directly.
    can we fix this ?

    Thread Starter PG

    (@parulgarg2)

    Also, I have found a bug. When setting a menu to hide on desktop, then it’s hidden on mobile also.

    Hello there,

    I’m having trouble understanding the mentioned issue and possible solution without checking your site. Can you please describe your issue with a few screenshots or a video (if possible)?

    Regards,
    Mehedi

    Thread Starter PG

    (@parulgarg2)

    Hi Mehedi

    For alignment issue, here is the video : https://imgur.com/OnRNDVu

    For hide on desktop : https://streamable.com/6hhzyu
    When menu is set to hide on desktop it also hides from mobile.

    Third, When we hover the child menu, the top menu also gets highlighted. Can we remove that please?
    https://ibb.co/fCqVjKb

    Thank you so much for all your help. Really appreciated.
    Parul.

    • This reply was modified 4 years, 6 months ago by PG.
    Thread Starter PG

    (@parulgarg2)

    Hi Mehedi

    Just a reminder, do you able to understand the issues I am facing ?

    Hello there,

    I apologize for the delay. Please check your answers below:

    Alignment: It’s not applicable for the mobile devices. It’s for the menu bar on the desktop screen.

    For hiding on desktop: It’s a bug of our plugin. Surely, we will fix this issue in our future updates. Can you please send your site link? I will try to manage a temporary solution for you.

    Highlighted menu: Send me your site link.

    Regards,
    Mehedi

    Thread Starter PG

    (@parulgarg2)

    Hi Mehedi

    Thanks for your reply.

    Alignment: I know it is not for mobile, but I double checked – Menu alignment set to “Center” & Mobile Menu alignment set to “Right”, then on mobile device is not showing the mobile menu. Just the menu in the center. it is somehow affecting how it is showing on mobile devices.

    our testing website link is – https://staging2.uniconta.com/da/

    • This reply was modified 4 years, 6 months ago by PG.

    Hello there,

    Mobile alignment right option is for the toggle bar; not for the menu. I saw your mobile menu is showing at the first time. Please apply the following CSS on Appearance > Customize > Additional CSS to fix that:

    @media (max-width: 767px) {
        #wp-megamenu-new-menu-test>.wpmm-nav-wrap ul.wp-megamenu {
        display: none;
    }
    }

    Hopefully, it’ll work for you.

    Regards

    Thread Starter PG

    (@parulgarg2)

    Thanks Mehedi

    This works now. Do you also have a solution for Highlighted menu ?
    You can find this issue on the same website only.

    Please apply the following CSS on Appearance > Customize > Additional CSS:

    #wp-megamenu-new-menu-test>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a {
    color: inherit;
    }

    Hopefully, it’ll work for you.

    Thread Starter PG

    (@parulgarg2)

    Hi Mehedi

    This isnt working. I am again sharing you a screenshot to better explain this problem

    View post on imgur.com

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Column inside columns’ is closed to new replies.