Show a module only in mobile template Artisteer 4 - Joomla! Forum - community, help and support
hi all,
i'm busy responsive template design.
http://dev4.enigma-webdesign.nl
it's joomla 2.5 website.
i searched on artisteer forum , found code show/not show modules within joomla.
it not clear me place css code.
my general thought template.responsive.css file.
i've setup module (module regular html) , used [space]-not-responsive module suffix. doesn't work me. module position = position-1
is there way show modules on smartphones (responsive design) , hide module in normal mode (browser level).
br,
stevan
i'm busy responsive template design.
http://dev4.enigma-webdesign.nl
it's joomla 2.5 website.
i searched on artisteer forum , found code show/not show modules within joomla.
code: select all
/*do not show if responsive*/
.responsive .clearfix-not-responsive{
display:none;
}
.responsive .art-post-not-responsive{
display:none;
}
/*only show if responsive*/
@media screen
and (max-width : 1000px) {
.clearfix-just-responsive{
display:true;
}
.art-post-just-responsive{
display:true;
}
}
@media screen
and (min-width : 1000px) {
.clearfix-just-responsive{
display:none;
}
.art-post-just-responsive{
display:none;
}
} it not clear me place css code.
my general thought template.responsive.css file.
i've setup module (module regular html) , used [space]-not-responsive module suffix. doesn't work me. module position = position-1
is there way show modules on smartphones (responsive design) , hide module in normal mode (browser level).
br,
stevan
i know same well.
i'm building website use logo pictures next it. want logo on mobile version of website.
the website http://www.jongnederlandlutterade.nl/sitev2 (it's in dutch idea want logo on mobile version of site , not pictures). can make module shown on mobile version add logo.
my mobile version of site bit boring want more pictures in there.
i'm building website use logo pictures next it. want logo on mobile version of website.
the website http://www.jongnederlandlutterade.nl/sitev2 (it's in dutch idea want logo on mobile version of site , not pictures). can make module shown on mobile version add logo.
my mobile version of site bit boring want more pictures in there.
Comments
Post a Comment