The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to use wpDiscuz...
 
Share:
Notifications
Clear all

How to use wpDiscuz with Brizy Free Version

20 Posts
2 Users
1 Likes
2,140 Views
Posts: 12
Topic starter
(@sushant)
Active Member
Joined: 4 years ago

Hi,

 

I'm utterly impressed with the plugin 😀 and I want to use this plugin on my website. 

I've already downloaded it but can't add on my page. I'm using the Brizy Free Version and my website is www.childrenoftomorrow.in

 

Will you please take a look and let me know. I really really wanna use this plugin.

 

Thank you and I look forward to receiving  the reply.

19 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @sushant,

You'll need to use the wpforo shortcode. Please follow the steps below:

1. Put the following code in the active theme functions.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");

2. Add a shortcode section in Brizy plugin settings

shortcode

3. Use the shortcode: 

[wpdiscuz_comments]
Reply
Posts: 12
Topic starter
(@sushant)
Active Member
Joined: 4 years ago

Hi Asti,

 

Thank you so much for reverting back. Can you tell me where do I add the code in the functions.php section? I'm not good with coding 🙂

 

Also the theme is Astra and Brizy is the builder.

I know how to add shortcode so that's good.

 

Thank you again!

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

Illustrious Member
Posts: 7114

@sushant,

Can you tell me where do I add the code in the functions.php section? 

The code should be put at the bottom of the functions.php file. 

Reply
Posts: 12
Topic starter
(@sushant)
Active Member
Joined: 4 years ago

Thank you! 

 

I added but I see the shortcode on the back end, but not on the front. 🙁

Here's the URL and here's the pic showing plugin visible on the editor end

 

image
Reply
15 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7114

@sushant,

Please delete all caches and check again. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti I'm checking it in a private tab. Do you mean delete cache from Wordpress? Can you check and see if the comments are showing at your end? Here's the link again.

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

Illustrious Member
Posts: 7114

@sushant,

I mean if you have installed some cache plugin please delete those plugin caches. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti there was Litespeed cache which I deleted. Now there's nothing. Still showing on editor page but not on front end.

I have the following plugins installed

Brizy

Duplicate Page

Like Button Rating ♥ LikeBtn

Starter Templates

UpdraftPlus - Backup/Restore

WP File Manager

Yoast SEO

 

You think any of them is interfering?

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

Illustrious Member
Posts: 7114

@sushant,

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. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti I just sent it. Did you want me to install the wpforo plugin as well, for this to work?

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

Illustrious Member
Posts: 7114

@sushant,

Did you want me to install the wpforo plugin as well, for this to work?

Not necessary. wpForo is a forum plugin. No need to install it for debugging. Please wait a bit. I've already sent the login details to developers. I'll update this topic once I get some response from them. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti All right, thanks a lot. I'll wait for the revert. May I know which timezone are you based in so I can make sure to check for updates? 

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

Illustrious Member
Posts: 7114

@sushant,

It seems, one of the active plugins causes the issue. Please deactivate the plugins one by one and check after each deactivation to find a problem maker. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti all right. Did the developers find any issue? Or is it the plugins?

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti thank you, it worked.

 

I have a question.

I enabled the before content and after content on the page, but i cant see it. Can you help? I only see the comment "Before the comment form"

 

image

 

 

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

Illustrious Member
Posts: 7114

@sushant,

Please delete all caches before checking. 

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti hi, i just cleaned my database and now the plugin isn't working anymore. I do not have any more plugins than what were there before cleaning my database so i dont think there's any plugin issue. can you please check? Here's a page example for you to look at. Please help. thank you so much.

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

Illustrious Member
Posts: 7114

@sushant,

Please make sure the code mentioned in this post exists in the active theme functions.php file. 

https://wpdiscuz.com/community/postid/2154/

Reply
(@sushant)
Joined: 4 years ago

Active Member
Posts: 12

@asti Ah, how was it removed from there? I never did it. Thanks!

Reply
Share: