Title: Does not work on actual page
Last modified: August 20, 2016

---

# Does not work on actual page

 *  [selera](https://wordpress.org/support/users/selera/)
 * (@selera)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/does-not-work-on/)
 * It’s working on Preview (on Smooth Slider Settings), but not working on actual
   page. The pictures/posts are overlap, and not sliding.
 * when I look on Firefox’s Error Console, it said:
    `Error: TypeError: jQuery(...).
   cycle is not a function`
 * [http://wordpress.org/extend/plugins/smooth-slider/](http://wordpress.org/extend/plugins/smooth-slider/)

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

 *  [0xDEAD1](https://wordpress.org/support/users/0xdead1-1/)
 * (@0xdead1-1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/does-not-work-on/#post-3348614)
 * Is the jquery library being loaded in the header section of your site?
 *  [0xDEAD1](https://wordpress.org/support/users/0xdead1-1/)
 * (@0xdead1-1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/does-not-work-on/#post-3348615)
 * This line of code might help, it goes in the functions.php file.
    // Load jQuery
   if ( !is_admin() ) { wp_deregister_script(‘jquery’); wp_register_script(‘jquery’,(“
   [https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#8221](https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#8221);),
   false); wp_enqueue_script(‘jquery’); }

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

The topic ‘Does not work on actual page’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [0xDEAD1](https://wordpress.org/support/users/0xdead1-1/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/does-not-work-on/#post-3348615)
 * Status: not resolved