• Website using the plugin: 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)
  • 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, 5 months ago by burroughsc.
    • This reply was modified 8 years, 5 months ago by burroughsc.
    • This reply was modified 8 years, 5 months ago by burroughsc.
Viewing 1 replies (of 1 total)

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