Title: Deprecated function causes issues with slides
Last modified: February 3, 2022

---

# Deprecated function causes issues with slides

 *  Resolved [Ryan Zook](https://wordpress.org/support/users/zookcomputer/)
 * (@zookcomputer)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/deprecated-function-disables-adding-slides/)
 * Beginning with WordPress 5.5, this plugin (version 2.2.0) has issues on the WordPress
   admin backend. The following error is reported:
 * > Uncaught TypeError: $(…).live is not a function
 * In addition, new images cannot be added as slides, as the Add Images button does
   not work.
 * Two deprecated functions are used in the plugin’s admin JavaScript.
 * Replace “live” in lines 16 and 55. PHP should appear as follows:
    Line 16: $(‘#
   upload_image_button’).on( ‘click’, function(e) { Line 55: $(‘img.bsm-image-remove’).
   on(‘click’, function (e){
    -  This topic was modified 4 years, 4 months ago by [Ryan Zook](https://wordpress.org/support/users/zookcomputer/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeprecated-function-disables-adding-slides%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Deprecated function causes issues with slides’ is closed to new replies.

 * ![](https://ps.w.org/background-slider-master/assets/icon-128x128.png?rev=1243059)
 * [Background Slider Master](https://wordpress.org/plugins/background-slider-master/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/background-slider-master/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/background-slider-master/)
 * [Active Topics](https://wordpress.org/support/plugin/background-slider-master/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/background-slider-master/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/background-slider-master/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Ryan Zook](https://wordpress.org/support/users/zookcomputer/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/deprecated-function-disables-adding-slides/)
 * Status: resolved