Hello,
I have a WordPress website with the wpDiscuz plugin installed. I am using the Bubble Message feature, but I would like to achieve the following effect:
Β
I have a hidden comment form section. When the Bubble is clicked, the comment section should become visible (display: block), and the page should scroll down to the comment section.
Β
I am having trouble connecting to this Bubble feature. Does anyone have a solution to this problem?
Β
My comment section is structured like this:
Β
<div class="blog-comments" id="wpdiscuz">
Β Β <!-- comment form and all comments go here -->
</div>
Β
Β
Please help. Thank you 😉

