Jan 25, 2021 11:36 pm
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?
1 Reply
Jan 26, 2021 6:00 am
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.