Show module only on Mobile Site?

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
Sun Jul 28, 2013 7:49 pm
Reply with quote
Report this post
Hey,

I wanted to know if it's possible to show a module only on the mobile site?

I know that i can remove modules from the mobile site with the suffix "nomobile" but is there also a suffix like "onlymobile" ? It should be really only mobile, no desktop and no tablet.

Thanks
User avatar
Junior Boarder

GK User
Sun Jul 28, 2013 10:08 pm
Reply with quote
Report this post
Hi,
yes - new framework used in meet-gavern - allows this, read here: http://www.gavick.com/documentation/joo ... -tutorial/
we're planning to update almost all our template to new Gavern version, but we need more time.

But also...
I've checked Simplicity and it have those suffixes:
Code: Select all
/* limitation suffixes */
.box.notablet {
   display: block!important;
}
.box.nomobile {
   display: none!important;
}
.box.onlytablet {
   display: none!important;
}
.box.onlymobile {
   display: block!important;
}


So try one of them (onlytablet or onlymobile), they should work.
User avatar
Platinum Boarder

GK User
Sun Jul 28, 2013 10:41 pm
Reply with quote
Report this post
Pawel F wrote:Hi,
yes - new framework used in meet-gavern - allows this, read here: http://www.gavick.com/documentation/joo ... -tutorial/
we're planning to update almost all our template to new Gavern version, but we need more time.

But also...
I've checked Simplicity and it have those suffixes:
Code: Select all
/* limitation suffixes */
.box.notablet {
   display: block!important;
}
.box.nomobile {
   display: none!important;
}
.box.onlytablet {
   display: none!important;
}
.box.onlymobile {
   display: block!important;
}


So try one of them (onlytablet or onlymobile), they should work.


onlymobile worked!

Thanks
User avatar
Junior Boarder


cron