how to show not only pictures but also tags and categories?
]]>Hi,
I see that you load your own font (ratemypost.ttf). Is there a way that you could use Open Sans (the font that I’m using across my entire site)?
This would allow me to load one font less.
Thanks in advance,
Zvi
]]>I use Feedback WP for a while now. Unfortunately, the rating is not shown in the Google recipe results anymore. In the rich result testing tool I get an error.
Do you have any idea?
]]>Hi,
I’ve been using your plugin for years without any problems.
But for several weeks now, I’ve noticed that it’s no longer possible to vote on articles with the Firefox browser.
It still works fine on other browsers, like Chrome, the one most used by my visitors.
That’s why I’m only reporting the problem now, as it only affects a small proportion of visits.
I’ve had just two complaints from visitors who couldn’t vote.
So I’d like to know if I’m the only one affected, in which case it could be a conflict with another plugin, or if others have the same problem.
Thank you
]]>Hi,
you have bug in admin UI rendering. You are not checking that the dictionary value exists before using it -> crash the page rendering.
WHEN THIS HAPPENS
In my multisite WP right after installing and going to settings. It shows first settings and crashes on “Exclude rating and result widget from:”
REASON OF CRASHING:
When as a new plugin there are no option data, you try to echo data that does not exists.
ERROR LOG
[Thu Oct 03 06:38:42.448649 2024] [php:error] [pid 67057] [client 87.92.171.122:59834] PHP Fatal error:? Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in /var/www/html/wp-content/plugins/rate-my-post/admin/templates/menu-options.php:312\nStack trace:\n#0 /var/www/html/wp-content/plugins/rate-my-post/admin/templates/menu-options.php(312): implode()\n#1 /var/www/html/wp-content/plugins/rate-my-post/admin/templates/menu.php(59): include_once(‘…’)\n#2 /var/www/html/wp-content/plugins/rate-my-post/admin/class-rate-my-post-admin.php(493): include_once(‘…’)\n#3 /var/www/html/wp-includes/class-wp-hook.php(324): Rate_My_Post_Admin->menu_section_display()\n#4 /var/www/html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#5 /var/www/html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#6 /var/www/html/wp-admin/admin.php(259): do_action()\n#7 {main}\n? thrown in /var/www/html/wp-content/plugins/rate-my-post/admin/templates/menu-options.php on line 312, referer: https://uni.uniwaves.com/innoduel/wp-admin/
HOW TO FIX THE ERROR
Update the line 312 in file /var/www/html/wp-content/plugins/rate-my-post/admin/templates/menu-options.php as below:
<input type="text" class="rmp-tab-content__input js-rmp-option" data-key="exclude" id="rmp-exclude" value="<?php echo esc_html(implode(',', $rmp_options['exclude'])); ?>">
->
<input type="text" class="rmp-tab-content__input js-rmp-option" data-key="exclude" id="rmp-exclude" value="<?php if(isset($rmp_options['exclude'])) echo esc_html(implode(',', $rmp_options['exclude'])); ?>">
]]>
Hello,
I’ve used this plugin on a number of sites, but this is only happening on this one particular site (currently not live). The top rated posts widget will not show any posts.
Yes, I have rated posts to test. And I have already disabled all plugins and checked it with a default theme. No difference. The rating widget works fine, it’s just that no posts will show in the top rated posts widget at all.
This happened after I first installed the plugin and then tried to attach the rating widget to a post of a custom post type in an element. Then ONLY that one post would show in the widget and it had some broken html like /”>. I deleted that post and then nothing else would show in the widget again.
I also uninstalled rate my post, doing a complete uninstall and removing all of the settings. Additionally, I went into the database, found the custom post that I’d rated in the first place, and deleted it, as it was actually not trashed.
I do not see errors in the console related to ratemypost and, as I said, the issue also occurs when I have optimization plugins off.
So, I can’t figure out why the widget will not show in this case. Any suggestions?
]]>Recently, the top-rated posts widget no longer works correctly.
I have entered that only posts with 25 ratings and an average rating of 4 should be displayed.
This has worked so far.
But now the widget shows me posts that are below the set values.
Is this bug already known?
My site has received the dreaded “critical error” after updating the latest version of FeedbackWP. Please look into this as I don’t want to delete this plugin and its data. Thank you
]]>I have the updated version of the plugin instaled. Also tried to deactivate and reactivate. Rating is not working on whole site on all posts. I have tried in Chrome, Edge and Firefox.
]]>Hello,
First of all, thank you for developing this plugin. It’s working perfectly.
I’m displaying related posts and the Rating widget at the bottom of single posts. However, I’d like to change the priority so that the Rating widget appears below the related posts.
Is there a hook available that would allow me to modify the widget’s position?
I appreciate any help you can provide.
Thank you!
]]>Hi. Firstly, thanks for a great plugin. I use it via shortcode to add ratings to my posts. Recently, I am unable to see the Rate My Post settings to update or change ratings in the WordPress post editor and it is not showing under ‘Screen options’/’Screen elements’ so I can’t find a quick way to amend or update ratings. I have searched the support forum but can’t find any reference to this. Are you able to assist or provide any quick way to amend/update ratings for a specific post? Thanks if you can help
]]>Hi,
I’m using the classic editor in WordPress. On the edit page in the backend there was in the past a small view of RMP to adapt a rating of a blog post. This box is now gone after the update to plugin version 4.2.0. What I’m doing wrong?
Toengel@Alex
]]>Hello,
After the recent update the star rating icons are no longer visible. I have this code in my child theme files
<?php if ( function_exists( 'rmp_get_visual_rating' ) ) { echo rmp_get_visual_rating(); } ?>
But the icons are no longer visible in the frontend.
]]>Hello, I’m using rmp_get_avg_rating( $post->ID ) and rmp_get_vote_count( $post->ID ) on my template, but after updating to 4.2.0, those functions are throwing errors and breaking the page with a “critical error” of WordPress. Did something change on how they must be used?
Thank you.
]]>Hi,
i used rmp_get_visual_rating($post->ID); in my theme, but with the update it brokes my site, is there a change about this code?
]]>Is there an option to set it to half stars? For example, so using 5 stars, users can rate a 2.5 etc. Thanks.
]]>Good Evening, i was trying to see if there is a way to insert the result widget and make it clickable to the rating part. if i insert somewhere the [ratemypost-result] i wish that visitors can click on it to go to the vote widget.
]]>Are there variables one can use within Rank Math Aggregate Rating Schema Markup?
Such as:
RatingValue: %aggregate_rating_value%
ReviewCount: %aggregate_review_count%
Does your plugin support cloudflare turnstile instead of google recaptcha 3.0?
]]>I found that #toplevel_page_rate-my-post item shows up even for non admins, without any options but still shows up. I don’t think it should.
cheers.
]]>Hello,
first thanks for your plugin, it is amazing.
May I suggest a small improvement, could you please look at reducing the star rating widget cumulative layout shift?
It would be great if you could add an image placeholder to avoid moving the page underneath after the lazy load of the number of ratings and yellow stars.
]]>Hello,
The stars are not clickable on phones. It does work on pc/laptop.
It’s not only on the post Dagbesteding en kinderopvang Pure Kids, Assen (DR) | Hulp bij hoogbegaafdheid (hulpbijhb.nl) but on all the posts I have on my website.
Hope you can help.
Thank you!
We are building a new site for our client. How do I easily migrate ratings on their posts to the new site? Thanks!
]]>Hello, I am looking for some presales advice before I buy the premium version.
I really like the idea of this plugin and I really hope it has a solution out of the box.
My use case is as follows:
My site hosts leagues and tournaments for an online sport and users play other users. I want a way to have my users rate their opponents. Each user URL is like this
“” https://gdl180.com/my-profile?uid=6827 “”
with the individual UID stated in the URL except when it is the user’s own profile.
Is there a shortcode parameter that will allow me to show the rating service on each profile without having to go profile by profile and adding them individually?
Thank you so much for your help!
-Paul
]]>When sorting by votes, rating, or any other numerical column in the WordPress back office, it doesn’t sort correctly or function properly.
]]>I really like your plugin but it seems it doesn’t work on Firefox and Edge. The JS file is loaded to the page but the events like mouseover or click on the stars isn’t triggered. It seems to work fine on Chrome.
On my page the home page (start page) list all the latest posts on the site fully. So I added the shortcode to the template file used on the home page like this:
<div class="ratingdiv">
<?php echo do_shortcode('[ratemypost]'); ?>
</div>
The settings are like this:
https://ibb.co/1TZCmL1
I have tried to disable all plugins but the issue is the same. So it doesn’t seem to be a conflict with another plugin. Unless it is a conflict with the theme “Ashe Pro”. I haven’t tried some different theme.
]]>I’ve been playing with the plugin on my local machine, and it looked really promising. Especially the option to leave additional feedback after the star-rating.
But when deploying to my production environment, i’m getting “But when deploying to my production environment, i’m getting “Invalid Token” errors when the users submit their additional feedback.
After some debugging, it appears that the token is an ID that ought to be in the ‘wp_rmp_analytics’ table, but apparently cannot be found?
Anyone else with similar problems?
I’ve been able to reproduce this locally, by restoring a backup from the production environment.
Even when removing all other plugins, and setting the theme to twenty-twentyfour, the problem persists. I’ve also reset the the FeedbackWP configuration and used the ‘Delete Plugin Data’ tool
Hello,
I’m currently building a jokes site with WordPress and would like to display the top-rated jokes in a widget.
However, the posts only have content but no title.
The widget always leaves out the title, so it doesn’t show me anything.
Unfortunately I can’t get any further on my own and wanted to ask if someone could help me here.
Thank you in advance
]]>Hi,
First of all, thanks for your plugin and for any future reply.
I use your plugin on my website with rmp_max_rating limited to 4 (it has never been changed).
I saw this fatal error opening some rare articles:PHP Fatal error: Uncaught ValueError: array_fill(): Argument #2 ($count) must be greater than or equal to 0 in /var/www/html/wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:1846
After futher investigation, I found that it was caused by:$icons_empty = $max_rating - $icons_highlighted - $icons_half_highlighted;
On one article, $max_rating
was 4 and $icons_highlighted
(that is floor($average_rating)) was 4.6, but the problem is the same on the other ones.
For example, in one article the postmetas are:rmp_vote_count = 5
rmp_rating_val_sum = 23
rmp_avg_rating = 4.6
And these are the analytics.
In another one, the postmetas are:rmp_vote_count = 1
rmp_rating_val_sum = 10
rmp_avg_rating = 10
And these are the analytics.
I could recalculate the metas using the analytics data, but I don’t know how this could have happened.
Thanks
Hello,
I only want to have no rating on the wpForo pages (forum plug-in).
Is there a way to exclude them?
]]>