Hiren Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Title Output Change?Hello, @mr-bass
There is no setting in the plugin to change the text but you can do it using some CSS trick.
Put this CSS in Additional CSS (Appearance > Customize > Additional CSS)
.page-id-8058 span[itemprop=”aggregateRating”] {
font-size: 0;
}
.page-id-8058 span[itemprop=”aggregateRating”] span.stars, .page-id-8058 span.votes {
font-size: 16px;
}
.page-id-8058 span.votes::after {
content: “reviews”;
}
** This CSS will only works on this page.Forum: Plugins
In reply to: [Rich Reviews by Starfish] Stars not showing in widgetHello, @mathiasvissers
Maybe it was due to a slow internet connection that fonts were not loaded properly but now you can see stars are displayed properly.
See screenshot: https://imgur.com/a/EVdwUVf
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Star selection not working for popupHi, @mayanksdudakiya
Can you please provide me a page link so I can check to get a solution.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Inconsistent Stars/Icons ShowingOk, Thanks
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Form submission sometimes posts 4 or more times@cenay
Hello,This happens because after submitting rich-review form if users refresh the page 2 to 3 times. and it already gives notification of Resending or Cancel it on the refreshing page.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Inconsistent Stars/Icons ShowingHi @herbyderby
Thank you for your appreciation.it’s really mean to us.
This happened because the star’s font-family is overridden by bb-plugin’s css.
you can solve by putting this CSS in the additional CSS section.
.glyphicon {font-family: ‘Glyphicons Halflings’ !important;}Forum: Plugins
In reply to: [Rich Reviews by Starfish] Stop rich reviews starting a new lineHopefully, It will be working for you
Forum: Plugins
In reply to: [Rich Reviews by Starfish] The Fonts Should Be 18px.Hopefully, It will be working for you.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Want to remove pieces of the reviewCheck here
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Want to remove pieces of the reviewHi, @amdemar2020
For #1 if you don’t set name field in rich-reviews form then all reviews author fall from this field input. see attached screenshot.
If this setting not works for you then you can share your page link so I can look further.Thanks for your quick response to our support team.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Want to remove pieces of the reviewHello, @amdemar2020
which version of the plugin are you using?
1. remove the -Organization from displaying (at the end)
-> which shortcodes are you using? and settings of Form in Rich Reviews?2. Remove the linked Organization from the top
-> you can remove Organization (linked) from below settings,
Rich Reviews > Options > Display > uncheck the Title setting and save changes.Forum: Plugins
In reply to: [Rich Reviews by Starfish] Bug if text rating is shown@mbround
Hello, sorry for the delay.Which snippet shortcode are you using to show the aggregate score of all approved reviews?
We are trying to reproduce this issue from our side but there is no issue found in reviews count, if you don’t mind can you please share the page link where you put this shortcode so we can look further to solve it.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Snippet not displaying correctlyHello, @jeffyun123
Might be there is a CSS issue. Can you please share the page link so, we can check it.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] The Fonts Should Be 18px.Rich-review plugin is available on your site? Because I can’t find it on your site. You can change font-size doing customize CSS.