Comment plugin partially visible

I am lost.

I have to blog parts on my sites.
I have the comment plugin enabled.

On the blogs part it is visible
On the personal blogs part is is not visible.

I want it to be visible on both parts.

url 1 (works) http://blog.duinmayer.nl/blogs/vooruitblik-op-mijn-activiteiten-in-2016 (scroll down)
url 2 (do not work) http://blog.duinmayer.nl/persoonlijke-blogs/challenge-7-2016-1-muziekinstrument-leren-spelen (scroll down)

I modified the comments.yaml to
enabled: true

enable_on_routes:

  • ‘/blog’
  • ‘/persoonlijke-blogs’
  • ‘/blogs’
  • ‘/persoonlijk’

Hi, just tried adding 2 blog sections with your same folders structure and it should work fine.

Can you paste the settings code with triple backticks (click the ? in the textarea to see other options) so it’s formatted correctly?

Like

enabled: true
enable_on_routes: ['/blog', '/persoonlijke-blogs']

Maybe the problem is a little detail.

I modified the yaml to;


enabled: true
enable_on_routes: [’/blog’, ‘/persoonlijke-blogs’]


Still no comments.