Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rating not workingHi @danyloaksynin this can happen if the website doesn’t use jQuery or has a different jquery script handle. Was that the issue on your website or something else?
Regards,
BlazHi Kim,
Thanks for reporting this issue. Are you using the latest version of the plugin (3.3.8)? In the last update the query for retrieving stat rows has been optimized. How many rated posts does the website have altogether? What’s the memory limit on the server?
I’ll test and see if I can reproduce the issue.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Widget not centeredHi,
Try:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container { max-width: 100%; }Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] order by rate in elementorHi there,
The code there won’t work in every setup. Implementing that requires a bit of web development knowledge.
Blaz
Hi there,
The [ratemypost-result] shortcode shows result for the current post. To see the most voted post, average voted post and lowest voted post check the stats section. If you need that visible for the visitors, the plugin unfortunately doesn’t support it out of the box.
Regards,
BlazHi there,
Please follow the steps here:
https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/Regards,
BlazHi @kapson,
So, the thing is that once new posts load via infinite scroll functionality the RateMyPost.re_init() function has be called. Rate my post doesn’t know when new posts load as that’s done by another plugin or a theme. Therefore, this is not RMP problem as such. If your infinite scroll plugin triggers a JS event then you should call RateMyPost.re_init() at that time and the widgets will get initialized.
I recommend asking developer of infinite scroll plugin how can you call RateMyPost.re_init() function once news posts load.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not in one lineSeems you already figured it out 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Can i work with elementor?Hi,
There is some info on this here: https://wordpress.org/support/topic/sort-custom-post-type-on-average-rating/
Regards,
BlazHi,
Try:
.rmp-rating-widget { color: white; }Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] No rating submitted!Hi there,
Please follow the steps here: https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] How Change Schema Item?Hi there,
You can use rmp_structured_data filter. More about this in the documentation.
Regards,
BlazHi,
Hope this helps: https://support.rankmath.com/ticket/there-is-how-to-vinculate-rating-plugin/
Blaz