-
AuthorPosts
-
April 10, 2013 at 12:47 am #186629
So I disabled responsive design and when I view the website on any mobile device you are unable to zoom in or out like on a normal website. It shows 1/2 the page and you cant see the other side, only scroll up or down.
Any input on how to fix this? So that it would act like a normal site when viewed on mobile.
http://lynchemsports.com/Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
April 10, 2013 at 3:42 am #489386Hi plusev,
Please try to open templatesja_mitiustplsblockshead.php
And make change
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
to
<meta name="viewport" content="width=device-width, initial-scale=1.0, <?php echo $this->getParam('responsive', 1) ? 'maximum-scale=1.0, user-scalable=no' : '' ?>"/>
Hope it helps.
Regards
April 12, 2013 at 1:52 am #489606Ok I made the changes and this time it still shows the same thing as before. The only thing that changed is that I could zoom in more, still cant zoom out to see the whole page. This is the max I can see
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
April 12, 2013 at 2:41 am #489614Hi plusev,
There was still have overflow hidden css in other css file.
Please open pluginsystemt3includescoretemplate.php (line 557)
and replace
if ($this->getParam('navigation_collapse_offcanvas', 1)) {
by
if ($this->getParam('navigation_collapse_offcanvas', 1) && $this->getParam('responsive', 1)) {
This will help remove off-canvas css which cause the overflow hidden on template.
Regards
April 12, 2013 at 5:12 pm #489698Thank you so much!
April 12, 2013 at 6:24 pm #489704Umm I found another glitch lol
When viewing the Joomla Articles for some reason it is all one one side.
This is link to the web page http://lynchemsports.com/index.php/reduced-variance
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
April 15, 2013 at 2:43 am #489847Hi plusev,
I am not sure that was an issue.
Most of mobile browser now optimize the text for easy reading in mobile.I just find those links (in a Code-project newsletters)
http://allthingsd.com/20130410/pc-sales-show-biggest-q1-decline-ever/
http://www.net-security.org/secworld.php?id=14733
http://lwn.net/Articles/545741/
https://codeproject.tv/course/4931080/ruby_for_programmers
http://www.codeproject.com/Lounge.aspx?msg=4537814#xx4537814xxRegards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Wall Crasher 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum