Title: Caption/title problem with &#8230; (three dots)
Last modified: August 21, 2016

---

# Caption/title problem with … (three dots)

 *  [Niko23](https://wordpress.org/support/users/niko23/)
 * (@niko23)
 * [13 years ago](https://wordpress.org/support/topic/captiontitle-problem-with-three-dots/)
 * Hi,
 * Thanks for the latest update. However, I stumbled upon another bug while optimizing
   my WP-page. As mentioned in the [WP-source](http://core.trac.wordpress.org/browser/trunk/wp-includes/formatting.php)(
   line 19), WP replaces … (three dots) with decNCR & #8230; (…). This causes a 
   difference between the title and the caption text, even if they are the same.
   Therefore, the title is displayed twice in the lightbox overlay. A similar bug
   is already solved in your source jquery.lightbox.js on line 194:
 * `captionText = $.trim(captionText).replace('& #8217;', '& #039;').replace('’','\'');//
   http://nickjohnson.com/b/wordpress-apostrophe-vs-right-single-quote`
 * Fixing this bug only requires adding one more replace()-part:
 * `captionText = $.trim(captionText).replace('& #8217;', '& #039;').replace('’','\'').
   replace('…', '...'); //http://nickjohnson.com/b/wordpress-apostrophe-vs-right-
   single-quote`
 * works well with my browser. I first tried to replace directly the decNCR with
   three dots, but that did not worked.
    Took me a few hours to figure that out.
   Hope it helps you improve your awesome plugin even more. Greets!
 * (remove the free space between & and #039; for the proper decNCR code)
 * [http://wordpress.org/extend/plugins/wp-jquery-lightbox/](http://wordpress.org/extend/plugins/wp-jquery-lightbox/)

Viewing 1 replies (of 1 total)

 *  [ulfben](https://wordpress.org/support/users/ulfben/)
 * (@ulfben)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/captiontitle-problem-with-three-dots/#post-3834718)
 * Thanks, I’ll have a look at it.

Viewing 1 replies (of 1 total)

The topic ‘Caption/title problem with … (three dots)’ is closed to new replies.

 * ![](https://ps.w.org/wp-jquery-lightbox/assets/icon-256x256.png?rev=3274178)
 * [LightPress Lightbox](https://wordpress.org/plugins/wp-jquery-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-jquery-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-jquery-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-jquery-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-jquery-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-jquery-lightbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ulfben](https://wordpress.org/support/users/ulfben/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/captiontitle-problem-with-three-dots/#post-3834718)
 * Status: not resolved