Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1291359

    Hello @yigit
    on digital-print-group.de/ the mobile menu (“Hamburger menu”) exists twice and i have no idea why.
    Screensize: at least below 319px
    Screenshot: digital-print-group.de/screenshots/hamburger.jpg
    Is it a setting i missed?

    kind regards Max

    #1291953

    Hi Max,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1291955

    Hi again,

    I found login details in your other thread. I activated the parent theme, and the problem goes away after that, so it’s coming from your child theme. Could you try to remove all customisations from it, then add them back one by one to see what is causing this to happen please?

    Best regards,
    Rikard

    #1291993

    Hi Rikard,
    it seems to be this part which has been given to us from one of your collegues when we asked how to put an extra element in the header.

    function.php

    moved to https://pastebin.com/rqZ83idW

    Kind Regards Max

    #1292631

    Hi,

    Thank you for the info.

    The other mobile menu, which is supposed to display on desktop view, shows because of the following css code.

    #header_main_alternate {
        display: block !important;
        position: relative;
        left: 27px;
    }
    
    #header_main_alternate {
        display: block !important;
        position: relative;
        left: 27px;
    }

    For some reason, the css rule has been declared twice in the style.css file. Please remove the css, then toggle or temporarily disable the Enfold > Performance > File Compression settings

    Best regards,
    Ismael

    #1293466

    Hi
    The rule you mentioned is not declared twice, its only in line 119.

    But removing this rule removes the second hamburger menu.
    Thank you!

    kind regards
    Max

    #1293685

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1293692

    and give to the header widgets a less z-index – otherwise the hamburger isn’t clickable:
    look in your css and find that rule and change z-index.

    #header .widget_text {
        z-index: 2;  /*** it is now 9999 ****/
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.