The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
WPDiscuz comment ar...
 
Share:
Notifications
Clear all

[Solved] WPDiscuz comment area appears twice

10 Posts
2 Users
3 Likes
704 Views
Posts: 5
Topic starter
(@miguelamendes)
Active Member
Joined: 2 years ago

Hi,

 

When you are logged out the WPDiscuz comment area only appears one time, but if you are logged in appears twice.

 

Please watch the video.

 

Can you help us?

 

Thank you!

Miguel

9 Replies
Asti
Posts: 7108
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@miguelamendes,

We don't find such an issue on our test websites. This is something specific in your case. Could you please send the admin login details to info[at]gvectors.com email address? I'll ask the developers to check the issue for you. 

Posts: 5
Topic starter
(@miguelamendes)
Active Member
Joined: 2 years ago

Hello Asti, i have sent the the admin login details to info[at]gvectors.com email address.

4 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7108

Thank you @miguelamendes,

We've received the email. Currently, the developers are checking the issue. I'll update this topic once I get a response from them. 

 

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7108

This is not the wpDiscuz issue. Even if you deactivate the wpDiscuz plugin you will still see two comment forms. It seems the comments_template() function is called twice in the theme template files. Please contact your theme support with this issue. 

 

(@miguelamendes)
Joined: 2 years ago

Active Member
Posts: 5

@asti i have this code in the functions file, that previous worked to remove the duplicated comments.

/**
* Remove duplicated Comments in LearnDash focus mode
*/
add_filter('learndash_focus_mode_can_view_comments','__return_false');
add_filter('learndash_focus_mode_comments','__return_true');
add_action('learndash-focus-content-end',function(){
if(is_user_logged_in()){
comments_template();
}
});

When i remove this code from the functions file the comments are not duplicated but i don't see the comments already done in the page.

Can you help?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7108

@miguelamendes,

The code doesn't work for the LearnDash versions higher than v. 4.3.0. But the CSS code should be kept. 

The code is currently removed and everything is working fine, please watch this video: https://www.screencast.com/t/4CeHSDg0Wjch

Posts: 5
Topic starter
(@miguelamendes)
Active Member
Joined: 2 years ago

@asti i can´t see the comments, i see the total number of comments, but not the comments.

See the video below.

https://www.screencast.com/t/ZwdrucKzDWxd

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7108

@miguelamendes,

Please use either the "Initiate AJAX loading after page" or the "Display [View Comments] button" value for the "Comment List Loading Type" option. 

Please watch this video:  https://www.screencast.com/t/KBC0NcjHy

It seems there is a conflict with the "Load with page" value. 

(@miguelamendes)
Joined: 2 years ago

Active Member
Posts: 5

@asti now i see the comments, thank you for your help. 🙂

Share: