Shape 5

Joomla Templates => City Portal - January - Club => : artos January 16, 2009, 06:19:53 PM



: Mainmenu
: artos January 16, 2009, 06:19:53 PM
Hello,
I'm playing with this very impressive template and I have a little problem with the mainmenu and submenus. Should the small orange icons be in front of the submenus?


: Re: Mainmenu
: jonahh January 19, 2009, 10:45:04 AM
Hello,

Which Joomla version are you working with?


: Re: Mainmenu
: artos January 19, 2009, 11:41:52 AM
The newest version 1.5.9


: Re: Mainmenu
: jonahh January 22, 2009, 12:45:01 PM
Hello Artos,

Try adding the below to the bottom of your orange.css file:

:
#s5_navv ul li ul li.active a {
background:none;}

Let me know if this doesn't solve the problem for you.


: Re: Mainmenu
: artos January 22, 2009, 03:25:41 PM
Hello Jonah,

this code already exists in orange.css, in blue.css too. An active link doesn't have the orange icon. My first post shows a menu only with non active links.


: Re: Mainmenu
: artos January 22, 2009, 04:11:29 PM
In orange.css and blue.css I found the following code
:
#s5_navv li:hover span, #s5_navv li.over span, #s5_fm_ul0 li:hover span, #s5_fm_ul0 li.over span {
background:transparent url(../images/orange/s5_cityportal_leftactive.jpg) no-repeat scroll 0 10pt;
color:197px;}

Is color:197px the right code?

When I change it to color:#000000 I can't see any changes to my menu.

The orange icon in front of the links seems to be part of s5_cityportal_leftactive.jpg.


: Re: Mainmenu
: jonahh January 26, 2009, 11:28:17 AM
No, thats not correct.

What type of menu items are the ones under the main menu?  Are the external links, content links ?


: Re: Mainmenu
: artos January 26, 2009, 12:31:24 PM
They are all content links.


: Re: Mainmenu
: jonahh January 28, 2009, 12:34:28 PM
I just doubled checked the download files and cannot reproduce this, can you PM FTP and Joomla login details?  I'll get this fixed for you.


: Re: Mainmenu
: artos January 28, 2009, 05:11:06 PM
I've sent a PM.
Then I looked again on your demo-site and found the same icons in front of the menu items. If there is another submenu or you are on the active side there is no icon. The opposite would be nice.


: Re: Mainmenu
: jonahh February 02, 2009, 05:40:02 PM
Hello,

What you can do is add the following to the bottom of the blue.css, orange.css or suckerfish.css:


:
#s5_navv ul li.active ul li a {
background:none;}

Regards,