Comments in Events
-
This is uasually a theme issue. Did you try a default theme like Rookie or TwentyTwenty?
Thanks,
Savvas@savvasha Rookie.
I had this same issue. I downloaded a plugin called “Disable Comments” and that solved the problem.
@cmcconnell Hi. Which author? rbPlugins and WPDeveloper – does not help.
Hi there!
Thanks for your message and I’m sorry for the delay.
Your message got lost in the shuffle. The Rookie theme has comments enabled in its template, you can check it in the single-event.php file:
https://prnt.sc/10alzm8Thanks!
@rochesterj Hi! There is, but no comments..
Hi there!
Thanks for your reply.
Did you edit the custom post type to show that box you see in this screenshot?
https://i.paste.pics/c1cafd24dd961432ae08f7a361bcab13.png
Because by default the events won’t have that box at all, you need to edit the custom post type and add it there.
Thanks!
@rochesterj Hi!
/wp-content/themes/rookie/sportspress/single-event.php– IMG-
This reply was modified 5 years, 2 months ago by
Kiziev Sergey.
Hi Kiev,
Thanks for your reply.
Did you edit the custom post type to show that box you see in this screenshot?
This isn’t about the template page (the one you’ve linked) but rather the
\wp-content\plugins\sportspress-pro\includes\sportspress\includes\class-sp-post-types.phpfile, around line 436.If you haven’t done this edit, please do so, change it from this:
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt' ),To this:
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' ),That should add the comment field to your events. Please notice that you will lose this edit in future plugin updates.
Thanks!
Kind Regards,
-Roch@rochesterj Hi. I did what you wrote. But nothing.., no comments: IMG.
Please make sure that you have also enable it:
https://snipboard.io/kRwThG.jpg
https://snipboard.io/tPGmhI.jpgThanks,
Savvas@savvasha yes, both are included. Nothing happens.. š
@kiziev please revert ALL changes you made in the files and follow the below steps:
1. Go to
SportsPress->Settings->Matches->Event Optionsand tick the “Allow people to post comments on new articles” option.
2. Go to a match edit page and confirm that the comments are enabled.
3. Check that comments are now working in this match šThanks,
Savvas@savvasha nothing.. very strange. It looks like we have a bug, how do know if there is a problem?
I dont know what else to try. Here is working just fine:
https://snipboard.io/o4GdFs.jpgPlease give it a try in a different installation.
Thanks,
Savvas -
This reply was modified 5 years, 2 months ago by
The topic ‘Comments in Events’ is closed to new replies.
(@kiziev)
5 years, 4 months ago
Hi! How do enable comments? Allow comments doesn’t work: IMG, there should be comments here, it doesn’t work: IMG.
Thanks for the help^^