You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am just starting with the starter-kit for enterprise, and I am a bit confused of how to implement the comments, since I can see that there are files dedicated for comments, but when I am creating an article, it doesn't show the comment section (even though it is not disabled when publishing).
What should I do to enable it?
The text was updated successfully, but these errors were encountered:
Witomi
changed the title
Starter-kit Comments
Starter-kit: Comments not showing
Apr 5, 2024
Thank you for reaching out and using the starter-kit for your enterprise blog!
Let's go through a couple of scenarios to understand why this might be happening:
Scenarios for the Comments Section Not Showing:
Comments Disabled in Settings:
Normally, if comments are disabled during the publishing process, the comments section won't be rendered. Since you've mentioned that comments are not disabled, we can rule this out as a cause.
No Comments on the Article:
The comments section is set to display only if there are existing comments on the article. The condition for rendering the comments section in the enterprise theme is:
This means that if there are no comments on the post yet (post.comments.totalDocuments is 0), the comments section won't appear.
If you have confirmed that the post has comments and you are still not seeing the comments section, we would need to investigate a bit deeper. Please provide the contents of your .env.local file so we can check for any misconfigurations or other issues that might be affecting the comments display.
Hi! I am just starting with the starter-kit for enterprise, and I am a bit confused of how to implement the comments, since I can see that there are files dedicated for comments, but when I am creating an article, it doesn't show the comment section (even though it is not disabled when publishing).
What should I do to enable it?
The text was updated successfully, but these errors were encountered: