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.
I am using wpdiscuz on two WP sites. One works well, the other (with a different theme) displays the form incorrectly. Looks like the "comments" counter bar that is supposed to go below the comments is shifting up next to the comment itself. See below or live at https://texasproud.com/texas-the-battle-of-galveston/. I am using the fairy pro theme.
Any thoughts?
Â
Â
This is just a small CSS issue with the active them or other plugins. Yse the CSS code bleow to solv eit:
div#wpdcom {
display: block !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.Â
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.