Advertisement
imranmodel32

NextGEN Gallery conflicts problem solved

Sep 18th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. I had just figure out the problem. Both Diapo slider and NextGEN gallery uses a jQuery.js file. So in the page, both files are loading which arises this conflict.
  2.  
  3. NextGEN jQuery file: <script type='text/javascript' src='http://eridenttech.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
  4.  
  5. Diapo jQuery file: <script type='text/javascript' src='http://eridenttech.com/wp-content/themes/eridenttech/scripts/jquery.min.js'></script>
  6.  
  7. If I remove one of these file, the other will works fine.
  8. So how will I resolve this problem?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement