using the template on an Iphone or an Android phone
- Posted by rottenberg (60) Offline
Hello
I am testing the dealPlazza template.
Is it possible to have some modules not shown on an Iphone.
I'm thinking for instance to the Peel page module which is not very smart on an Iphone.
thanks for help
best regards
Michel
12 years 1 month ago #1
by rottenberg
I am testing the dealPlazza template.
Is it possible to have some modules not shown on an Iphone.
I'm thinking for instance to the Peel page module which is not very smart on an Iphone.
thanks for help
best regards
Michel
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
Hello rottenberg,
If you mean that the Page Peel module doesn't appear on an Iphone, otherwise, it is shown normally on desktop browsers, I'm sorry that function is not available yet in our module system now. and I still didn't find the way to get as like as that until this time
Regards
12 years 1 month ago #2
by ronysyz
If you mean that the Page Peel module doesn't appear on an Iphone, otherwise, it is shown normally on desktop browsers, I'm sorry that function is not available yet in our module system now. and I still didn't find the way to get as like as that until this time
Regards
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Well, it's actually you can do that by using css. The module is actualyy still there but hidden by css.
Please try to add these lines to your tempate.css
12 years 1 month ago #3
by andy
Please try to add these lines to your tempate.css
@media screen and (max-width: 760px) {
#page-peel-banner {display:none;}
}
Please Log in or Create an account to join the conversation.
- Posted by rottenberg (60) Offline
thank you
I have also found a plugin (advanced module manager from Nonumber.nl).
this plugin is very usefull : the rules to manage modules are very numerous. I use it since a long time. I have just discovered that you can choose to display the module following the OS. It's not only mobile ou classical. You can give the OS mobile chosen (Android,IOS,Blackbery...).
12 years 1 month ago #4
by rottenberg
I have also found a plugin (advanced module manager from Nonumber.nl).
this plugin is very usefull : the rules to manage modules are very numerous. I use it since a long time. I have just discovered that you can choose to display the module following the OS. It's not only mobile ou classical. You can give the OS mobile chosen (Android,IOS,Blackbery...).
Please Log in or Create an account to join the conversation.