PDA

View Full Version : Blank page in Mobiles


TheAdminMarket
11-24-2014, 04:27 PM
Hello,

Does anyone knows what can causes and the site https://www.lagadas.com shows a blank page when someone tries to access it with mobile device?

In Styles settings I've the default setting to use the default mobile style.

Thank you

Lynne
11-24-2014, 05:39 PM
Is that an Articles page (content.php)? Is that template in the mobile style you are using?

TheAdminMarket
11-24-2014, 05:58 PM
It was a custom page loaded in index.php. But even if I changed it to:

require('forum.php');

still getting blank page.

Is there anyway to disable the mobile style and show the normal style even to those who are connecting from mobile devices?

Lynne
11-24-2014, 06:00 PM
A custom page won't show up in mobile unless you create a custom template for it.

This page shows up fine in your mobile style - https://www.lagadas.com/forum.php

TheAdminMarket
11-24-2014, 06:37 PM
A custom page won't show up in mobile unless you create a custom template for it.

This page shows up fine in your mobile style - https://www.lagadas.com/forum.php

You're right. I've forgot it. I need to add a new section with mobile templates:

<templates_mobile>
...................
</templates_mobile>


As it needs time, any way to set the normal style to be used in mobile devices?

Lynne
11-24-2014, 07:34 PM
AdminCP > Settings > Options > Styles & Language Settings > you can set the styles for mobile there.