Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #520107

    Hi,

    I cannot access this part of my website on a mobile device. Can you please help me.

    The part is http://www.globalwoods.com.mx/distribuidores/
    Access
    Username: prueba
    Password: prueba

    I would really appreciate the help.

    Thanks in advance.

    #520144

    Hey kahangabriel!

    I am able to load up that page without issue on my end.

    Please send a screenshot of the error you are experiencing on your mobile device. Also please test the page in question on other mobile devices if possible.

    Cheers!
    Dake

    #521129

    Hi Dake,

    I already tested it in plenty of devices, the issue is that I don’t get any option to put in the username and password so it just gives me the standard error as if I weren’t logged in.

    Here is the image
    Image

    Thanks for your help!
    Regards,

    #521350

    Hi,

    The sidebar is hidden by default on small screens, try adding the following to Quick CSS or add the Widget to your main content as well:

    @media only screen and (max-width: 767px) {
    .page-id-23 .sidebar {
    display:block !important;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.