Tags do not show when using Enlighter – Customizable Syntax Highlighter plugin

Hello,

When using Enlighter – Customizable Syntax Highlighter plugin (also tested with Crayon plugin and same problem appears), tags does not appear in the end of the post as they should: http://komputer.itkonen.me/tag-test-code-hilight/
For comparison, post with tags without Enlighter plugin in use: http://komputer.itkonen.me/tetetetesd/

Also would like to add, that Wordpress integrated shortcode [code] (https://en.support.wordpress.com/code/posting-source-code/) does not work at all with your theme: http://komputer.itkonen.me/wordpress-code-shortcode-test/

Hello there,

I hope you are doing well today.

I have checked the images but both of the images have the tags appearing at the end of the post. Could you please provide some more information here?

Best Regards,
Support

Hello,

I don’t know about what images you are talking about.
I am talking about tags one can add to posts.
On posts that does not have Enlightener (or Crayon) code blocks show tags (AVAINSANAT on my translated theme) just fine: http://komputer.itkonen.me/tetetetesd/
But post that has code blocks in use tags are missing: http://komputer.itkonen.me/tag-test-code-hilight/

When i change the theme to for example Wordpress default theme, the tags are showing in all posts.

So shortly said: those 2 plugins somehow break your theme. Wordpress default theme has no problem with those plugins.

Hello there,

Thanks for clarifying.

You can use the following CSS code to ensure the tags are shown by going to Appearance > Customize > Additional CSS and pasting it there.

/*Tag display after post*/
.single-post .newspaper-x-tags:nth-of-type(2) {
    display: block !important;
}

Best Regards,
Support

Thank you so much, problem solved again.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support