test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lvogeltanz Friend
    #186200

    Hi, I would like use only this layout: layout-normal, layout-wide, layout-extra wide, layout-hd. If you have mobile or tablet you can see my website in layout-normal and use pinch zoom. Is it possible do it? I can use only one layout. I dont want responsive. If you resize window (firefox, chrome, safari) I dont want any change site 🙁 I would like see scroller. Thanks for help and answer

    phong nam Friend
    #488937

    Hi lvogeltanz,

    The layout of JA Wall template website will be automatically detected by device view. You can find the lines which defined layout in <blockquote>templatesja_wallindex.php</blockquote> with codes

    <!-- MEDIA QUERIES -->
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-mobile.css" media="only screen and (max-width:719px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-mobile-portrait.css" media="only screen and (max-width:479px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-tablet.css" media="only screen and (min-width:720px) and (max-width: 985px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-normal.css" media="only screen and (min-width:986px) and (max-width: 1235px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide.css" media="only screen and (min-width:1236px) and (max-width: 1585px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide-extra.css" media="only screen and (min-width:1586px) and (max-width: 1890px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-hd.css" media="only screen and (min-width:1891px)" />
    <!-- //MEDIA QUERIES -->

    Regards,

    Leo

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 7 months ago.

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