As usual nowadays, I don’t really have time for the plugin. If it doesn’t work with multisites, then it will probably stay that way until somebody sends a patch. And I never had a multisite, so I have no experience with them.
But you aren’t the first with those problems so I don’t think it’s about multisite. As far as I remember I never found out why the save button doesn’t always work, but if you press return in a text field, it usually worked for others as a workaround.
As for the buttons not working, this is usually a javascript problem. Can you post a link to your site, I’ll check it out.
Thread Starter
Jon
(@jon1wt)
Thanks for the answer, I tried pressing the return key and worked, the only think I see about the multisite, is that in the secondary sites the plugin need configuration to work on.
About the reactions still does not work, check the link
example post
Edit: I tried to configure on the secondary sites but don’t save all the changes with the return key, can I try to force the changes with other method?
-
This reply was modified 8 years, 7 months ago by
Jon.
-
This reply was modified 8 years, 7 months ago by
Jon.
Thread Starter
Jon
(@jon1wt)
Update: I see this error on the console
Uncaught TypeError: jQuery.ajax is not a function
at reaction_buttons_increment_button_ajax ((index):105)
at HTMLLIElement.onclick ((index):504)
I see you’ve got jquery included twice. When I deactivate the second jquery it works just fine. I’m not sure where the second instance is coming from and if the other author is at fault, I just know that I use standard wordpress features to load it (wp_enqueue_script("jquery")) and that it seems a bad idea to change that version. But this isn’t my area of expertise at all.