bobbingwide / oik-nivo-slider

jQuery nivo slider
https://www.oik-plugins.com/oik-plugins/oik-nivo-slider-jquery-nivo-slider/
GNU General Public License v2.0
0 stars 0 forks source link

nivo slider formatting issues when attachment titles contain HTML tags #3

Closed bobbingwide closed 7 years ago

bobbingwide commented 8 years ago

Raised in the support forum. See https://wordpress.org/support/topic/1141-hiding-everything-but-the-image-on-subsequent-slides

Anton42 proposed a fix using preg_replace() instead of str_replace()

Note: I have yet to reproduce the problem as raised. I have found another issue.

bobbingwide commented 8 years ago

The other issue, which produces a similar problem is cause by passing the $alt variable to retimage() instead of a null value for the $width parameter. Until other evidence is provided I'll assume this is the problem that was reported.

NPC commented 8 years ago

Hi, thank you, this solved the problem that I reported.