[Resolved] Category Hierarchy

Home Forums Support [Resolved] Category Hierarchy

Home Forums Support Category Hierarchy

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #175629
    Chris

    I use the AVH Extended Categories plugin, which always works well, but with GeneratePress I’m finding that when I ask the widget to show the category hierarchy (parents, with children indented) it just doesn’t work. The children are not indented, but the first child has less line spacing between it and the parent.

    The hierarchy works with other themes, so I’m not sure why it isn’t working with GeneratePress. Any suggestions as to what I need to do to get this working and displaying properly?

    Thanks

    Chris

    #175632
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link me to a page where it’s not displaying correctly?

    #175680
    Chris

    Hi Tom,

    I’m in the process of rebuilding my site. I’ve just had a nightmare time with another theme that I recently bought and was going to use in the rebuilt version of my site. I’ve ditched it and I have to say GeneratePress is a dream to work with in comparison.

    You can see the hierarchy problem at…
    http://rebuild.chrisoconnor.com/blog/

    In the Categories box in the sidebar, WordPress is the parent and the the other WordPress items are children, so these were the ones I’d expect to be indented.

    Thanks

    Chris

    #175715
    Tom
    Lead Developer
    Lead Developer

    Hi Chris,

    Glad you’re enjoying GP! ๐Ÿ™‚

    Can you try adding this CSS?:

    .widget_extended-categories .children {
        margin-left: 15px;
        margin-top: 10px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #175728
    Chris

    That works perfectly!

    Thank you

    Chris

    #175750
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.