-
AuthorPosts
-
November 27, 2017 at 6:17 pm #882319
Hi guys,
I’ve got a problem on my website with the phone/burger menu, it is not appearing normally.
Here is a link of my website: https://ergosolutions-transitions.ovh/
And a picture of the problem: https://imgur.com/a/J4xNp
Cheers,
Demaup
November 30, 2017 at 11:30 am #883327Hey Demaup,
Sorry for the late reply!
Have you figured it out already? I cannot reproduce the issue on my end. If you have not figured it out yet, could you please tell us which browser and OS you are using?
Best regards,
YigitNovember 30, 2017 at 1:20 pm #883402Hi Yigit,
I’m on a macbook (mid-2010) OS X Yosemite with the last version of Chrome. Same thing happening with my iPhone 6S on Chrome (last version too). I tried to clear cache but nothing change.
Everything works fine on your device?
I will also try with a friend device.
Cheers,
Demaup
November 30, 2017 at 1:32 pm #883408Hi Demaup,
I checked your website on Version 11.0.1 on macOS 10.12.6 and it still shows up fine on my end. I attached a screenshot in private content field below :)
Best regards,
YigitDecember 4, 2017 at 12:26 pm #884610Hi Yigit,
The problem is not on large screen (menu appears fine), the problem is when the website is on a phone screen or similar. Then the burger menu appears and is not working properly.
Do you see what I mean?
December 4, 2017 at 4:37 pm #884691Hi,
I believe the issue is either related to a plugin or to your customizations however i could not find the cause yet. Could you please create temporary admin logins and post them here privately so we can take a closer look?
Best regards,
YigitDecember 5, 2017 at 11:36 am #884977Hi,
Link for temporary admin is in the private content. I set (Email address hidden if logged out) for the email address and a 7 days availability.
Cheers,
Demaup
December 5, 2017 at 12:28 pm #885006Hi Demaup,
You had following code in Quick CSS field
.html_header_top.html_header_transparency #header { position: absolute; left: 50%; transform: translateX(-50%); }
I changed it to following one
@media only screen and (min-width: 768px) { .html_header_top.html_header_transparency #header { position: absolute; left: 50%; transform: translateX(-50%); }}
Please review your website :)
Best regards,
YigitDecember 5, 2017 at 12:44 pm #885018It is working perfectly! Thanks a lot Yigit, you’re amazing :)
Demaup
December 5, 2017 at 12:49 pm #885024 -
AuthorPosts
- The topic ‘Problem with phone/burger menu’ is closed to new replies.