• Resolved lisath

    (@lisath)


    Hi,
    https://alliancecd.org/
    I’m using your plugin to make one menu—which only shows on the home page—responsive. But for some reason, the responsive menu hamburger icon shows up on all of the site’s pages at smaller screen sizes. I’ve tried adding the following to each @media query, but to no avail:

    #click-menu {
    visibility:hidden;
    }
    .home #click menu {
    visibility:visible;
    z-index:1000;
    }

    Any advice will be greatly appreciated.

    best,
    Lisa

    https://www.ads-software.com/plugins/responsive-menu/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Lisa,

    Those styles should work – however I have looked on your site and I am not sure where you have added these but they are not showing in your sites CSS.

    You don’t need to put the hidden one inside a media query but can leave it outside, or if you have a seperate page template for your home page it may be best just to use the shortcode instead.

    All the best

    Thread Starter lisath

    (@lisath)

    Hi,

    Thanks for your reply. And sorry that I had removed the styles—I’ve added them back in so you can look at my setup. As you suggested I added this one
    #click-menu {
    visibility:hidden;
    }
    in the regular flow of the style sheet, and this one
    .home #click menu {
    visibility:visible;
    z-index:1000;
    }
    within the various @media style sections. The icon is hidden on every page, but doesn’t show on the home page on small browser sizes.

    thanks,
    Lisa

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Lisa,

    I think I’ll need to take a look myself.

    Can you email over your WP and FTP admin details to support [at] responsive [dot] menu so I can take a look for you?

    All the best

    Thread Starter lisath

    (@lisath)

    Hi.
    Just checking in to be sure you received the credentials I emailed.
    Thanks, Lisa

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Lisa,

    All recieved, replied and fixed.

    All the best

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hamburger menu displaying on pages where original menu didn't display’ is closed to new replies.