Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
garenor
tagDiv Member

I reverted to an earlyer version of this plugin also. Used 40-50 mb more ram. My site runs normally on 45 mb. I had to change it to at least 80 meg to run normally (with additional errors). Unacceptable for one plugin. Have to do some further testing.

garenor
tagDiv Member

Thanks Lucian!

I created a function in my child theme so that I don’t have to modify the original theme.


function childtheme_remove_filters(){
remove_filter( 'shortcode_atts_gallery', 'my_gallery_atts_modifier', 1 );
}
add_action( 'after_setup_theme', 'childtheme_remove_filters' );

Works like a charm!

garenor
tagDiv Member

And I just found out that it is not only gallery images. Also, freshly uploaded images seem to have the same issue (eg. featured image).

Viewing 3 posts - 1 through 3 (of 3 total)