Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • plusev Friend
    #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 Developer
    #489386

    Hi 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

    plusev Friend
    #489606

    Ok 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 Developer
    #489614

    Hi 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

    plusev Friend
    #489698

    Thank you so much!

    plusev Friend
    #489704

    Umm 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 Developer
    #489847

    Hi 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#xx4537814xx

    Regards

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

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