Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Please see this link:

    https://maxmegamenu.com/documentation/faqs/removing-residual-styling/

    You’ll need to remove the ‘primary-navigation’ class from the div/nav that wraps your menu. Your theme has some CSS which is hiding this div on smaller screen sizes.

    Regards,
    Tom

    Thread Starter pelagictraveler

    (@pelagictraveler)

    hi, thanks for the reply.. i have removed some files.. which the menu shows up now, but nothing is in it

    Plugin Author megamenu

    (@megamenu)

    Hi,

    I still see the primary-navigation class. You’ll need to find where it is output by your theme and remove it:

    https://screencast.com/t/scmviVbD

    Regards,
    Tom

    Thread Starter pelagictraveler

    (@pelagictraveler)

    if it is the primary menu not showing up, do i need to edit the secondary menu code as well.

    i have deleted the files but still kinda lost as why the menu container shows up but no pages

    Thread Starter pelagictraveler

    (@pelagictraveler)

    also, when i deleted the files, a nice black menu appeared across the top-primary spot on the pc version. so it seems it did something, but still in mobile no pages on the menu when u open it.

    the secondary pages are there

    Thread Starter pelagictraveler

    (@pelagictraveler)

    also, when opening this new primary menu in mobile I cant seem to close it

    sorry for all the replies

    Thread Starter pelagictraveler

    (@pelagictraveler)

    ok, so, this might hold the answer for me

    i added this code to my css at the bottom of mega menu

    @media only screen and (max-width : $responsive_breakpoint) {
    .mega-menu-toggle {
    display: none;

    ~ #{$menu} {
    display: block;
    }
    }
    }
    }

    which i dont really like, because it not only made the menu show, but displays all the pictures and the text.

    as well as, it says up top

    Warning: CSS compilation failed. Please check your changes or revert the theme.

    unexpected }: failed at line: 890

    with all this said- the primary menu shows in a blue font- and when i click it the pages are in the menu.

    so, it is working but the other parts are not

    Thread Starter pelagictraveler

    (@pelagictraveler)

    no worries, im done . im just not using a top menu.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2 menus- only secondary showing in mobile’ is closed to new replies.