classic to mobile? and classic not completely loading pages. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    classic to mobile? and classic not completely loading pages.

    avatar
    Eloaene
    New Member


    Female Posts : 20
    Reputation : 1
    Language : English
    Location : Texas

    In progress classic to mobile? and classic not completely loading pages.

    Post by Eloaene March 16th 2015, 4:09 pm

    Technical Details

    Forum version : phpBB2
    Position : Founder
    Concerned browser(s) : Google Chrome
    Who the problem concerns : All members
    Forum link : http://rainoffire.forumotion.com/

    Description of problem

    I've had some members (including myself) who have been viewing the classic version of the site on mobile devices, but when scrolling down the site, the pages simply don't load, so posts cannot be viewed. In light of that, they've been trying to swap back to the mobile version to try that, but we've been unable to view a button that allows us to swap back to the mobile version of the site on mobile devices. Is it hidden somewhere that we're just not seeing it? Is it possible to either fix the page loading on classic version on mobile devices?  Or should we be able to swap back over to the mobile version of the site to view full pages?


    Thank you for your help.
    Tonight
    Tonight
    Forumember


    Male Posts : 312
    Reputation : 80
    Language : Estonian, English, Russian
    Location : Estonia

    In progress Re: classic to mobile? and classic not completely loading pages.

    Post by Tonight March 16th 2015, 6:56 pm

    You can disable the mobile version with this Javascript (In all the pages):
    Code:
    $(function() {
    if(window._userdata && _userdata.page_desktop) window.location = _userdata.page_desktop;
    });
    Then it shows always the classic version. First time you notice a small reload.