Regenerating Fix
-
hi,
after changing width and height to medium image size, the regenerate function told me that images with images size exists.I founded the problem in the file class.admin.php at line 623
I moved this code before foreach and not after.// Only if not all sizes if( is_array( $thumbnails ) ) { // Fill the array with the other sizes not have to be done foreach( $meta_datas['sizes'] as $name => $fsize ) { $metadata['sizes'][$name] = $fsize; } }
After this change everything worked as expected.
Hope this help.
.ghttps://www.ads-software.com/extend/plugins/simple-image-sizes/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Regenerating Fix’ is closed to new replies.