[Plugin: NextGEN Scroll Gallery] Scroll Gallery Caption Proble
-
Hi I am having the same problems as other users using themes where the descriptions are breaking the gallery.
I understand it is because my theme is replacing the custom wordpress content filters. This is shown in my themes shortcode.php file:
`/* Remove the 2 main auto-formatters */
remove_filter('the_content', 'wpautop');
remove_filter('the_content', 'wptexturize');/* Before displaying for viewing, apply this function */
add_filter('the_content', 'webtreats_formatter', 99);
add_filter('widget_text', 'webtreats_formatter', 99);I have tried deleting these lines, which fixes the scrollGallery but then it breaks the rest of my sites shortcodes.
Is there a way round this? Is it possible to add anything to nggScrollGallery.php to fix this?
Thanks.
The topic ‘[Plugin: NextGEN Scroll Gallery] Scroll Gallery Caption Proble’ is closed to new replies.