• Hello,

    I installed rookie theme but I don’t see “comments” on a game for example. If I edit a game, i can add a comment but I don’t see this comment after in the view game.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out and I’m sorry for the trouble.

    That theme doesn’t have a comments section for events indeed. You’ll need some custom code to achieve this.

    Thanks!

    Thread Starter seb66

    (@seb66)

    In rookie theme, the file single_event.php :

    
    // If comments are open or we have at least one comment, load up the comment template
    if ( comments_open() || get_comments_number() ) :
       comments_template();
    endif;
    

    It’s not ok to display comments ?

    • This reply was modified 8 years, 3 months ago by seb66.
    • This reply was modified 8 years, 3 months ago by seb66.
    • This reply was modified 8 years, 3 months ago by seb66.
    Roch

    (@rochesterj)

    Hi!

    That’s interesting.

    Do you have the comments enabled under SportsPress > Settings > Events:
    http://prntscr.com/i7osdw
    ?

    Thanks!

    Thread Starter seb66

    (@seb66)

    Yes this box is checked but comments not display in the event.

    I just tried with an another theme and I see comments. But with rookie, I don’t see comments.

    • This reply was modified 8 years, 3 months ago by seb66.
    Roch

    (@rochesterj)

    Hi!

    Do you have it enabled on the event page as well?
    http://prntscr.com/i881pq

    Here it works just fine. Also it’s worth checking if that is a published or scheduled event and if under your general WordPress settings > discussion you allow user comments.

    Thanks!

    Thread Starter seb66

    (@seb66)

    I don’t understand because if I change the theme, the comments are visible so it’s not a box not cheched or a bad settings

    Roch

    (@rochesterj)

    Hi there!

    Thanks for your reply.

    Please kindly let us know if you have your settings set correctly. If possible send us a screenshot of that section.

    As I said, it works fine here so it’s very likely to be a setup issue.

    Thanks!

    Thread Starter seb66

    (@seb66)

    Hi,

    All box for comments are checked. With an another theme, I see comments but not with rookie theme. I don’t understand.

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply.

    Please kindly send us screenshots of your events edit screen (discussion section) and your WordPress > Settings > Discussion screen.

    Also, do you have any plugins active? Maybe a plugin is rewritting the comments open option.

    Thanks!

    Thread Starter seb66

    (@seb66)

    I found !

    With “Model” : “Full with” -> No comments

    With “Model” : “Default Model” -> Comments are visible

    Now, how display comments also with model “full width” ?

    • This reply was modified 8 years, 3 months ago by seb66.
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Comments Rookie Theme’ is closed to new replies.