[Plugin: Slideshow Gallery Pro] JavaScript conflict
-
Hi,
The Slideshow Gallery Pro plugin is conflicting with a script I built for my site. I’ve loaded my script by enregistering it in my functions.php and used ‘jQuery’ instead of ‘$’ in the js file, but it is still conflicting.
Fortunately, I don’t need to use both the plugin and the script on the same page. I would like to deregister the Slideshow Gallery Pro scripts for all pages except one like this:
if ( !is_page('13') ) { wp_deregister_script('X'); }
What would I enter for X in order to deregister the conflicting scripts?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Slideshow Gallery Pro] JavaScript conflict’ is closed to new replies.