The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comments not showin...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Comments not showing

4 Posts
2 Users
1 Reactions
801 Views
Posts: 16
Topic starter
(@cnxsoft)
Eminent Member
Joined: 5 years ago

I have installed wpDiscuz on my website, and I can comment. Right after I comment, the comment will show. But if I reload the page it will just show 1 comment or 2 comments, but not the actual comments.

Example page with two comments: https://th.cnx-software.com/2021/04/14/allwinner-d1-linux-risc-v-sbc-%e0%b9%81%e0%b8%a5%e0%b8%b0%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%80%e0%b8%8b%e0%b8%aa%e0%b9%80%e0%b8%8b%e0%b8%ad%e0%b8%a3%e0%b9%8c/

3 Replies
Posts: 16
Topic starter
(@cnxsoft)
Eminent Member
Joined: 5 years ago
2 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@cnxsoft,

One of the active plugins adds {display:none} CSS rule for the comment list. Please watch this video to better understand what I mean: https://www.screencast.com/t/FjaHjPCA6lj

Try the following CSS code. It should solve the issue:

#wpdcom #wpd-threads .wpdiscuz-comment-pagination {
     display: block !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

(@cnxsoft)
Joined: 5 years ago

Eminent Member
Posts: 16

@asti Thank you that did the trick.

Share: