Shape 5

Joomla Club Extensions => Accordion Menu - Club => : soze35 October 19, 2009, 09:06:27 AM



: Accordion menu style problems.
: soze35 October 19, 2009, 09:06:27 AM
Hi, i use the Shopper frenzy template, i would like to have used the WM accordion menu as i like the layout of it, but i will not use the template for an shoppingcart, so i guess i can't have that style at the menu or can i?

I have installed the Joomla  Accordion menu, but i looks weird, i think it's some style problems, see the screenshot thx.



: Re: Accordion menu style problems.
: jonahh October 20, 2009, 11:47:41 AM
Hello,

In order to get the VM accordion menu styling working on a regular Joomla menu this would require some custom coding but the actual Joomla accordion menu should be working with its own style.  Can you post a URL of this so I can suggest a CSS change to fix this problem?


: Re: Accordion menu style problems.
: soze35 October 20, 2009, 12:04:12 PM
Hello,

In order to get the VM accordion menu styling working on a regular Joomla menu this would require some custom coding but the actual Joomla accordion menu should be working with its own style.  Can you post a URL of this so I can suggest a CSS change to fix this problem?

Hi,

Here's the link http://anmelderen.dk/ as you can see the menu act in a strange way, the only way i can use sub items it to have them showing all the time, and then i can close it by clicking the main item... but not the other way...


: Re: Accordion menu style problems.
: jonahh October 21, 2009, 11:15:36 AM
I believe if you take off the height in the CSS file included in the module's folder this should fix the problem.  Also you may have to clear your cache/css folder in order for this to take effect.

#s5_accordion_menu h3.s5_am_toggler {
background:#FFFFFF url(/modules/mod_s5_accordion_menu/images/s5_accordion_menu_back.png) no-repeat scroll left center;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#528CE0;
cursor:pointer;
font-size:12px;
height:19px;
line-height:31px;
margin:0 0 4px;
padding-left:24px;}


: Re: Accordion menu style problems.
: excelasia November 12, 2009, 10:38:18 AM
I had the same problem in emma smooth but found that it worked by changing the line height on row 38 from 30px to 20px as below

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {   
   background:none;
   line-height:20px;
   width:auto;
   display:inline;
   border:none;

Regards

Toni