Title: [Plugin: Gallery Carousel Without JetPack] Carousel jquery/js issues
Last modified: August 20, 2016

---

# [Plugin: Gallery Carousel Without JetPack] Carousel jquery/js issues

 *  Resolved [sreed27](https://wordpress.org/support/users/sreed27/)
 * (@sreed27)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-carousel-without-jetpack-carousel-jqueryjs-issues/)
 * I lose Carousel functionality once I include these files in my header.php:
 *     ```
       http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js
       http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js http://(my site directory) /js/jquery.easing.1.3.js
       ```
   
 * These three files are required for a custom scrolling box that I’ve put my main
   content into (my page has a fixed height). For it, I am using code borrowed from
   this site: [http://manos.malihu.gr/jquery-custom-content-scroller](http://manos.malihu.gr/jquery-custom-content-scroller).
 * I imagine that there must be some sort of issue with different jquery versions,
   because once I remove these files, carousel works again, but I don’t know if 
   or how to solve this. I’ve seen posts on using the enqueue, so my links look 
   like this in my header, but this doesn’t make a difference. Still no carousel
   gallery slideshow:
 *     ```
       <?php wp_enqueue_script("jquery"); ?>
       <?php wp_enqueue_script("1_4min","http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"); ?>
       <?php wp_enqueue_script("1_8_ui_min","http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"); ?>
       ```
   
 * Any insight on what I’m doing wrong? Ideally I’d like to have both the scrolling
   and carousel gallery functioning on the same page. Thanks in advance!
 * [http://wordpress.org/extend/plugins/carousel-without-jetpack/](http://wordpress.org/extend/plugins/carousel-without-jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Syed Balkhi](https://wordpress.org/support/users/smub/)
 * (@smub)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-carousel-without-jetpack-carousel-jqueryjs-issues/#post-2964834)
 * Unfortunately, I cannot control that other plugin authors are not using the most
   up to date version of jQuery.
 * From the link you sent me, the author is using version 1.7 of jQuery. If you 
   are following that tutorial, then you shouldn’t have to add 1.4.
 * You should only have one version of jQuery on your page… having multiple versions
   is not ideal.
 * My suggestion would be to ask the other plugin author to use the most up to date
   version of jQuery. This issue is not with our plugin rather it is with the code
   you are adding. Unfortunately, we cannot assist with that. You might have to 
   find better code or switch to another plugin.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Gallery Carousel Without JetPack] Carousel jquery/js issues’
is closed to new replies.

 * ![](https://ps.w.org/carousel-without-jetpack/assets/icon-256x256.png?rev=974591)
 * [Gallery Carousel Without JetPack](https://wordpress.org/plugins/carousel-without-jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-without-jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-without-jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-without-jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-without-jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-without-jetpack/reviews/)

## Tags

 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 1 reply
 * 2 participants
 * Last reply from: [Syed Balkhi](https://wordpress.org/support/users/smub/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-gallery-carousel-without-jetpack-carousel-jqueryjs-issues/#post-2964834)
 * Status: resolved