Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254264

    Hi

    It’s not possible to zoom on my Enfold homepage with iPhone or iPad. It’s possible on all other sites I visit. How can I fix this so it’s possible on my Enfold homepage?

    Regards
    Anders

    #254403

    Hey mullemull!

    Thank you for using the theme.

    Did you set the Enfold > Theme Options > Responsive Layout active? to Fixed Layout? If not, users don’t need to zoom because the website is responsive. If you still want to enable the zoom, please edit header.php and find this code on line 40:

    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, maximum-scale=1, user-scalable=yes">';
    

    Regards,
    Ismael

    #256029

    thanx. i’m all set.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘iPhone iPad’ is closed to new replies.