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
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
thanx. i’m all set.