Title: It does not work in wordpress4.5
Last modified: August 31, 2016

---

# It does not work in wordpress4.5

 *  Resolved [r-evo](https://wordpress.org/support/users/r-evo/)
 * (@r-evo)
 * [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/)
 * A management screen of Camera slideshow does not work!
 * In Firebug of FireFox,
    Error: Syntax error, unrecognized expression: a[href*
   =#] … value:null},fa.error=function(a){throw new Error(“Syntax error, unrecognized
   exp … load-sc … ver=4.5 (the second line, the 12733rd row)
 * Core of wordpress
    /wp-includes/js/jquery/jquery.js
 * jquery.js,
    Of one old wordpress4.4.2 If I overwrite in jquery.js(jQuery v1.11.3),
   Camera slideshow plug in came to work normally.
 * [https://wordpress.org/plugins/camera-slideshow/](https://wordpress.org/plugins/camera-slideshow/)

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

 *  [garthdennis](https://wordpress.org/support/users/garthdennis/)
 * (@garthdennis)
 * [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/#post-7314950)
 * Greetings! Is a fix in the works? Have a network site that depends on this plugin.
   Please advise? Thanks for the great work in the past!
 *  [garthdennis](https://wordpress.org/support/users/garthdennis/)
 * (@garthdennis)
 * [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/#post-7315006)
 * I did a work-around that fixes it while we wait for an update.
 * Add double quotes around the # sign in line 9 of scripts/camera.admin.js.
 * Change FROM:
 *     ```
       jQuery('a[href*=#]').live('click',function() {
       ```
   
 * TO:
 *     ```
       jQuery('a[href*="#"]').live('click',function() {
       ```
   
 * Looking forward to a 4.5-friendly update!
 * Thanks!
 * Garth
 *  Thread Starter [r-evo](https://wordpress.org/support/users/r-evo/)
 * (@r-evo)
 * [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/#post-7315099)
 * Thank you for advice.
 * It came to work safely when I changed instructions street of it.
 * I thank you.
 *  Thread Starter [r-evo](https://wordpress.org/support/users/r-evo/)
 * (@r-evo)
 * [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/#post-7315100)
 * Because it was settled, it is closed.

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

The topic ‘It does not work in wordpress4.5’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/camera-slideshow_d3dcd0.svg)
 * [Camera slideshow](https://wordpress.org/plugins/camera-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/camera-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/camera-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/camera-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/camera-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/camera-slideshow/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [r-evo](https://wordpress.org/support/users/r-evo/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/it-does-not-work-in-wordpress45/#post-7315100)
 * Status: resolved