Notifications
Clear all

[Solved] Veiw Replies link not working

6 Posts
2 Users
2 Likes
1,265 Views
(@digitango)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

I have a test post with some comments on it: https://www.theecochamber.com/blog/post-number-iii/

The post has 3 replies on it, however, when you click the 'view replies' it doesn't show them and it resets number 3 to 0.

Before click

before click

 

After Click

after click

If turn off Display Parent only, it does show the comments but I would like to keep that on.

I don't see any console errors.

Any help would be much appreciated, thanks!

 


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5908
 

Hi @digitango,

Please add the fas class on that element and it'll work fine. Please see the screenshot below. 

fas class

   
(@digitango)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

I can't just add a class there, do I need to modify the plugin?

Also, isn't this handled by fontawesome?


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5908
 

@digitango

Please follow the steps below to get it resolved:

  • Open the /wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js 
  • Go to 114 line
  • Replace the .fas class with .svg-inline--fa one. 

Don't forget to delete all caches before checking.


   
digitango reacted
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5908
 

@digitango,

I see another CSS conflict. Please see the screenshot below. 

CSS issue

 

To solve the issue just add the following CSS code in "Custom, CSS code" textarea, (it's located in the Dashboard > Comments > Settings > Styling admin page), save it, delete all caches and check again:

#wpcomm .wpd_label__check .fa-bell.wpdicon-on {
display: none;
color: #00b38f;
}

   
digitango reacted
(@digitango)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

That did the trick, thank you!


   
Share:
Scroll to top