• Hey Guys!

    I’m using the wordpress theme “evolve”, but a couple weeks ago the theme won’t display my comments on the frontend. When I change theme to Twenty twelve I can se them all. I’ve also tried replacing the comments.php with an older version from the same theme. Still no luck.

    My page is http://peopleresource.dk.

    Hope someone has experience with this :-).

    Thanks!

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi there,

    Thanks for writing in,

    After looking up into your website it seems that the comments are nowhere shown even on the back end and first I would require you to go to:

    Administration > Settings > Comments and check whether the comments are on or not.

    http://prntscr.com/74s202

    And let us know if it is well then we’ll proceed to further.

    Thanks.

    Thread Starter Stroeby123

    (@stroeby123)

    Hi!

    Thanks for the quick reply! Yes – comments are indeed enabled in the discussion settings, but not enabled for all pages. For example it’s enabled on this page: http://peopleresource.dk/gratis-feedback-paa-ansoegning/

    Also I can see all the comments in “Comments” page in the administration backend.

    Thanks!

    Hi and I also want to say thanks

    Inspired by your screenshot 🙂

    A brief view of some of the existing comments: http://prntscr.com/74ss95

    as welle as the settings: http://prntscr.com/74stmi

    Hello,

    Did someone found a solution ??

    In my side, comments appear in Posts (Articles) but don’t appear in Pages. What’s happen?

    – Comments are activated in Setup/Discussion (box checked).
    – In Posts (Articles) & Pages, comments are allowed (box checked).
    – In dashboard, I see all comments in Post (Articles) and in Pages.
    – I desactivated (nothing changes) and reactivated all plugings (nothing changes too).

    I can’t provide url address, it is under maintenance.

    I’m tired.. and support on official evolve website doesn’t respond since one week.

    Should I change theme ???

    Thanx for the help.

    Hello!

    I’m having the same issues. I just decided to try WordPress instead of Joomla which I normally use, because of the built in comment system in WordPress seems brilliant. But it’s not working with evolve. I changed to another theme and the comment system worked fine… anyone know what the issue is? I’ve installed Jetpack as well and it’s all activated…. not really sure what to do next.. any help would be greatly appreciated!

    Hello, can the moderator please remove my previous post with url, as now people are sending me messages on my site saying the can fix the problem for a $$$ fee.. thanks

    Sorry for that Energiepac. I can’t help..
    I wrote to Evolve an email on their site for commercial support and questions. 2 mail in 3 weeks! NO RESPONSE. 0 support, 0 team, 0 help, 0 commercial answer. They don’t even show they would like to sell their theme.
    Ok : Goodbye Evolve, Welcome another theme.
    Goodluck Energiepac

    Was this ever resolved? I can’t get the comments box to show up on any page either. 🙁

    Hello angeljs,
    Nothing resolved for me.
    I bought another premium theme and my issue was solved. Comments appear.
    I think the problem comes from Evolve.
    Good luck..

    Okay, thank you for taking the time to reply…looks like it’s another theme for me!

    Good night,

    No comment is appearing in my posts. Already try to follow the above steps, but it worked.

    How do I fix?

    I’ve also tried and had no joy – the comments were appearing until the theme upgrade a month ago!

    Come on Evolve – answer the issue!!

    Taryn

    Hi,

    Open up index.php and go to line 748
    find the following codes.

    <?php if ( 'page' !== get_option('show_on_front') ) comments_template( '', true ); ?>

    Change to the following.

    <?php if ( !is_front_page() ) { comments_template( '', true ); } //hide from static homepage, allowed in all normal pages. ?>

    Maybe this could solve your problem.

    Thanks!

    Thats awesome. Thanks!!!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Theme won't display comments’ is closed to new replies.