-
AuthorPosts
-
unvacancier Friend
unvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
December 9, 2013 at 12:47 pm #192843Hello,
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 DEFAULTAnd on my iPhone the website is not on fullscreen and it’s not possible to zoom out.
Any idea ?
Thanks.
Will.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 10, 2013 at 7:20 am #514920Hi 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
2 users say Thank You to Ninja Lead for this useful post
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
December 10, 2013 at 10:39 am #514945OK i deleted this and it’s OK now.
Thanks.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by unvacancier 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to disabled resize of the template ?
Viewing 3 posts - 1 through 3 (of 3 total)