Tried using…but having issues with certain plugins
-
If the plugin enqueue the scripts with the plugins_url then this works great! But many people are defining a url one time and then using the defined url during the enqueuing process…making your plugin not work. One very popular plugin that breaks is elegantthemes.com bloom plugin
Could you possibly address this, would love to use it rather than having to adjust code in other plugins.
example problem issue:
define(ET_BLOOM_PLUGIN_URI, plugins_url('bloom/')); wp_register_script( 'et_bloom-uniform-js', ET_BLOOM_PLUGIN_URI . '/js/jquery.uniform.min.js', array( 'jquery' ), $this->plugin_version, true );The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tried using…but having issues with certain plugins’ is closed to new replies.