Conversation
supportI’m having troubles to get working some plugins because they are all trying to upload different versions of jquery libraries (up to 5 different versions). gPress and some others can disable the library upload from the advanced settings. Could it be done in some way with your plugin? http://wordpress.org/extend/plugins/simple-g-1-plusone/
@ivangv : The plugin only loads jQuery scripts for the admin panel and only using wp_enqueue_script which means that if its already there it wont be added again. So my bet is that it’s not this plugin which causes your conflicts.
@ivangv : The plugin only loads jQuery scripts for the admin panel and only using wp_enqueue_script which means that if its already there it wont be added again. So my bet is that it’s not this plugin which causes your conflicts.