The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to integrate th...
 
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.

 

Question [Solved] How to integrate the paid wpdiscuz add-on "comment bubble" with the bottom menu bar ...

3 Posts
2 Users
2 Reactions
196 Views
Posts: 14
Topic starter
(@tomlandon-net)
Eminent Member
Joined: 7 months ago

Hello, dear all, thanks a lot for your fast reply.

As you can see, i am a happy user of currently 8 (eight) paid wpdiscuz add-ons. If you visit my site www.tomlandon.net, you can see those in action. IMPORTANT: By ordering this service, i got integrated wpdiscuz with the amazing theme "Necromancers" of Dan Fisher. So my question: Which is the best way to integrate the "comment bubble" (add-on) with the bottom menu bar (per se)? With shortcode, JS, PHP? I would be VERY HAPPY to get an anser by return, because i need to integrate your super nice wpdiscuz add-on with my newly purchased theme. You are the inventor of wpdiscuz, so you know it best. Thanks a lot indeed! Truly ... Tom.

Screenshot 2025 06 03 13.05.02

 

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi,

Please note: The "comment bubble" is not a paid addon — it's a free feature of the wpDiscuz plugin. There is no shortcode available to use here, but we can provide you with a solution.

Use jQuery to move the bubble into the menu bar:

jQuery(document).ready(function() {
     jQuery("#wpd-bubble-wrapper").prependTo(".main-nav #menu-sitemap-menu");
});

Instruction: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/

 Use the following CSS to position the bubble:

#wpd-bubble-wrapper {
   position: static;
   display: inline-block !important;
}

 

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Note: Using this custom code may cause minor design issues. You might need to manually adjust paddings, margins, or other styling details to make everything fit nicely.

Posts: 14
Topic starter
(@tomlandon-net)
Eminent Member
Joined: 7 months ago

Dear valued Asti, THANK YOU SO VERY MUCH! My mistake: Of course the "bubble" is part of the free plug-in. Have a great time. Truly ... Tom.

Share: