• ebzh29

    (@ebzh29)


    Hello everyone,

    Sorry for posting, looks easy but just cannot fix that double menu appearing thing…

    I had a old version of the theme (maybe not updated for 2 years) and I did update it and like often, some problem came with…

    I use sticky menu and page builder but I don’t have problem with that I think.
    Just that 2nd full main menu appearing under the header menu and cannot take it off (I just want to keep the first top header menu).

    I looked a bit at the source code and I can see the problem but don’t know how to fix it easily.

    There are two menus in the code :
    id=”main-menu”
    AND
    id=”mobile-nav-menu”

    that’s not only on mobile, but on a desktop too

    Any idea how to fix that ? To take one out ?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • corrinarusso

    (@corrinarusso)

    @ebzh29

    You should really turn off your cache plugins while you are in development and can test properly.

    The short answer is that the CSS for the menu needs to wrapped inside screen size media queries. And right now it’s not. See here :

    View post on imgur.com

    View post on imgur.com

    You should ask the theme developer :
    https://presscustomizr.com/customizr/

    Thread Starter ebzh29

    (@ebzh29)

    Hi Corrina,

    Thanks for your help !

    I did turn off the WP Fastest Cache plugin and don’t have the problem anymore.

    How can the problem comes from that plugin ?

    corrinarusso

    (@corrinarusso)

    @ebzh29

    Bc most cache plugins suck. Cache should be managed by your server, not by your application.

    The cache stores a minified version of your files and your server accesses those files to load faster.
    If the magnification does not function properly, or if the changes to your code do not get written to the minified file properly, then your site will be wonky.

    Thread Starter ebzh29

    (@ebzh29)

    @corrinarusso
    all right

    Is it worth trying other cache plugin that could do the job without f*cking my site over or is there any other way to do what they do another way ?

    Thanks for your time anyway, really appreciated 🙂

    corrinarusso

    (@corrinarusso)

    @ebzh29

    Honestly, talk to your host about what they can do to provide cache solutions.
    Otherwise, imo dump your cache plugins, and just use this :
    https://wordpress.org/plugins/autoptimize/
    It works well. Install and go through the settings.

    Thread Starter ebzh29

    (@ebzh29)

    I will thanks !

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Double menu since update version’ is closed to new replies.