• Closed
  • Petra Schier
    Participant
    May 6, 2016 at 4:54 pm #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: 2672
    May 7, 2016 at 3:25 am #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
    Participant
    Posts: 71
    May 9, 2016 at 9:12 am #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
    May 9, 2016 at 9:18 am #27452

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

    Petra Schier
    Participant
    Posts: 71
    May 9, 2016 at 9:22 am #27454

    Thank you! 🙂

    Denzel Chia
    Moderator
    Posts: 2672
    May 9, 2016 at 9:23 am #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
    Participant
    Posts: 71
    May 9, 2016 at 9:32 am #27457

    Works like a charm! Thank you very much!

    Denzel Chia
    Moderator
    Posts: 2672
    May 9, 2016 at 9:44 am #27460

    You are welcome.