• Resolved kennypurnomo

    (@kennypurnomo)


    Author,

    I am playing with dynamic tags in elementor. In there, i have to use shortcode to only show name of the reviewer.

    What i did is [reviews_rating id=”1,5,3″ avatar=”false” icon=”no” name=”no” vicinity=”no” stars=”no” rating=”no” count=”no” date=”no” attribution=”no” review_text=”no”]

    But it shows the star rating. How can i remove the star?

    Regards,
    Kenny

Viewing 1 replies (of 1 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @kennypurnomo I haven’t stripped the output down to just the reviewers’ names during testing – so I’ll do that, check it and add a fix if needed in the next version.

    If you want to take out the whole summary (including the stars), just use:

    [reviews_rating summary=no]

    It saves specifying the individual flags for the first section.

    If you mean just the stars by the individual author’s review, this isn’t present as a shortcode parameter yet. I can add it in a future version – or you can specify to hide these using CSS:

    .google-business-reviews-rating .listing .rating {
    	display: none;
    }

    Let me know if you’d like this introduced and I’ll figure out a suitable parameter name…

Viewing 1 replies (of 1 total)
  • The topic ‘How to only show Name of reviewer’ is closed to new replies.