Trouble with " onlytablet" and " onlymobile"

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sun Jun 30, 2013 12:56 am
I am using the Fashion template (which is up-to-date) on Joomla 2.5.11 at this dev url http://www.lisnlabs.com/sbbt/index.php/english .

I have 2 modules published to the "header" positions, one marked with the suffix " onlytablet" and the other as " onlymobile".

I could not get either to show up on PC, tablet or mobile. I followed a previous thread which suggested changing a line in the layouts/default.php file.

Once I made that change, the module appear, but only as white boxes, not as the modules I have set up. tablet screen shot here (http://bit.ly/1aqefVr) mobile here (http://bit.ly/1aqedwV).

Any thoughts on how I can get this crucial error fixed?
User avatar
Fresh Boarder

GK User
Sun Jun 30, 2013 10:53 am
Open tablet.css and find the code at line 84:
Code: Select all
.box.onlytablet {
    display: block !important;
}

Change it to:
Code: Select all
.onlytablet {
    display: block !important;
}
User avatar
Platinum Boarder

GK User
Tue Jul 02, 2013 1:13 am
Thanks Don,

That did the trick!

ian
User avatar
Fresh Boarder

GK User
Tue Jul 02, 2013 4:15 am
You are welcome!
User avatar
Platinum Boarder


cron