Blaz K.
Forum Replies Created
-
Hi @thebykov,
at the moment the plugin unfortunately allows only one instance of rating widget per page. This will be changed in version 3 🙂
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Google rich snippetsThe plugin includes structured data, but it’s up search engines to decide whether they trust your website enough to show rich snippets or not 🙂
Hi @eneajahollari,
at the moment there is unfortunately no option to publish feedback. The feedback data is stored in post meta “rmp_feedback_val_new”.
Regards,
BlazThanks @pierreto!
Hi @pierreto,
if you website is multilingual you first need to make translations via po/mo files or with a plugin such as Loco Translate. Then enable the multilingual compatibility mode in the advanced settings. Note that you will not be able to customize strings in the customize section when the multilingual compatibility mode is enabled.
Hope this helps.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] The Best Rating Pluginthanks for your review. That is an ajax call which is asynchronous (i.e. non-blocking). Therefore, it doesn’t have any impact on user experience. The page is already loaded and functional while the data is retrieved from the server. If you scroll to the widget and refresh the page you can actually see that 🙂
Regards,
BlazThanks @pavelrepin! 🙂
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Great great greatThanks for your review @aneises 🙂
Hi @pavelrepin,
there is an option called “Remove headings in rating widget” which replaces h2 with paragraphs. I think that’s what you are looking for?
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Let user to edit the votingI have this on to-do list and will be added in one of the future versions. But no ETA yet 🙂
Regards,
BlazHi @aneises,
in case of problems with the auto insert feature I recommend adding the rating/result widget directly to the template. The auto insert feature works well in most cases but since it utilizes the_content filter other plugins might interfere with it. To add the rating widget to the post template use:
<?php echo do_shortcode('[ratemypost]'); ?>This has been discussed a lot in this forum – check out a similar thread here: https://wordpress.org/support/topic/not-working-in-our-site/
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Best rating pluginThanks @mathiaswordpress! 🙂
Hi Marcos,
the average rating is calculated on-the-go and not stored in the database. However, you can get average rating for whichever post with the function:
rmp_get_avg_rating( $postID )So, basically it’s about utilizing this function in the right way 🙂 Also check out developer’s features here: https://wordpress.org/support/topic/developers-developer-features/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Voting on BBpress TopicsHi @crjonny,
I’m unfortunately not familiar with the BBpress Topics. However, if each “Forum Topic” is a custom post type, it should work 🙂 The plugin supports custom post types.
Regards,
BlazHi @pedjacveja,
you can show results on archive pages but not the rating widget as the current implementation of the plugin allows only one instance of rating widget per web page. That will be changed/fixed in the future 🙂 There is an option “Show ratings on archive pages” which displays results on archive pages.
Regards,
Blaz