Of course if I could have the opportunity to show you the site I would have got the answer right away.
Search found 6 matches
- Fri Aug 21, 2015 10:23 am
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
Re: Submenu has child as current when on a parent page
Fortunately the problem was simple! I remove .parent class from CSS and now the navigation works fine!
Of course if I could have the opportunity to show you the site I would have got the answer right away.
Of course if I could have the opportunity to show you the site I would have got the answer right away.
- Fri Aug 21, 2015 9:58 am
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
Re: Submenu has child as current when on a parent page
Thank you for your time and replies! Sorry for letting you only see the code. But unfortunately the information on the site is currently secret so I don't have the opportunity to publish or show the pages. At this point I have to take off the current style, meaning a visitor can't see on the navigat...
- Mon Aug 10, 2015 12:52 pm
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
Re: Submenu has child as current when on a parent page
Menu Manager code is as below. There I'm designed how the current link should look like with . current-left, .menuparent and .parent. {* CSS classes used in this template: .current-left - The top level parent when a child is the active/current page li.active0n h3 - n is the depth/level of the node. ...
- Mon Aug 10, 2015 11:03 am
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
Re: Submenu has child as current when on a parent page
Thank you veiden for reply! So it is not enough to use class .current-left in the menu code? Where I should add this class element?
- Mon Aug 10, 2015 8:24 am
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
Re: Submenu has child as current when on a parent page
Of course! ::) Code of the menu left: <nav class="left"> <ul> <li><a href="link.html"><span>Active link text</span></a> <ul> <li><a href="link.html">Link text</a></li> <ul> <li><a href="link.html">Link text</a></li> <li><a href="link.html">Link text<...
- Fri Aug 07, 2015 11:07 am
- Forum: CMSMS Core
- Topic: :SOLVED: Submenu has child as current when on a parent page
- Replies: 10
- Views: 2369
:SOLVED: Submenu has child as current when on a parent page
Hi, I'm running CMS Made Simple 1.12. I'm using PHP 5.5.23 and MySQL 5.5.42. This is all working with Apache running on Linux. I have a problem with submenu currents as below: My main navigation is this: Link 1 Link 2 Link 3 (includes submenu) Link 4 Link 5 Then I have submenu under Link 3 like this...
