Anonymous User
(@anonymized-6594935)
Hi, i’ve just tested on my side with latest WordPress. It’s working fine.
Unfortunately, i can’t help you more with so few informations about your WordPress. Please read this topic https://wordpress.org/support/topic/please-read-this-carefully-before-posting-into-this-support-forum/ and make sure to provide all informations i’m listing if you want me to help you.
Hi,
You are right, I posted here without investegating the problem myself – but I thought maybe other users could suggest conflicting plugins and I could save some time.
When I deactivate the Quiz and Master Survey Plugin, the rating is fine.
How does the WordPress community handle plugin conflicts? Should I report this at the Quiz and Survey Master forum?
Thanks for this plugin 🙂
Best, Lars
Anonymous User
(@anonymized-6594935)
Yes, i saw you did. Thanks a lot. I’ll look myself at it to check if i’m doing things right 😉
Anonymous User
(@anonymized-6594935)
Hi @adjunkten
I’m currently working on version 2.4.0 and started with using the WP Rest API to save ratings. There’s a good chance it solves the issue.
You can test it there: https://github.com/imath/wp-idea-stream/tree/2.4.0
If you do test, please tell me if it fixes your issue.
Hi @imath,
I installed 2.4.0-alpha, and the issue with voting was still there, but when I deactivate all other plugins than Buddypress and WP Idea Stream it works.
‘Featured Images in RSS w/ Size and Position’ and ‘WP to Twitter’ are conflicting plugins.
I hope this is helpful feedback.
Best, Lars
Anonymous User
(@anonymized-6594935)
Thanks for your tests @adjunkten
I’m sorry i forgot to minify the javascript file. As a result there’s a good chance that when you tested, it used the old way. Could you test another time making sure to add this constant in your wp-config.php file ?
define( 'SCRIPT_DEBUG', true );
An alternative way could be to rename the script.min.js to script.oldmin.js and script.js to script.min.js into the js directory of the plugin.
Hi @imath
I took the alternative way, renaming the 2 .js and activated all my plugins – and rating works!
I will use your next version on my live site – thanks for your work with this.
Best, Lars
Anonymous User
(@anonymized-6594935)
Hi @adjunkten
This is a good news. Thanks again for your feedback.
I’ll upgrade the plugin to 2.4 as soon as i’ve ended the rest adaptations.