Voting-Button fix
-
As @alexandraka already pointed out, the voting-button doesn’t work any longer with recent wp releases. This is due to a new jQuery-Version which doesnt support the .live function any longer. The fix is simple:
Replace the .live( with .on( in the file /wp-content/plugins/idea-factory/public/assets/js/idea-factory.js and it works again.
Don’t know how to quickly make a commit to the svn-repo of this plugin to fix it directly for other users, so if someone could change this directly in the repo would be great!
@nphaskins or @tmeister ??
- The topic ‘Voting-Button fix’ is closed to new replies.