• Accidentally deleted the Mystique theme (which I was using) while cleaning out old themes. Reinstalled it but now the “recent comments” tab is missing on the sidebar widget.

    Also, I swear there was an option to disable “related posts” in the comments section before, but now I’m not finding it.

    Here’s the site: https://www.kaiserthegreat.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    I have the same problem.
    We have to wait when the theme have been installed a few hours/days ago? I don’t know.

    You can disable “Related Posts” in… Mystique Settings > Content.

    nGeeks.com

    I found a solution!

    Only have to delete lines 305 and 310 in the file “widgets.php” (/mystique/lib/widgets.php).
    Then, go to the administration panel -> Widgets …and activate “Recent comments” in the “Mystique | Sidebar tabs” widget.

    The problem must be that the comparison “$wp_version > 2.8” never returns true for the current version of WordPress.
    You must not do this for WordPress < 2.9

    nGeeks.com

    (Still not fixed in my public blog)

    Same issue for me. Did below workaround and now everything worked fine.
    1) Go to WP Admin -> Appearance -> Editon -> Select “Mystique” theme -> Open Widget.php file
    2) Remove all “$wp_version > 2.8” condition from file (total 3 occurance)
    3) Go to widget panel and check.

    Check out here: https://divinecrunch.com

    @arpitshah, sorry to be dumb, but how much of the line do you remove, or is it just the “$wp_version > 2.8” part?

    I tried the lines 305 and 310, but this didn’t work, I can see the instances of $wp_version > 2.8, but not sure exactly what I should remove?

    many thanks

    Guys! You just have to download the zip in Mystique website (it’s the latest version 2.2.3) and it will fix your problem about the Recent comments that doesnt show up on the mystique sidebar!! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Missing “Recent Comments” in Sidebar’ is closed to new replies.