+1 for this. Facing the same issue on the network site. It’s quite a hassle to find this plugin as it’s not linked with woocommerce. Rest, I am digging plugins code now. I will post my findings.
Okay, so just added the screen id to restrict their admin script to only their plugin and not to spread around.
Locate the following function under miniorange_openid_sso_settings.php and add the screen id part.
function mo_openid_plugin_settings_script() {
if(strpos(get_current_screen()->id, 'miniorange-social-login-sharing_page') === false) return;
wp_enqueue_script( 'mo_openid_admin_settings_jquery_script', plugins_url('includes/js/config-jquery.js', __FILE__ ));
wp_enqueue_script( 'mo_openid_admin_settings_jquery1_script', plugins_url('includes/js/config-jquery-ui.js', __FILE__ ));
wp_enqueue_script( 'mo_openid_admin_settings_phone_script', plugins_url('includes/js/phone.js', __FILE__ ));
wp_enqueue_script( 'mo_openid_admin_settings_color_script', plugins_url('includes/jscolor/jscolor.js', __FILE__ ));
wp_enqueue_script( 'mo_openid_admin_settings_script', plugins_url('includes/js/settings.js?version=4.9.6', __FILE__ ), array('jquery'));
wp_enqueue_script( 'mo_openid_admin_settings_phone_script', plugins_url('includes/js/bootstrap.min.js', __FILE__ ));
wp_enqueue_script( 'bootstrap_script_tour', plugins_url( 'includes/js/mo_openid_bootstrap-tour-standalone.min.js', __FILE__ ));
}
Might be a workaround until update from developers
Thanks for sharing it. I installed a different free plugin. Works without problem.
Hi @pris0nb,
Thank you for reaching out to us.
We are not able to reproduce the same issue in our instance. Please send us an email from the plugin support form or email us at the email address provided on our website.
Thanks