HELLO AGAIN
I have a problem with main menu.
My template is Clarity. I made a main menu, its position is on the top of the site like in demo.
The demo for examle looks like: Position 1 Position 2 Position 3
There are a child-menu position, but i don't want to show it after hover the Position 2.
Child-menu posistion may be visible on Sidecol-A as a additional menu after clicking Position 2.
And here is the problem. This second menu works on Sidecol A, but Posistion 2 is don't mark as active (and child positions too). In Menu on the top of the screen is OK.
URL: http://artsquad.home.pl/autoinstalator/joomla1/index.php/jedwab (third position in the menu - JEDWAB)
Thanks for help
Gosia
- gosiabo
-
- Commercial Templates
- Tuesday, 01 October 2013
- Subscribe via email
Hi Gosia
Just so I understand you correctly.. when you click on 'jedwab' in your top menu, you would like the same menu item in your sidecol-a module position to appear as active?
If this is the case try adding the following to the Custom CSS field of your templates parameters..
Ciarán
Just so I understand you correctly.. when you click on 'jedwab' in your top menu, you would like the same menu item in your sidecol-a module position to appear as active?
If this is the case try adding the following to the Custom CSS field of your templates parameters..
.sidecol_block li.current a {
color: #CC6699;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Exactly this was my case!
It works - thank You....
...but it's not over :-)
Menu position JEDWAB has submenu, when you clik for example on "SZALE JEDWABNE" it's not active.
I'm trying to write some CSS code to do this, but after few hours of work with it i still I haven't any idea...
Gosia
It works - thank You....
...but it's not over :-)
Menu position JEDWAB has submenu, when you clik for example on "SZALE JEDWABNE" it's not active.
I'm trying to write some CSS code to do this, but after few hours of work with it i still I haven't any idea...
Gosia
- more than a month ago
- Commercial Templates
- # 2
Hi Gosia
As your sub menu item is linked to the parent item the current/active class is still added to the parent item rather than the sub item. Once you have linked your sub items the current/active class should be applied to the sub items allowing you to style them.
Ciarán
As your sub menu item is linked to the parent item the current/active class is still added to the parent item rather than the sub item. Once you have linked your sub items the current/active class should be applied to the sub items allowing you to style them.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hmm...
I didn't understand You..
I must linked every sub-menu item separatly to the current/active class in CSS code? There isn't other way to do this automatically for all sub-menu items?
Now I'm trying to do it this way:
.sidecol_block .deeper.parent ul li li.active a {
color: #FFCC00;
background: url("../images/bullet1.png"
no-repeat scroll 11px 10px transparent;
padding-top: 4px;
}
But it doesn'w work :-(
Regards
Gosia
I didn't understand You..
I must linked every sub-menu item separatly to the current/active class in CSS code? There isn't other way to do this automatically for all sub-menu items?
Now I'm trying to do it this way:
.sidecol_block .deeper.parent ul li li.active a {
color: #FFCC00;
background: url("../images/bullet1.png"

padding-top: 4px;
}
But it doesn'w work :-(
Regards
Gosia
- more than a month ago
- Commercial Templates
- # 4
Hi Gosia
All your menu items are linking to the same article (Witamy w InSilk) which is why only the parent item to this article is highlighted.
Ciarán
All your menu items are linking to the same article (Witamy w InSilk) which is why only the parent item to this article is highlighted.
Ciarán
- more than a month ago
- Commercial Templates
- # 5
I Was so happy after reading Your reply - the reason looks very easy... but it's not easy.
I match new article to the submenu item "szale jedwabne...", but still it's not active :/
I this CSS code with class is correct?
.sidecol_block .deeper.parent ul li.current a {
color: #FFCC00 !important;
}
Regards
Gosia
I match new article to the submenu item "szale jedwabne...", but still it's not active :/
I this CSS code with class is correct?
.sidecol_block .deeper.parent ul li.current a {
color: #FFCC00 !important;
}
Regards
Gosia
- more than a month ago
- Commercial Templates
- # 6
Hi Gosia
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you Gosia
Setting the 'Base item' to 'current' in your menu modules parameters has resolved the issue.
Ciarán
Setting the 'Base item' to 'current' in your menu modules parameters has resolved the issue.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank You Ciaran.
It works :-)
But I don't see what and where You done - I would like to know this solution for the future.
Could You give me an explanation of Your last post, I don't understand it.
Regards
Gosia
It works :-)
But I don't see what and where You done - I would like to know this solution for the future.
Could You give me an explanation of Your last post, I don't understand it.
Regards
Gosia
- more than a month ago
- Commercial Templates
- # 10
In your menu items parameters an option is available to set the base item. Setting this to 'current' adds the current class to the opened menu item allowing you to style it to your own taste.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »