Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • talankero Friend
    #189854

    Hello, I want to do, is to enter from the device that is between either mobile or computer, just leave the web in computer format.

    I tried on the template options in profiles, in Advanced Settings -> Layout Settings, set the option to desactivate in Iphone, Android and Handheld, but I still get the same.

    Can you help …??

    Thank you very much.

    Best Regards

    Ninja Lead Moderator
    #502842

    JA University Template is using css style to make template responsive, you can follow my below solution to deactivate it

    + Open templates/ja_university/etc/layouts/default.xml file

    Find and remove it


    <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>

    + Open templates/ja_university/blocks/head.php file

    Remove it


    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes"/>
    <meta name="HandheldFriendly" content="true" />

    <?php if (T3Common::mobile_device_detect()=='iphone'):?>
    <meta name="apple-touch-fullscreen" content="YES" />
    <?php endif;?>

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

    + Remember to clear cache from Admin area after changing

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

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