btuck044
Forum Replies Created
-
I can also confirm this is not compatible with WP 4.3.
I was able to get it working again by commenting out the following line inside of the sb_preserved_markup.php file.
add_filter('the_editor_content', array( 'MP_WP_Preserved_Markup', 'fix_wysiwyg_content' ), 1);
Forum: Plugins
In reply to: [Videopack] Replace Original with h264 Feature not Working.Awesome yeah seems like the development version is working now. Thank you!
Cais,
I am getting this error on multiple client sites. Where our RSS feed is not validating correctly because of your <!– ngg_resource_manager_marker –>
You can see an example here: https://www.homeimprovementsunlimited.net/blog/feed/
I have put a fix on some of our sites but that means I can’t update the plugin. If you could please put this fix in an update release that would be great. I know multiple others who have seen this issue. It would be a big help.
All you need to do is simply change in your class file class.photocrati_resource_manager.php the function print_marker() to what I have below.
function print_marker() { if(is_feed()) return; print $this->marker; }
Then it will work fine and this issue will cease for anyone experiencing the same thing as me.
Thank you
Same exact thing happening here with the newest version over 2.0 We had a log file reach up to 24GB. Had to roll back to version 1.9.1 Next Gen gallery. Caused major problems.
Please get this issue resolved with the next release.