Hide News Show Pro GK5 Module in Desktop view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 15, 2014 7:01 pm
Reply with quote
Report this post
Hello,
I'm working on this site http://www.norsoft.com.ar/diario

I have followed your guide for hiding a module in mobile layout, for the News Show Pro GK5 module which shows the main news on the "banner left" position (Module called "Locales") for all views except mobiles.
I have added the class suffix "nomobile". And it works fine.

Also I have created a new module called "Locales Only Mobile", to show the same news, but in 3 rows without slideshow effect (no animation at all, since sliding is not convenient for mobiles). It should only shows in mobile layout.
I have added the class suffix "onlymobile". And it works with the exception that it is not showing any content.
Could you please check my site and help me with this?

I will appreciate your soon reply.
Thanks!
User avatar
Fresh Boarder

teitbite
Fri Oct 17, 2014 9:30 am
Reply with quote
Report this post
Hi

I think You should add this to mobile.css:

Code: Select all
.onlymobile {
    display: block;
}
User avatar
Moderator


cron