no-mobile, no-tablet suffixes don't work at all

Support desk for Villa Belluci Joomla Hotel Template
GK User
Fri Aug 14, 2015 7:34 am
Hi,
I try to hide modules in topinfo and footer_nav position in mobile and tablet by using no-mobile and no-tablet suffixes, but nothing works.
Please help!
This is admin user and pw, in case you may need back-end login: "g__k"
My site: http://photohuynhlong.com
Thanks!
User avatar
Expert Boarder

GK User
Sat Aug 15, 2015 9:20 am
Hi,
I didn't saw suffix added to current code,
but ....

Maybe you will use easier method, for example :
@media (max-width: 640px) {
#gkFooter {display:none;}
}


To hide whole footer area in moblie view , do this same for selected class / ID etc.
It's quite easy, basics of CSS3. We also uses it in our code.
User avatar
Platinum Boarder

GK User
Sat Aug 15, 2015 9:23 am
#tip 2
tablet - use: @media (max-width: 1040px)
small.tablet use: @media (max-width: 840px)
mobile- use: @media (max-width: 640px)
User avatar
Platinum Boarder

GK User
Sat Aug 15, 2015 5:18 pm
Hi Oscar,
Thank for your quick tips. But they don't help much. Your code works, but it will hide all the modules that display in a position (#gkFooter {display:none;}). That's not what we want. We just need to hide a specific module.
I don't really understand what you mean with "I didn't saw suffix added to current code". You mean I didn't apply suffixes correctly, or those suffixes don't exist in the original code of the template?
User avatar
Expert Boarder

GK User
Sat Aug 15, 2015 5:33 pm
Hi again buddy,
I've applied those suffixes in some other positions, and they work fine. There're only three positions (as I've just tested one by one) they make no effect at all: topinfo, header and footer_nav.
In case you need to check if I add those suffixes correctly, please use the account info in my first post.
Thanks!
User avatar
Expert Boarder

GK User
Sat Aug 15, 2015 7:26 pm
It means as you said , probably those suffix are not for all elements,
but my solutions works always.
User avatar
Platinum Boarder

GK User
Sat Aug 15, 2015 7:55 pm
Ok, I know your solution works, but it's not what we need from you, as a supporter.
Thank you anyway.
User avatar
Expert Boarder

GK User
Sun Aug 16, 2015 8:24 am
Probably there were hidden reasons why for those elements default suffix do not work. Another mystery.
User avatar
Platinum Boarder


cron