• Closed
  • Petra Schier
    Spectator
    06.05.2016 at 16:54 #27360

    I’ve just upgraded to evolve+, but after that the category widget doesn’t show my category hierarchy any more. It just lists the categories in the order I gave them (via plugin), but I’d like to also show the hierarchy. When I enable dropdown list in the widget, the hierarchy is shown. But I don’t want a drowdown list. Is this a bug or is there anything I can do do display the category hierarchy again?

    blog.petra-schier.de

    Denzel Chia
    Moderator
    Posts: 2656
    07.05.2016 at 03:25 #27374

    Hi,

    The category widget is a default WordPress widget, nothing to do with theme.

    It just lists the categories in the order I gave them (via plugin)

    Maybe there is a problem with your plugin.

    Thank you

    Petra Schier
    Spectator
    Posts: 71
    09.05.2016 at 09:12 #27450

    I tried several plugins since the (and even no plugin), but nothing seems to work. The problem occured just after my upgrade to evolve+ so there has to bei a connection.

    When I activate other themes, the category order reappears, so this also indicates a problem with evolve/evolve+.

    Roman
    Spectator
    Posts: 3147
    09.05.2016 at 09:18 #27452

    we are working on a fix.. meanwhile, thanks for your patience 😉

    Petra Schier
    Spectator
    Posts: 71
    09.05.2016 at 09:22 #27454

    Thank you! 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:23 #27455

    Hi,

    Sorry, you are correct.
    It’s a css bug.

    Please use the following in your Theme Options -> Custom CSS

    .widget_categories ul li {
    margin:0px 20px !important;
    }

    Thank you.

    Petra Schier
    Spectator
    Posts: 71
    09.05.2016 at 09:32 #27457

    Works like a charm! Thank you very much!

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:44 #27460

    You are welcome.