Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi lamayas,

    Could you please leave the URL where we can see the issue?

    Thread Starter lamayas

    (@lamayas)

    Plugin Support gVectors Support

    (@gvectorssupport)

    Please use the CSS code below to solve the issue with the rating field:

    #wpdcom .wpdiscuz-item .wpdiscuz-rating > label {
        font-family: "Font Awesome 5 Free";
    }
    
    #wpdcom fieldset.wpdiscuz-rating {
        display: flex !important;
    }

    We also see two comments forms on the page you’ve provided. Please watch this video to better understand what we mean: https://www.screencast.com/t/hgzjizSN

    If you can’t find a way to remove it, just use the CSS code provided below:

    #comments{
        display: none;
    }
    .entry #comments{
        display: block;
    }

    Put the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

    Don’t forget to delete all caches before checking.

    Thread Starter lamayas

    (@lamayas)

    Thank you, this worked great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Star rating not showing on comment form’ is closed to new replies.