Title: Slides stacking
Last modified: August 21, 2016

---

# Slides stacking

 *  Resolved [websmyth](https://wordpress.org/support/users/websmyth/)
 * (@websmyth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/)
 * I’m having the stacking slides issue with this plugin. I’ve tried removing other
   jQuery calls from the footer and placing them in the header, but no luck – it
   just breaks the design and doesn’t make the slider work.
 * The site is up at [http://timbarnes.websmyth.net](http://timbarnes.websmyth.net)–
   I’ve put the jQuery libraries back in their normal place.
 * Any ideas?
 * [https://wordpress.org/plugins/smooth-slider/](https://wordpress.org/plugins/smooth-slider/)

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

 *  Plugin Contributor [slidervilla](https://wordpress.org/support/users/slidervilla/)
 * (@slidervilla)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5012784)
 * Hi,
 * GO to Appearance ==> Editor ==> Edit header.php file of theme template, add the
   below piece of code before `HEAD` close,
 * `<?php wp_head(); ?>`
 * Update the file.
 * After that, remove the below piece of code from footer.php file and update the
   same as there should not be multiple jquery.js.
 * `<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/
   1.6.2/jquery.min.js"> </script>`
 * Let me know if it helps.
 *  Thread Starter [websmyth](https://wordpress.org/support/users/websmyth/)
 * (@websmyth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5012856)
 * Thanks – I’ve updated it, but it still doesn’t seem to work…I’ve left the code
   as updated.
 *  Plugin Contributor [slidervilla](https://wordpress.org/support/users/slidervilla/)
 * (@slidervilla)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5012894)
 * Great.
 * Now you need to add below piece of code in footer.php file of theme template 
   before `</body>`
 * `<?php wp_footer(); ?>`
 * As Smooth Slider is based on cycle JS, the files load in footer area. Your theme
   is not having this standard hook call and that’s why those files are also not
   loading. The above code should fix the issue.
 * Let me know if it helps.
 *  Thread Starter [websmyth](https://wordpress.org/support/users/websmyth/)
 * (@websmyth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5012916)
 * Perfect, thanks…too simple!
 *  Plugin Contributor [slidervilla](https://wordpress.org/support/users/slidervilla/)
 * (@slidervilla)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5012951)
 * Glad to know that it worked.
 * Kindly spare some time and **give a positive rating** to Smooth Slider plugin
   on repository. Thanks for your time.
 *  [quantlego](https://wordpress.org/support/users/quantlego/)
 * (@quantlego)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5013054)
 * Myfooter.php contains
 * <?php wp_footer(); ?>
 * But the images still stacked. I am using the ‘Responsive Mobile’ theme by CyberChimps.
 * Can you help me to fix the issue? Thanks a lot.
 *  [sagar.k](https://wordpress.org/support/users/sagark/)
 * (@sagark)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5013055)
 * Hi there,
 * Please send us link where you embedded Smooth Slider, So that we can look into
   issue and try to solve it.
 * Thank you,
 * Regards,
    Sagar.

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

The topic ‘Slides stacking’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/smooth-slider_e7cacb.svg)
 * [Smooth Slider](https://wordpress.org/plugins/smooth-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smooth-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smooth-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/smooth-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smooth-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smooth-slider/reviews/)

 * 7 replies
 * 4 participants
 * Last reply from: [sagar.k](https://wordpress.org/support/users/sagark/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/slides-stacking/#post-5013055)
 * Status: resolved