Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #429754

    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?

    #430200

    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

    #430462

    This will stop the site from being responsive, correct?

    #431396

    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

    #431468

    Should I also do the change Ismael suggested?

    #432051

    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

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