• Hi,

    I am using ysr rating plugin with your theme and getting junk rating character in your theme (OK in other default theme)

    Problem 1: Remove Post Title with junk rating character?
    Problem 2: Remove extra space between post section and comment section.

    Please look image and guide how to fix this problem.
    https://prnt.sc/u2vlf9

    Hope for solution.

    Thanks..

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 🙂

    Thread Starter skumar1st

    (@skumar1st)

    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 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Title and Junk Character from Comments’ is closed to new replies.