NextGen gallery shortcodes not working
-
I’m sure this problem is well known to most of us…
“One of the filter that deactivates all the shortcodes in the nextgen gallery breaks nextgen shortcodes whenever there is the_content hook involved within any other shortcode that is on the same page as NGG shortcodes. This will happen to any theme that has this kind of shortcode which involves fetching post content from any post type.”
There was a workaround that does not work anymore…
“To fix this, nextgen gallery plugin core files will have to edited and maintained to remove this filter until NGG adds it to the core. Edit wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_shortcode_manager.php, find and delete the following code:
add_filter('the_content', array(&$this, 'deactivate_all'), 1);
I use RPS Include Content and Post Content Shortcodes plugins, and both shortkodes kill NextGen Gallery shortkode and the above sollution does not work anymore. Can anyone tell me what the sollution is now?
- The topic ‘NextGen gallery shortcodes not working’ is closed to new replies.