Problem 1:
My TagDiv Composer no longer works
When I click on the edit with TD Composer button, I get a 502 error message.
Problem 2:
I’ve disabled the comment counter on each individual article since I use Facebook’s comment plugin, but on the home page, the posts still show a little black comment counter in a speech bubble. Since I don’t use the in-built comment, every article on my front page shows up as 0 comments. How can I remove this counter? Or at least make it read the number of comments from the facebook plugin?
Problem 3: My URL’s all have forced slashes, how do I get rid of this?
Hi,
1.First please check the theme system status panel and this guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Similar issues were solved by increasing the WP-memory value, in many cases a value of 256M did the trick. You could try that as well, contact your hosting provider if needed or make the modifications yourself.
2.Please go in Newspaper>Theme panel>Post Settings> post and Custom post type and disable the ENABLE COMMENTS ON POSTS .
https://www.screencast.com/t/8uZcSHVnHTN
3. I don’t quite understand what “forced slashes” you refer, please provide some more details or some screenshots.
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi,
Please put this custom css in Newspaper>Theme panel> Custom code > Custom css
https://www.screencast.com/t/Z2tVhrfpFA6
.td-module-meta-info .td-module-comments{
display: none;
}
Hope this will help you.
Thank you for your understanding.