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

[Solved] wpdiscuz does not appear on fullwidth elementor articles

3 Posts
2 Users
0 Likes
519 Views
Posts: 3
Topic starter
(@hugues)
New Member
Joined: 2 years ago

wpdiscuz appears well on articles that are not full page, but does not appear on full page articles, do you have an explanation and a solution?

2 Replies
Posts: 3
Topic starter
(@hugues)
New Member
Joined: 2 years ago
I found the solution in the forum  https://wpdiscuz.com/community/postid/10652/ 
by adding a short code created in the wp-config.php file
function my_wpdiscuz_shortcode() {
$html = "";
if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) {
ob_start();
include_once ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php";
$html = ob_get_clean();
}
return $html;
}
add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7145

Thank you for letting us know. Glad to hear that the issue is solved. 

We're going to close this thread. Feel free to open a new topic if you have further questions.

Share: