nobobile not works?

Support desk for Multipurpose Quark Theme
GK User
Sun Oct 23, 2016 2:54 pm
Hello..
Someone can tell me why mobile or tablet suffix do not work on this site?
www.dragonettisrl.com
(modules are "Quando ci ricordiamo, aggiorniamo" and "footer menu")
User avatar
Junior Boarder

teitbite
Mon Oct 24, 2016 12:36 pm
Hi

Not every template had this functionality added, but it's easy, just copy below code to override.css

Code: Select all
@media only screen and (max-width:1024px) and (min-width: 766px) {
.notablet {
display: none;
}
}

@media only screen and (max-width:767px) {
.nomobile {
display: none;
}
}
User avatar
Moderator

GK User
Mon Oct 24, 2016 5:13 pm
OKay! :)
I added the code in template.css because in override.css not work.
menu footer does not disappear
User avatar
Junior Boarder

teitbite
Thu Oct 27, 2016 11:14 am
Hi

Not every module position has an ability to support module suffixes. Module suffixes can change whole layout so in some places for static elements which should have a predesigned style this has been removed. In template configuration You can overwrite module style per module position. Simply set style "gk_style" for "footnav".

Or use a css code to remove footer navigation manually:

Code: Select all
@media only screen and (max-width:880px) {
#gkFooterNav {
display: none;
}
}


PS: to use override.css first Override needs to be enabled in template configuration.
User avatar
Moderator

GK User
Thu Oct 27, 2016 12:15 pm
YES!!
Now works!

THANKS!
User avatar
Junior Boarder

teitbite
Tue Nov 01, 2016 9:24 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron