using the template on an Iphone or an Android phone

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
11 years 5 months ago #1 by rottenberg

Please Log in or Create an account to join the conversation.

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
11 years 5 months ago #2 by ronysyz

Please Log in or Create an account to join the conversation.

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
@media screen and (max-width: 760px) {
	#page-peel-banner {display:none;} 
}
11 years 5 months ago #3 by andy

Please Log in or Create an account to join the conversation.

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...).
11 years 5 months ago #4 by rottenberg

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum