A row top position is off leaving too much white space above it
-
There is a row of white space after the 10th row. I believe the calculation of the top of the 11th row is just wrong. There aren’t any missing photos.
Also, some of the images didn’t load due to a problem with GD, which was giving an error about corrupt headers in some images. However these images appear just fine in the WordPress admin. The person uploading photos is probably doing something to cause corruption and certainly won’t be able to fix it.
I added ‘php_flag gd.jpeg_ignore_warning on’ to .htaccess to solve it, but I suggest adding a line to timthumb.php to prevent this, at line 1080:
ini_set(‘gd.jpeg_ignore_warning’, true);
$image = imagecreatefromjpeg ($src);The page I need help with: [log in to see the link]
- The topic ‘A row top position is off leaving too much white space above it’ is closed to new replies.