Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #399487

    Followed the coding here : http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/ with some modifications to allow for three diff. logos in the header depending on page, all working on desktop. On mobile (not when I resize the browser), menu probs occur- the menu loads on the right.

    #399559

    The menu loads on the right for me too, even though I haven’t did the different logo thing. I was just testing my site on an iPhone 5S and noticed I can slide my entire site to the left and it would show my hidden menu sitting on the right, though smaller than when you open it. Maybe a bug since a recent version? It wasn’t like this before I updated the site.

    #399856

    ok, good to know. maybe it’s not related to the logo url change coding

    #400050

    Hey!

    Thank you for using Enfold.

    We already included the fix to this issue on version 3.0.8. You need to set the #wrap_all container back to relative on mobile devices.

    Cheers!
    Ismael

    #400286

    I am having this same issue can you tell me where to put that code or where to set it back to relative?

    #400472

    Yes, I’d like to know where to change what, too. I’m already on version 3.0.8, though the menu still sits on the right.

    #400851

    me to, version 3.0.8

    #401233

    Hey!

    Could you please try to add this to Quick CSS:

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Make sure to flush your mobile browser cache and reload several times.

    Regards,
    Rikard

    #401292

    Thank you Rikard, that did fix it for me!

    By the way, not related to the issue but to this forum itself. Each time I add a comment to this forum (new or reply) I get a blank follow-up page. I’m using Safari on Mac.

    #401853

    Hi DavyE!

    Great that it got it fixed for you :)

    Thanks, we are aware of the problem and Kriesi is looking into it. Hope to get it fixed as soon as possible.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.