Title: WordPress 3.5 jquery problem &#8211; please help
Last modified: August 20, 2016

---

# WordPress 3.5 jquery problem – please help

 *  [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/)
 * Hi,
 * after I made ​​the update to 3.5 that creates problems with jquery in my wordpress
   theme, i have built-in the slider in my theme that uses jquery and after update
   i cant use widgets or sidebars, they are like frozen , i cant move it. but slider
   works, and if i delete some jquery files of slider then widgests and sidebars
   starts to work but then slider is not working. I use this technique for jquery:
 *     ```
       wp_deregister_script( 'jquery' );
       		wp_register_script( 'jquery-new', get_template_directory_uri().'/library/js/jquery-1.6.1.min.js', array(), '1.6.1');
       		wp_enqueue_script ('jquery-new' );
   
       		wp_enqueue_script('jquery.ui', get_template_directory_uri().'/library/js/jquery-ui-1.8.13.custom.min.js');
       		// jQuery 1.6.1 bugfix
       		wp_enqueue_script('jquery.backgroundPosition', get_template_directory_uri().'/library/js/jquery.backgroundPosition.js');
       		wp_enqueue_script('colorpicker.js', get_template_directory_uri().'/library/js/colorpicker.js');
   
       		wp_enqueue_script('cufon', get_template_directory_uri().'/library/js/cufon.js');
       		wp_enqueue_script('cufon-font', get_template_directory_uri().'/library/js/fonts/fertigo-pro.js');
   
       		wp_enqueue_script('pv-google-maps', 'http://maps.google.com/maps/api/js?sensor=false');
       		wp_enqueue_script('pv-contact-map', get_template_directory_uri() . '/library/js/map.js');
       		wp_enqueue_script('admin.js', get_template_directory_uri().'/library/js/admin.js');
   
       	}
       ```
   
 * Is this good or not ?
 * and the most important file of slider is admin.js
 * he looks like this :
 * pastebin [](http://pastebin.com/PSRRz6ux)
 * please help
 * Thank you !!!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283037)
 * please someone 🙁
 * thank you !!!!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283039)
 * This is a volunteering forum. If the problem is that urgent, consider paying 
   someone [http://jobs.wordpress.net/](http://jobs.wordpress.net/)
 *  [martinjharvey](https://wordpress.org/support/users/martinjohnharvey/)
 * (@martinjohnharvey)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283042)
 * I don’t know if this will make a difference but have you tried calling the slider
   init function from its own file?
 * You might also be causing a conflict between the version of jQuery that comes
   with WordPress and the version you are enqueueing. You should really wrap the
   top register and enqueue scripts in
 *     ```
       <?php if( !is_admin ) :
       //register and enqueue scripts here
       endif; ?>
       ```
   
 * Read this article for a better understanding of how to enqueue and register scripts.
   
   [The Ins and Outs of The Enqueue Script For WordPress Themes and Plugins](http://wp.tutsplus.com/tutorials/the-ins-and-outs-of-the-enqueue-script-for-wordpress-themes-and-plugins/)
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283044)
 * martinjharvey thank you 🙂
    I will try do that
 * any other suggestions ?
 * thank you !!!!
 *  [martinjharvey](https://wordpress.org/support/users/martinjohnharvey/)
 * (@martinjohnharvey)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283045)
 * No worries chief 😉
 * You could always try a different jquery slider, maybe there’s just something 
   in the code you are using that WordPress or another script doesn’t like.
 *  [Chapataz](https://wordpress.org/support/users/chapataz/)
 * (@chapataz)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283076)
 * Hi Chief Wolfino !
    Did you find answers to your issu ?
 * I have the same problem and I can’t fixe it…
    Thank for your help.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘WordPress 3.5 jquery problem – please help’ is closed to new replies.

 * 6 replies
 * 4 participants
 * Last reply from: [Chapataz](https://wordpress.org/support/users/chapataz/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-35-jquery-problem-please-help/#post-3283076)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
