Conversation
supportI had an issue on a site where your plugin broke other plugins. I fixed it by added noconflict() in bannerspace.php function bannerspace_wp_footers() { $options = get_option('bs_options'); echo "<script src='//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> <script>$.noConflict();</script> on another note.. why did you force the code here instead of registering/enqueuing it? https://wordpress.org/plugins/bannerspace/
Thanks for the fix. Good point!
Thanks for the fix. Good point!