How To Change The Default Review Rating

This topic contains 2 replies, has 2 voices, and was last updated by  Kor 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #460683

    Gene Altman
    Expired Member
    Post count: 19

    By default, our reviews show stars at 2.5 as shown in example image. How can we change the default to 5 star for each reviewable item?

    Also, we have defined 3 items to review:
    Knowledgeable
    Friendliness
    Punctuality

    You can see live example here: https://practitioners.holistic.vip/specialist/dr-belle-monappa-hedge/

    #460685

    Gene Altman
    Expired Member
    Post count: 19

    Also, to submit review it asks user to input: Name, Email and Website (optional). How can we remove the “website field” so reviewer only sees enter Name & Email to submit review?

    #460696

    Kor
    Moderator
    Post count: 16516

    Hi Gene,

    Both can be done with custom CSS code. Try using the code below and see if it helps.

    
    
    .gd-rating .gd-rating-wrap .gd-rating-foreground {
        width: 100%;
    }
    
    p.comment-form-url {
        display:none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket