-
AuthorPosts
-
March 30, 2021 at 1:46 pm #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
April 2, 2021 at 4:59 am #1291953Hi 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,
RikardApril 2, 2021 at 5:16 am #1291955Hi 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,
RikardApril 2, 2021 at 12:31 pm #1291993Hi 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
April 6, 2021 at 1:59 am #1292631Hi,
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,
IsmaelApril 9, 2021 at 9:59 am #1293466Hi
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
MaxApril 10, 2021 at 6:37 pm #1293685Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonApril 10, 2021 at 7:11 pm #1293692and 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 ****/ }
-
AuthorPosts
- You must be logged in to reply to this topic.