Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #487626
    #488019

    Hey Verena!

    use this code in Quick CSS field:

    @media only screen and (max-device-width: 1024px) {
    #advanced_menu_toggle {
    display: block;
    }}
    

    Cheers!
    Andy

    #488079

    Hey Andy!
    Thank you for the quick reply. It works, technically, but it doesn’t look good. :)
    It looks like in the first screenshot, but I want it to look like in the second one (without the Enfold Logo).
    That’s how it looks when I remove the code from the functions.php.
    Is there any other way to solve the problem?

    Greetings from Germany,
    Verena

    #488264

    Well, for now I solved the problem by using a blank image. :)

    #488526

    Hey,

    I’m not sure if you got your problem fixed or not? Please let us know if you should need any more help.

    Thanks,
    Rikard

    #706793

    Hi guys,

    In my new project I have exactly the same issue. Used the code in my child’s function.php and tried this in my CSS

    @media only screen and (max-device-width: 1024px) {
    #advanced_menu_toggle {
    display: block;
    }}

    But the mobile menu still doesn’t show up. When I completely remove the code from my functions.php the logo re-appears (of course) but the mobile menu works also… Any ideas on how to solve this?

    Cheers,

    Steven

    #707265

    Hi,


    @steviger
    Logo is removed on my end and mobile menu shows up and works fine. Have you figured it out already?

    Best regards,
    Yigit

    #707276

    Hi Yigit,

    I’m affraid not. I can’t see the mobile menu on my HTC 8 phone neither here: http://www.responsinator.com/?url=http%3A%2F%2F185.27.141.7%2F~ptsy386879%2Fvoorpagina%2F

    Cheers,

    Steven

    #708523

    Hi,

    Aside from the filter above, what are the modifications added in the child theme? Please post the login details here so that we can check the settings.

    Best regards,
    Ismael

    #709689

    Hi Ismael,

    Please see the details in the Private Content. I had a closer look on my mobile and I do see the mobile menu but it floats kind of over the full width slide show top right. Please see mobile screenshot here. I’d like to have the mobile menu above the slideshow. How can we fix that?

    regards,

    Steven

    #710568

    Hi!

    We modified the code in the functions.php file and then added a few css in the Quick CSS field.

    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle, #advanced_menu_hide {
            right: 20px;
            display: block;
        }
    
        .responsive #top #wrap_all #header {
            height: 80px;
        }
    }

    Best regards,
    Ismael

    #710772

    Hi!
    Thanks a lot !

    Regards,

    Steven

    #711386

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mobile menu disappears when logo is removed in header’ is closed to new replies.