Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kikorro Friend
    #186986

    Hi again!!!

    Although the template is responsive, k2 modules aren`t ( k2 slider), so I need to deactivate this feature.

    Is there an easy way? Thanks.

    Ninja Lead Moderator
    #490821

    This way will help you deactivate responsive template

    Open /templates/ja_mixmaz/etc/layouts/default.xml file

    from


    <stylesheets>
    <file>css/layout.css</file>
    <file>css/template.css</file>
    <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>
    </stylesheets>

    change to


    <stylesheets>
    <file>css/layout.css</file>
    <file>css/template.css</file>
    </stylesheets>

    Remember to clear cache from admin area

    kikorro Friend
    #490859

    Thank you very much…..:):):)

    kikorro Friend
    #490897

    Well, I have done it, but the problem now is that I can,t zoom it on my Iphone…….:((

    thanks

    Ninja Lead Moderator
    #491004

    You can enable zoom it as follows :

    Open templates/ja_mixmaz/blocks/head.php file
    from

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    change to

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

    kikorro Friend
    #491038

    That worked perfectly!!!!! Thanks again.

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

This topic contains 6 replies, has 2 voices, and was last updated by  kikorro 11 years, 1 month ago.

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