Code: Select all
<div class="product-layout product-list col-xs-12">
<div class="product-thumb">
<div class="image">
<a href="http://www.server.com/store/index.php?...">
<img src="image/cache/catalog/filename-228x.png" class="img-responsive" /></a>
...
As for the PHP errors:
On the top of the page output:
Code: Select all
Warning: imagecreatetruecolor(): Invalid image dimensions in /html/store/system/library/image.php on line 105Warning: imagealphablending() expects parameter 1 to be resource, boolean given in /html/store/system/library/image.php on line 108Warning: imagesavealpha() expects parameter 1 to be resource, boolean given in /html/store/system/library/image.php on line 109
...plus many more
Code: Select all
2016-03-07 1:02:26 - PHP Warning: imagecreatetruecolor(): Invalid image dimensions in /html/store/system/library/image.php on line 105
2016-03-07 1:02:26 - PHP Warning: imagealphablending() expects parameter 1 to be resource, boolean given in /html/store/system/library/image.php on line 108
2016-03-07 1:02:26 - PHP Warning: imagesavealpha() expects parameter 1 to be resource, boolean given in /html/store/system/library/image.php on line 109
...and again, many more