BUG with visibility parameters & language switcher module - Joomla! Forum - community, help and support
at point i'm pretty sure bug since defaults of language switcher module being overriden. posted following on gantry framework google user group far have not gotten answer , thought ask here. i'm using latest gantry framework 4.1.4 , default template joomla! 2.5.8 installed.
when hidden-phone or visible-phone added language switcher module in module class suffix adds bullet points in front of flags , overrides horizontal settings stacking flags vertically if have language switcher module set place flags horizontal.
i copied language switcher module position above menu in sidebar-a wanted visible in position when viewed on desktop or tablet module class suffix added hidden-phone. language switcher module in header-a added visible-phone (i've since replaced hidden-phone comparison purposes).
i placed several language switcher modules on page can compare , see problem is.
so language switcher module in position
header-a: has hidden-phone added , has bullets
sidebar-a: (first one) has hidden-phone added , has bullets
sidebar-a: (second one) has nothing added in module class suffix , presented should be, horizontally, visible on platforms isn't want.
whether or not bug i'd still know how override problem. can eliminate bullet points in sidebar-a position placing following code in gantry-custom.css file can't seem figure out how flags placed horizontally again without removing visibility parameters defeats purpose behind i'm trying do.
/* remove bullets language switcher in sidebar-a position */
#rt-sidebar-a .mod-languageshidden-phone ul.lang-inline {list-style-type: none;}
if can tell me need add in order flags in horizontal position again appreciate other help.
http://www.strawberry-laser.gr
username: gantry
password: gantry
regards,
michael
when hidden-phone or visible-phone added language switcher module in module class suffix adds bullet points in front of flags , overrides horizontal settings stacking flags vertically if have language switcher module set place flags horizontal.
i copied language switcher module position above menu in sidebar-a wanted visible in position when viewed on desktop or tablet module class suffix added hidden-phone. language switcher module in header-a added visible-phone (i've since replaced hidden-phone comparison purposes).
i placed several language switcher modules on page can compare , see problem is.
so language switcher module in position
header-a: has hidden-phone added , has bullets
sidebar-a: (first one) has hidden-phone added , has bullets
sidebar-a: (second one) has nothing added in module class suffix , presented should be, horizontally, visible on platforms isn't want.
whether or not bug i'd still know how override problem. can eliminate bullet points in sidebar-a position placing following code in gantry-custom.css file can't seem figure out how flags placed horizontally again without removing visibility parameters defeats purpose behind i'm trying do.
/* remove bullets language switcher in sidebar-a position */
#rt-sidebar-a .mod-languageshidden-phone ul.lang-inline {list-style-type: none;}
if can tell me need add in order flags in horizontal position again appreciate other help.
http://www.strawberry-laser.gr
username: gantry
password: gantry
regards,
michael
just bumping thread in case knows answer problem.
Comments
Post a Comment