Blaz K.
Forum Replies Created
-
Hi there,
The plugin in general works well with autoptimize. So there is probably some setting in autoptimize that you enabled that’s causing the issue. Try resetting autoptimize settings back to default to see which setting exactly is causing the problems.
Regards,
BlazHi @pierreto,
The plugin has re_init() method for compatibility with infinite scroll plugins. See the documentation for more info.
Regards,
BlazHi there,
You could simply deregister the stylesheet and bundle RMP styles in your theme’s stylesheet.
Resources:
https://developer.wordpress.org/reference/functions/wp_deregister_style/Regards,
Blaz- This reply was modified 4 years, 11 months ago by Blaz K..
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Shortcode not interactiveHi @dupontwebdesign,
You have ajax load results enabled and with this feature enabled, only one widget on the page gets initialized. Disabling ajax load should do the trick. This is mentioned here under limitations.
Regards,
Blaz- This reply was modified 4 years, 11 months ago by Blaz K..
Hi there,
It seems that js and css are getting filtered/removed on mobile pages on your website. That’s probably because of your theme or one of the plugins. The first thing to do is to figure out which plugin is removing js and css and then check if that can be bypassed. It’s hard to say more without getting deeper into the code of the website.
Regards,
BlazHi @jurez123,
I’m happy to hear you like the plugin. RMP initializes rating/results widgets on page load. Since you are adding results widget in ajax search they are no present in DOM on page load and thus they don’t get initialized. But there is a solution for that 🙂 You can use the RateMyPost.re_init(); JS function. This function was initially added for compatibility with infinitive scroll plugins but should work just fine also in your case. So basically after search results are loaded you need to call RateMyPost.re_init(). See the example in the documentation for more info.
Regards,
BlazHi there,
since September 2019 Google Shows doesn’t show aggregate rating rich snippets for article schema and thus this schema type is not available in the plugin settings. Nevertheless, you can use the article schema type with the rmp_schema_type filter. More about this in the documentation.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] jquery error logHi there,
I will investigate this issue. Nevertheless, do note that the jQuery Migrate Helper is only meant as a temporary solution so you can adapt your code. You should update your theme/plugins to be compatible with the latest version of jQuery. RMP works well with latest versions of jQuery.
Regards,
BlazHi there,
to add the rating widget you can simply use shortcode [ratemypost] in post editor. For the sharing icons to show, the social widget has to be enabled in the settings. It shows after a positive rating.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] jquery error logHi there,
Can you please describe how to reproduce this error?
Regards,
BlazHi there,
I couldn’t replicate these problems. Can you try saving the settings and customize section again? It seems the error originates from there.
Blaz
Hi Grzegorz,
Sorry for my late reply. What about trying with Loco translate plugin? I haven’t tested with WPML but I do test each release with Loco translate plugin. As for the social widget, you probably have “Show social share links” enabled. If this feature is enabled social share links are shown instead of links to you social media pages. Specific social share links can be removed with the rmp_social_links filter. See more about this in the documentation.
Regards,
BlazHi @m7md007,
Thanks! I’m glad to hear you like the plugin. Going jQuery-free is in the plan, but this will be a time-consuming refactor so I have no ETA yet 🙂
Regards,
BlazHi @brokk91,
Voting the post half a star was never an option. The results, however, show half stars. If a post has an average rating of 4.5, then 4.5 stars will be highlighted.
Regards,
BlazHi Grzegorz,
Do you have multilingual compatibiltiy mode enabled? If you want to translate strings with WPML it should be enabled. Otherwise, the strings should be translated in the admin panel under Customization Options.
Regards,
Blaz