Title: [Plugin: Auto ThickBox Plus] still not working
Last modified: August 20, 2016

---

# [Plugin: Auto ThickBox Plus] still not working

 *  Resolved [Jost](https://wordpress.org/support/users/vocalexpress/)
 * (@vocalexpress)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-auto-thickbox-plus-still-not-working/)
 * Hello from Hamburg, Germany – I am now on ATP ver. 0.8 and it is still not working.
   I checked the sourcecode an didn’t find the reason. I use it on [http://www.vocal-express.de](http://www.vocal-express.de)
   on every image (exept the gallery). I swiched all the other plugins on and off,
   but I can’t get ATP to work. Any sugestions?
 * [http://wordpress.org/extend/plugins/auto-thickbox-plus/](http://wordpress.org/extend/plugins/auto-thickbox-plus/)

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

 *  Plugin Author [attosoft](https://wordpress.org/support/users/attosoft/)
 * (@attosoft)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-auto-thickbox-plus-still-not-working/#post-2587004)
 * Hi vocalexpress,
 * Thanks for using Auto ThickBox Plus, and sorry for late reply.
 * > I use it on [http://www.vocal-express.de](http://www.vocal-express.de) on every
   > image (exept the gallery).
 * I checked your web site and found the site outputs the following error message.(“
   exept” is typo?)
 * `Uncaught Error: Syntax error, unrecognized expression: [href$=.mp3] (jquery.
   js)`
 * The error causes at `jquery.js`. ThickBox is jQuery plugin. This is the reason
   Auto ThickBox Plus plugin does not work.
 * Then I found the following code at `wpaudio.min.js` by debugging the issue.
 *     ```
           if (_wpaudio.convert_mp3_links) {
               jQuery('a[href$=.mp3]').addClass('wpaudio');
           }
       ```
   
 * The point is `jQuery('a[href$=.mp3]')`. This should be `jQuery('a[href$=".mp3"]')`
   or `jQuery("a[href$='.mp3']")` (note single/double quotations)
    - [WPaudio MP3 Player](http://wordpress.org/extend/plugins/wpaudio-mp3-player/)(
      Compatibility is **Broken**!)
    - [Attribute Ends With Selector [name$=”value”] – jQuery API](http://api.jquery.com/attribute-ends-with-selector/)
 *  Thread Starter [Jost](https://wordpress.org/support/users/vocalexpress/)
 * (@vocalexpress)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-auto-thickbox-plus-still-not-working/#post-2587031)
 * Sorry for the late answer. I was on a vacation.
    After the recent update, the
   issue is solved now. Thanks!! Milliways

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

The topic ‘[Plugin: Auto ThickBox Plus] still not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/auto-thickbox-plus_89754b.svg)
 * [Auto ThickBox Plus](https://wordpress.org/plugins/auto-thickbox-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-thickbox-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-thickbox-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-thickbox-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-thickbox-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-thickbox-plus/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jost](https://wordpress.org/support/users/vocalexpress/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-auto-thickbox-plus-still-not-working/#post-2587031)
 * Status: resolved