Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • unvacancier Friend
    #192843

    Hello,

    I want to disabled REPONSIVE

    – I have disabled Handled, android and iphone Profiles. Desktop is on DEFAULT
    – I have removed on default CSS :
    <!–Extra css load for this layout–>
    <stylesheets>
    <file media=”only screen and (max-width:719px)”>css/layout-mobile.css</file>
    <file media=”only screen and (max-width:479px)”>css/layout-mobile-port.css</file>
    <file media=”only screen and (min-width:720px) and (max-width: 985px)”>css/layout-tablet.css</file>
    <file media=”only screen and (min-width:986px) and (max-width: 1235px)”>css/layout-normal.css</file>
    </stylesheets>

    – All pages are assigned to DEFAULT

    And on my iPhone the website is not on fullscreen and it’s not possible to zoom out.

    Any idea ?

    Thanks.

    Will.


    1. Capture1
    Ninja Lead Moderator
    #514920

    Hi Will,

    You need to change meta tags for ios & handled on head.php file, you can find it in templates/ja_zite/blocks/head.php file and rid script below


    <!-- META FOR IOS & HANDHELD -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <meta name="HandheldFriendly" content="true" />
    <meta name="apple-touch-fullscreen" content="YES" />
    <!-- //META FOR IOS & HANDHELD -->

    <?php if (T3Common::mobile_device_detect()):?>
    <meta name="HandheldFriendly" content="true" />
    <?php endif;?>

    Regards

    unvacancier Friend
    #514945

    OK i deleted this and it’s OK now.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  unvacancier 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum