Is NGG Selecting All Images on a Page?
-
It seems that NGG is selecting and acting on all images in our wp-admin area.
We have a set of plugins we’re developing that in one area has a custom image upload and display area. To do that, there is a kind of template included as in a div that is not visible and is copied by our AJAX scripts and modified to build additional image related output that is dynamically added to another div. The img tags in that template have replaceable parameters until the AJAX scripts insert the new image names.
The problem is that those are causing the following errors.
[29-Dec-2015 20:45:07 UTC] Sorry, but recursing filters on “the_content” breaks NextGEN Gallery. Please see https://core.trac.www.ads-software.com/ticket/17817 and NGG_DISABLE_FILTER_THE_CONTENT
These img tags in the temlate should have nothing to do with NGG, but clearly they are being selected and in some way acted upon that is causing the errors.
So, is there a way to tell NGG to stay away from those img tags or the div containing our tempate?
For the time being I’ve used temporary names for the tags instead of “img” and replacing that text also when using the template, but that’s awkward and I’m a bit concerned about NGG doing something with all images.
Chuck
- The topic ‘Is NGG Selecting All Images on a Page?’ is closed to new replies.