When a post has no comments, on the post over view page you I see an empty space between the / / deviders in the author line below the post titles.
See http://www.gxjansen.com/blog/ for an example.
How can I make the extra / disappear if a post ahs no comments?
Thx!
Hi gxjansen!
Please update to Enfold 2.5, download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
The update should fix it.
Cheers!
Ismael
Updated to the latest version, but it doesn’t seem to work. See http://www.gxjansen.com/blog/, it still doesn’t show the comment section if there are no comments.
When The page is loading I do see ‘0 comments’ but it somehow disappears when the page is finished loading.
Hey!
The Disqus plugin removes the comments count with Javascript. If you want to avoid the flash deactivate the plugin or insert this code into the quick css field to hide the comment count:
.text-sep-comment, .comment-container{ display: none !important; }
Cheers!
Peter
Thx!