Title: boybot's Replies | WordPress.org

---

# boybot

  [  ](https://wordpress.org/support/users/boybot/)

 *   [Profile](https://wordpress.org/support/users/boybot/)
 *   [Topics Started](https://wordpress.org/support/users/boybot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/boybot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/boybot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/boybot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/boybot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/boybot/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slideshow Widget (by obikui)] Not Compatible with WordPress 3.5?](https://wordpress.org/support/topic/not-compatible-with-wordpress-35/)
 *  [boybot](https://wordpress.org/support/users/boybot/)
 * (@boybot)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-35/#post-3268267)
 * Issue is that smart-slideshow-widget.php calls for an outdated jQuery-ui script,
   which conflicts with changes made in WP 3.5. The plug-in should instead use the
   jQuery scripts that are included with WordPress.
 * So replace
 * (around line: 413)
    `wp_enqueue_script('jQuery-UI-Effects', WP_PLUGIN_URL . '/
   smart-slideshow-widget/js/jquery-ui.min.js');`
 * with
 * `wp_enqueue_script('jquery-effects-core');`
 * At least with the other plug-ins I’m running with the Smart Slideshow Widget,
   the above edit fixed the Widget Page, Media Library, and Add Media issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slideshow Widget (by obikui)] Smart Slideshow widget broken](https://wordpress.org/support/topic/smart-slideshow-widget-broken/)
 *  [boybot](https://wordpress.org/support/users/boybot/)
 * (@boybot)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/smart-slideshow-widget-broken/#post-3275148)
 * I think a better way is to use the jQuery scripts that comes with WordPress, 
   so you don’t have to worry (as much) about jQuery version mismatches/mis-syncs.
 * Replace:
 * (around line: 413)
    `wp_enqueue_script('jQuery-UI-Effects', WP_PLUGIN_URL . '/
   smart-slideshow-widget/js/jquery-ui.min.js');`
 * with
 * `wp_enqueue_script('jquery-effects-core');`
 * At least with the other plug-ins I’m running with the Smart Slideshow Widget,
   the above edit fixed the Widget Page, Media Library, and Add Media issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slideshow Widget (by obikui)] Broken pretty much all js in WP3.5](https://wordpress.org/support/topic/broken-pretty-much-all-js-in-wp35/)
 *  [boybot](https://wordpress.org/support/users/boybot/)
 * (@boybot)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/broken-pretty-much-all-js-in-wp35/#post-3307943)
 * Issue is that smart-slideshow-widget.php calls for an outdated jQuery-ui script,
   which conflicts with changes made in WP 3.5. The plug-in should instead use the
   jQuery scripts that are included with WordPress.
 * So replace
 * (around line: 413)
    `wp_enqueue_script('jQuery-UI-Effects', WP_PLUGIN_URL . '/
   smart-slideshow-widget/js/jquery-ui.min.js');`
 * with
 * `wp_enqueue_script('jquery-effects-core');`
 * At least with the other plug-ins I’m running with the Smart Slideshow Widget,
   the above edit fixed the Widget Page, Media Library, and Add Media issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slideshow Widget (by obikui)] jquery error with wordpress 3.5](https://wordpress.org/support/topic/jquery-error-with-wordpress-35/)
 *  [boybot](https://wordpress.org/support/users/boybot/)
 * (@boybot)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/jquery-error-with-wordpress-35/#post-3322705)
 * I think all of the jquery-effects scripts are dependent on jquery-effects-core,
   so you should only have to call that.
 * So replace
 * `wp_enqueue_script('jQuery-UI-Effects', WP_PLUGIN_URL . '/smart-slideshow-widget/
   js/jquery-ui.min.js');`
 * with
 * `wp_enqueue_script('jquery-effects-core');`
 * At least with the other plug-ins I’m running Smart Slideshow Widget, the above
   edit fixed the Widget Page, Media Library, and Add Media issues.

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