Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter my1es

    (@my1es)

    On a side note, is there a class available to change the parent CSS when a child page is selected. For example, if you were on a child menu item the parent would be a different color to indicate your in this ‘category’

    Plugin Author remix4

    (@remix4)

    Hi,

    The current-menu-item and similar classes are added by WordPress, not the plugin. I would suggest checking any tutorials on how these work with the WordPress menu system

    Hi,
    I’ve got exactly the same problem.
    Have you found a solution ?

    I found a solution :
    use “ul a.active”, instead of “li.current-menu-item”
    See the result on my site https://theo-psy.fr
    I use a custom jquery-vertical-accordion-menu skin, with a very simple code :
    #dc_jqaccordion_widget-%ID%-item ul a.active{color: #750202; font-weight: bold;}
    My theme is Atahualpa
    the parent menu item is still highlighted when you click on a sub-menu item, but it’s fine to me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: JQuery Accordion Menu Widget] li.current-menu-item issue’ is closed to new replies.