Hi @skumar1st,
Thank you for bringing this to us. I will forward this to our concerned team to check whether the issue should be fixed from our side or from the plugin side.
For now, you might want to change the plugin configuration so the Rating won’t show up next to the post title and it will fix the issue.
And regarding the space between the Post section and the Comment section, you can try adding the following CSS code in Appearance > Customize > Additional CSS
.comments-area {
margin-top: 0;
}
I hope it will help.
Kind regards,
Herman 🙂
Thanks for quick reply. Not worked.
This is not plugin problem. Checked with other popular theme and no problem.
Please confirm how to hide/remove “title field” from comments section? So this problem will fix automatically.
Thanks.
Hi @skumar1st,
I have a confirmation from our concerned team that for a security reason, we are escaping HTML in the comment section, so instead of executing, the HTML code will be rendered as a plain text. In your case, that’s why the star icons, which are coming from the plugin, next to the post title in the comment section is displayed as text.
You can modify this behavior by copying the comments.php file from the Astra theme to your child theme and edit the comments.php file line 46 so it will look like this –
echo $comments_title;
I hope that helps. Feel free to reach out to us if you have any further queries.
Kind regards,
Herman 🙂