Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] CF IP IssueHi @klaus04,
Thanks for your useful suggestions. Feel free to make a PR on GitHub with the proposed changes.
As for the latter, JS and CSS are loaded on every page because rating/results widgets can also be used on non-post pages. CSS and JS files also include code for top rated posts widget, star ratings on archive pages etc. Both files are 35kb, without gzip compression, so they shouldn’t have a big impact.
Regards,
BlazHi @rznacho,
I haven’t tested the plugin with Pods, so it’s hard to say. What happens if you add the shortcode with specified id like this [ratemypost id=”1″]? Replace the id with actual post id.
Blaz
Hi @tue2019,
To be honest I haven’t tested with that many posts. I will look into this. For now, I advise you not to use the top rated posts widget if you see such an impact on the website performance.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] WordPress 5.7 compatibilityHi there,
WP 5.7 comes with some extra CSS that seems to interfere with many plugins. I released a quick update (3.3.2) that fixes the issue, but Edward’s CSS above will also work 🙂 Thanks for sharing @edviser.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Yoast compatibilityHi Marco,
1. That would of course require an integration. Rate my Post allows you to easily retrieve data such as vote count and average rating (see the documentation), which you can then integrate into schema that is already in place. However, this of course also depends on the plugin outputting the existing schema.
2. Here is more information about the PRO version:
https://blazzdev.com/rate-my-post-pro-custom-rating-widgets/
https://blazzdev.com/rate-my-post-pro-advanced-schema-selector/In the PRO version each rating widget is customizable (includes schema and texts).
Regards,
Blazare you adding the rating widget to posts via shortcode or with the automatic option?
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Additional markupHi @rezwiebel,
You can retrieve the vote count and average rating for each post with the following functions:
rmp_get_avg_rating( $postID )
rmp_get_vote_count( $postID )This should be enough to add the aggregaterating fields inside your own markup. More in the documentation.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Yoast compatibilityHi Marco,
Sorry for my late reply.
1. The plugin is compatible with Yoast. I haven’t tested it with Elementor but I know that some people use it. There is also a section about adding rating widget to Elementor template in the documentation under troubleshooting.
2. How-to-schema is unfortunately put on hold for now. I haven’t tested integrations with other plugins for this schema type.
3. I don’t see any problem using article schema with product schema at the same time, assuming that the page is about a product.
4. The plugin works with WooCommerce. WooCommerce products are custom post types in WordPress terms and the plugin is fully compatible with custom post types.
Regards,
Blaz- This reply was modified 5 years, 2 months ago by Blaz K..
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Google Analytics TrackingHi @marianapluga,
Google Analytics tracking is enabled by default but it might not work with all WP “Google Analytics” plugins. Check the events section in your Google Analytics account to see if the votes are being tracked.
Regards,
BlazHi there,
That’s at the moment unfortunately not possible.
Regards,
BlazHi there,
You can use the rmp_display_rating_widget filter. More about this in the documentation.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Add StarsHi there,
To retrieve top rated posts you can use the rmp_get_top_rated_posts function and to modify the query that retrieves these posts you can use the rmp_top_rated_query filter. More about this in the documentation.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Vote countHi there,
please follow this guide https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/ to figure out what’s interfering with the plugin.
Regards,
Blaz