Forum not visible on iPad 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

    Forum not visible on iPad

    avatar
    drumFIT
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    In progress Forum not visible on iPad

    Post by drumFIT March 30th 2015, 6:47 pm

    My customers cannot login to our forum on an iPad.  If they follow the link from our website on an iPad or iPhone, they get a big grey page that says "This Board Has No Forums". 

    Is there any setting I can update or fix that will allow people to view this forum on their device.

    Thanks for the help!
    Danielle
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Forum not visible on iPad

    Post by Ange Tuteur March 30th 2015, 8:02 pm

    Hi @DrumFIT,

    I see this while simulating the mobile version of your forum. By going to the index ( instead of /login ) it'll show this message, because no forums are visible. Furthermore, the theme seems to have made the mobile navigation messy causing the menu button to be hidden.
    Forum not visible on iPad Screen13

    Add the following style rule to your stylesheet, then you should be able to see the options arrow.
    Display > Colors > CSS stylesheet
    Code:
    body { width:auto !important }
    Forum not visible on iPad Screen14
    avatar
    drumFIT
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    In progress Re: Forum not visible on iPad

    Post by drumFIT April 3rd 2015, 3:39 pm

    I've never done anything like this before...where do I find the style sheet?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Forum not visible on iPad

    Post by Ange Tuteur April 3rd 2015, 6:19 pm

    Go to Administration Panel > Display > Colors then click on the tab title "CSS Stylesheet"

    After that, you can paste the code provided into the editor.
    Forum not visible on iPad Screen16

    The code can go either at the very to or very bottom of the sheet. If you have any questions let me know.
    avatar
    drumFIT
    New Member


    Posts : 5
    Reputation : 1
    Language : English

    In progress Re: Forum not visible on iPad

    Post by drumFIT April 3rd 2015, 6:36 pm

    thanks so much!  That worked beautifully!