• Resolved waytogo

    (@waytogo)


    Am running v. 1.3.1 of plugin. I cannot get the menu to display the hierarchy in the taxonomy. Under display options, I have checked “display as hierarchy”.

    See the sidebar on the front page:
    https://legalaidresearch.org/
    The lower right widget labeled Case Type Menu should be hierarchical, like the taxonomy. Foreclosure and Landlord-Tenant should be under Housing.

    Custom taxonomies are built with the SmartSimian plugin suite. Author of that suite says he doesn’t see any reason why SmartSimian taxonomies should be harder to read.

    Thank you.

    https://www.ads-software.com/plugins/custom-taxonomies-menu-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter waytogo

    (@waytogo)

    Is it required to register the custom taxonomy in functions.php or anything like that?
    (Note, I moved the above example, so it’s no longer visible on my site.)

    Thread Starter waytogo

    (@waytogo)

    I figured out that it was the CSS, so added some code like this:

    /* Sidebar menus: Adjust submenu indentation */
    #menu-case-type li ul.sub-menu{
    	margin-left:25px;
    }

    Note: you should change menu-case-type to the name of your menu.

    I have the same problem, can anyone tell me which css file to add this code to and also where do i find the name of the menu i am using?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hierarchy does not show in menu’ is closed to new replies.