@yourownprogrammer
I was able to get the “save poll” button to work by disabling a plugin on my site named “Restore jQuery”. The purpose of the noted plugin with its link is described below. Hopefully, there is a jQuery compatibility fix for YOP Polls because I have a need for safeguarding against conflicting jQuery implementations.
Thus the problem specified in this support/trouble ticket is unrelated to multisite installs. It appears to be a jQuery issue as noted above.
User papadon may be able to isolate the issue by determining if there is a plugin conflict by disabling other plugins.
*************************************
@yourownprogrammer, please provide some feedback regarding the jQuery version issue.
*************************************
Thanks for designing what appears to be a terrific polling plugin. I am especially fond of the ability to an add open-end “other” field, where users can add their own answer. That’s what sold me on your plugin. Thanks again.
Restore jQuery
https://www.ads-software.com/extend/plugins/restore-jquery/
Plugin Description:
Some plugins and themes replace the default jQuery library that comes bundled with WordPress with another version, typically from the Google AJAX CDN. This is generally bad practice, since many other plugins and themes rely on and expect that the WordPress-bundled jQuery version is being loaded.
Also, typically the alternative jQuery library being loaded is not executed in the jQuery noConflict mode, which tend to cause conflicts with other JavaScript frameworks, like Prototype and MooTools.
This plugin simply restores the version of jQuery being loaded to the one that comes bundled with WordPress. It only does this if jQuery is already in the WordPress scripts queue, and won’t do anything otherwise.