I’ve noticed on a smart phone we can’t swipe fingers to zoom in or out of the page. Can the theme be completely responsive where people can zoom in or out on text or pictures?
Hi DJQuad!
Thank you for using Enfold.
Actually, the convention or common practice when a website or a theme is fully responsive and is well designed to work on a mobile device, zoom capabilities or features are usually disabled. This is the case with Enfold. If you want to enable zoom, use the fixed layout. Go to Enfold > General Layout > Dimensions then disable the Responsive Site option.
Cheers!
Ismael
This will stop the site from being responsive, correct?
Hey!
Try opening up the /enfold/header.php file and change line 37 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
Cheers!
Elliott
Should I also do the change Ismael suggested?
Hi!
Yes, it will disable the responsive version of the site but you will be able to zoom in and out. No, you don’t need to follow my suggestion if you want to add the code. Note that when you enable the zoom feature in responsive mode, elements might break when zoomed in or out, in a few cases.
Cheers!
Ismael