Sub-menus in Left Menu

GK User
Fri Dec 09, 2011 10:31 am
Hi everybody,
I got a problem with the left menu in Pixellove template.
When I try to add one submenu in the left menu, it nevers show.
It only show the first level, and not the second ...
If somebody could help me ...
Bastien
User avatar
Junior Boarder

GK User
Thu Dec 15, 2011 8:06 am
Same problem here for me...
User avatar
Fresh Boarder

Konrad M
Thu Dec 15, 2011 10:34 am
Hi,
Did you set in module settings Show Sub-menu Items as yes ?
User avatar

GK User
Fri Dec 16, 2011 1:03 am
Hello,
Yes the show sub menu is set on Yes
User avatar
Junior Boarder

GK User
Tue Jan 03, 2012 8:21 pm
Same problem here. Anyone found a solution for this? Does Gavick still offers support for their products because everywhere I go on this forum all I see are unanswered questions.
User avatar
Fresh Boarder

Konrad M
Wed Jan 11, 2012 4:12 pm
Can you give me url to your site?
User avatar

GK User
Wed Jan 11, 2012 5:11 pm
Here is something you can try.

You can see it working here 'profil-ts. co .uk' (remove the extra spaces) it's used on the Image Gallery plus the Tensioning and Profiles sections.

First you will need to download the AccordionCK menu module from here Accordeon Menu CK Module

Add this as a starting point to your override.css
Code: Select all
/* AccordeonCK Menu overrides class=' newmenu clear' */
.box .newmenu  {
   border-top: 1px solid #252525;
   border-bottom: 1px solid #252525;
}

.newmenu li:first-child { border-top-color: #252525; }
.newmenu li { border-bottom-color: #252525; }
.newmenu li > a,
.newmenu li > span { display: block; color: #fff!important; line-height: 38px; padding-left: 24px; font-size: 18px; background-image: none!important; -webkit-transition:color,background-color 0.6s ease-in; -moz-transition:color,background-color 0.6s ease-in; -o-transition:color,background-color 0.6s ease-in; transition:color,background-color 0.6s ease-in; }
.newmenu li.active > a,
.newmenu li > a:hover,
.newmenu li.active > span,
.newmenu li > span:hover { color: #6b9ccf!important; background-color: #000; }
.newmenu li ul { display: block; }

.newmenu li { border-bottom-color: #252525; }
.newmenu li > a,
.newmenu li > span { color: #fff!important; }
.newmenu li.active > a,
.newmenu li > a:hover,
.newmenu li.active > span,
.newmenu li > span:hover { background-color: #000; }

.newmenu > div > h3 {
    margin: 20px;
}


The set-up the module:
Position: left_top

Basic:

Defaults should be OK.

Advanced:

Module Class Suffix: newmenu clear
Use a leading space! You can also use the Color and Subtitle classes etc. in combination if you display the title.

Mootools Effects:

Set the effect you want.

Styles:
Use the modules styles: No

I think that should be enough to get it working from memory.
User avatar
Expert Boarder

GK User
Thu Jan 12, 2012 11:35 am
Hello and many thanks for the help

Konrad,
The website URL is www.voilepaca.fr
The website is in maintenance mode, but if you give me your email, I will send you admin codes.
Bastien
User avatar
Junior Boarder

GK User
Wed Jan 18, 2012 5:22 pm
Any help here ?
I tried to reach you Konrad, but I can't contact you on your profile ...
User avatar
Junior Boarder

Konrad M
Thu Jan 19, 2012 4:04 pm
Can you send me a private message with access to your joomla panel ?
User avatar

GK User
Thu Jan 19, 2012 10:15 pm
I can't send you a PM (and I don't know why BTW), but I sent you an email with all the infos ...
Bastien
User avatar
Junior Boarder

Konrad M
Fri Jan 20, 2012 2:02 pm
Ok I checked. Firs of all you have set in your menu module Show sub-menu items as off. Second thing is that template in default template don't show submenu item in mod_menu. And sub-menu items are display off in css.
To change it you need to add to override.css
Code: Select all
.box.menu li ul {
    display: block;
}

this one let you show them off. If you want style sub-menu items you will have to add
Code: Select all
.box.menu li ul li {

}

and add css rules to fit them in to template.
Remember to enable override.css option in template settings.
User avatar

GK User
Fri Jan 20, 2012 3:05 pm
Ok Konrad thanks ...

So I tried to do like you said ... and it didn't work for me, certainly because I don't know enough about css to do it.
I enable override in the advanced settings (it's now off), add the code you gave me, but I didn't know which CSS I should put to get exactly the same behaviour of the Main top menu.

I think I'm gonna give up on this.

Bastien
User avatar
Junior Boarder


cron