Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #458262

    My enfold Theme is still responsive. On the smartphone and tablet is the whole view as on the PC. However, written very small. Finger gestures ar impossible. What did I do wrong in setting up?

    Please answer fast.

    Linde 2015

    http://www.en-mosaik.de

    thanks

    #458449

    Hi Dietlinde!

    I checked your website on my iphone and cannot see any issues with responsive layout. If you would like to disable it, please go to Enfold theme options > General Layout > Dimensions and uncheck “Responsive Site”

    Regards,
    Yigit

    #458486

    Hi Yigit,
    I “want” have it necessarily responsive. Only I can not enlarge the text with finger gestures.

    Linde2015

    #459171

    Hi!

    The zoom feature on mobile devices is disabled by default. If you want to enable it back, you need to modify header.php. Look for this code:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    ..replace it with:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    Regards,
    Ismael

    #463344

    Hello,
    if I hook of “Responsive Site” take away at Enfold Options / General Layout / “Dimensions”, is the zoom visible.

    But then I have not a Responsive Web Design more, right? But that was me important.

    #463928

    Hi!

    you are right. That’s why please follow Ismael’s instructions and let us know if you still need help.

    Cheers!
    Andy

    #469616

    I have don but it give a parser-Error.

    • This reply was modified 8 years, 9 months ago by Linde2015.
    #469626

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #511616

    With the code above; won t it be overwritten by any theme updates???

    #511675

    Hey!

    It will. To avoid that, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your header.php file there and make changes on it

    Best regards,
    Yigit

    #511677

    that is, what i thought too; but by doing this, it totally screwed up my layout/css

    #511948

    Hey @Lucie,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please start a new thread next time, threads like these tend to get messy otherwise.

    Regards,
    Rikard

    #512194

    hej rikard,
    it was probably a dau-problem. i tried again and this time no problem at all. sorry!

    #512511

    Hi!

    Great! Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Urgent! Responsives Webdesign’ is closed to new replies.