Allow html captions for Flexslider
-
Hello,
I have been using Metaslider for quite a while now, thanks for this great software!
One thing that bugs me though: Could you please allow html captions when using Flexslider? I have adapted the code myself for this purpose:
inc/metaslider.flex.class.php: if (strlen($slide[‘caption’])) $return_value .= “<p class=’flex-caption’>” . html_entity_decode($slide[‘caption’]) . “</p>”;
html_entity_decode does the trick nicely. I think this code change might be useful to many other users as well.
Thanks so much,
Martin
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Allow html captions for Flexslider’ is closed to new replies.