html in target page titles brokes appearance of slider
-
SRS uses target page title when creating alt for image link. But if page title contains tags like
<br>
or<small>
alt attribute breaks slider layout. It’s advisable to changesimple-responsive-slider.php
by wrappingget_the_title()
on lines 148 and 151 (as of version 0.2.2.2) intostrip_tags()
function to prevent the effect of html tags.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘html in target page titles brokes appearance of slider’ is closed to new replies.