This is a bug. A fix will be available in the next few days. As a workaround, you cab call the do_shortcode wp function in your php. I’ll let you know when a fix is available.
Thanks
Daniel
This has been fixed now. Cheers,
I tried using the display_rating_form function as well as the shortcode. Now I’m getting the scripts on to the page but when I submit a rating it says Uncaught ReferenceError: mr_frontend_data is not defined
Is there a Javascript object on the page called “mr_frontend_data”? Is your JavaScript at the top or the bottom of the page? Do you have any performance plugins such as W3 Total Cache activiated? They can sometimes cause JavaScript loading issues.
No W3 total cache. I’ve got my own scripts in the footer. And I assume the plugin scripts are supposed to come in through wp_head() no?
Anything else I can do to debug this?
Hello, I am also using <?php echo Multi_Rating_API::display_rating_form(); ?> to display my rating forms. I am using an AJAX filter that displays posts according to the taxonomy selected. (see here)
My problem is that after filtering my posts, the rating forms are still visible but it seems all scripts stop being called, I cannot select a rating and nothing happens after clicking the submit button.
Any idea on what could be wrong?
Thanks!
Hi jaydeesigns,
Do you have a website I can take a look at. It could be a plugin conflict.
Thanks,
Daniel
Hi dpowney, I’m afraid I am developing my site locally. I couldn’t find a solution for my problem so I ended up using a different approach. This is a nice plugin nonetheless. I’m pretty sure it was just a conflict between the two plugins but I was in a hurry.