ok so they told me they just updated to PHP 5.2.5 and I should just get the newest version of Zencart....I'm using 1.3.8a though...
ok so they told me they just updated to PHP 5.2.5 and I should just get the newest version of Zencart....I'm using 1.3.8a though...
OK so after spending the last 3 hours on my test site, starting over with no mods installed, and then reinstalling them one by one... I found that Image Handler is causing the problem. Not sure which file, but the minute I uploaded the IM2 files, the borders on my product listing images disappeared.![]()
If I delete the functions_bmz_image_handler file, borders come back, upload it, borders disappear......?
Could one of those functions have hard-coded in it an <img> or <a> tag with borders set to none? That would override stylesheet settings.
If this is the case, adding !important to the border property in your stylesheet will reassert control. If that doesn't work, the problem is something else.
I don't see anything hard coded with borders, and the files have never been modified... adding !important does not work either...
I meant hardcoded with NO borders.
Update: I tested this on a fresh install on the default template with nothing installed except colum grid layout and image handler and couldn't get borders to show at all....
Finally got borders to show on product listing images (and not Sold Out buttons) by using this:
.centerBoxContentsProducts a img {
border: 8px solid #000000;
}
Still no idea why .listingProductImage stopped working