Title: Hover Text &#8216;hellip&#8217;
Last modified: June 8, 2017

---

# Hover Text ‘hellip’

 *  [Studio Above](https://wordpress.org/support/users/studioaboven/)
 * (@studioaboven)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hover-text-hellip/)
 * Website using the plugin: [https://www.studioabove.nl](https://www.studioabove.nl)
   
   WordPress Version :4.7.5 Instagram Slider Version : 1.4.0 Theme Name : Blend 
   My Problem : the hover text on the images is showing the word ‘help’ on the and
   of it in stead of 3 dots or the full text.
 * Some place where I can edit this? Or is it a bug? Would like to see it fixed 
   as soon as possible! 🙂
 * Others with the samen problem? What did you do?

Viewing 1 replies (of 1 total)

 *  [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/hover-text-hellip/#post-9706966)
 * Version 1.4.0 – This is a problem caused by trying to strip out non alphanumerics
   in instaram_sliper.php (yes that is how the author spelt the filename).
 *     ```
       774  $short_caption = wp_trim_words( $caption, 10 );
       775  $short_caption = preg_replace("/[^A-Za-z0-9?! ]/","", $short_caption);
       ```
   
 * Line 774 trims words and appends &hellip.
    Line 775 stripes the ampersand to 
   leave ‘hellip’
 * Ideally needs **[&;]** added to the preg_replace.
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).

Viewing 1 replies (of 1 total)

The topic ‘Hover Text ‘hellip’’ is closed to new replies.

 * ![](https://ps.w.org/instagram-slider-widget/assets/icon-256x256.png?rev=2602786)
 * [Social Slider Feed – Social Media Feed & Gallery Widgets](https://wordpress.org/plugins/instagram-slider-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-slider-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-slider-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-slider-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-slider-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-slider-widget/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/hover-text-hellip/#post-9706966)
 * Status: not resolved