Home Forums Theme support lambada theme – Media modal uses full image size Reply To: lambada theme – Media modal uses full image size

Hi Vincent,

Curious though, if WordPress uses this medium sized image for its Media modal, why would a theme unset this version

Yes, I know, but we have to take care of what our clients want, and most of them have big problems with too much images on their server.

Is there a way to disable this unset in a child theme? So we are able to update flawlessly in a next update?

Yes, you can do that. The only thing you have to add to the functions.php file in the child theme is this code:

remove_filter('intermediate_image_sizes_advanced', sevenleague_filter_image_sizes');

Do you an ETA for the next update 2.0.1 (where the mobile menu undenting is also fixed) ?

This is already done…