AbanteCart Community

Shopping Cart Operations => Support => Topic started by: macat on August 13, 2013, 03:45:35 AM

Title: Image Bug??
Post by: macat on August 13, 2013, 03:45:35 AM
I am having a problem with 1 product image, I have deleted it and uploaded it several times but no matter what I do I am getting a shadow/mirror image behind it when I use the zoom, can't figure out why.  It is only this one image that is doing it??

http://fostermamas.com/store/index.php?rt=product/product&path=5&product_id=6

See screenshot below:
Title: Re: Image Bug??
Post by: abolabo on August 13, 2013, 05:20:37 AM
system->settings->appearance->main image width/height?
Title: Re: Image Bug??
Post by: macat on August 13, 2013, 05:45:49 AM
Hi,
See screenshot below for those setting, what is weird about it is all of the magnet images are 500x500 but only that one is doing that:


system->settings->appearance->main image width/height?
Title: Re: Image Bug??
Post by: abolabo on August 13, 2013, 06:02:49 AM
First two settings product image thumb width/height must to change image size. I checked it on 1.1.7(development) - it works. What is your version of Abantecart?
Title: Re: Image Bug??
Post by: macat on August 13, 2013, 03:03:43 PM
I am using 1.1.6 is there any way to fix it?


First two settings product image thumb width/height must to change image size. I checked it on 1.1.7(development) - it works. What is your version of Abantecart?
Title: Re: Image Bug??
Post by: abolabo on August 13, 2013, 06:39:22 PM
looks like you loaded image with transparent background..
i guess you should to fill background my white color.
it's not a bug.
Also you can try to edit css class "cloud-zoom-big", for ex to set background color under background-image.
Title: Re: Image Bug??
Post by: macat on August 13, 2013, 07:56:53 PM
Just curious, all of the magnet images are transparent and all are png's, why is only that one doing it?


looks like you loaded image with transparent background..
i guess you should to fill background my white color.
it's not a bug.
Also you can try to edit css class "cloud-zoom-big", for ex to set background color under background-image.
Title: Re: Image Bug??
Post by: Basara on August 14, 2013, 01:56:23 AM
Just curious, all of the magnet images are transparent and all are png's, why is only that one doing it?

Try to open it in editor and save again in .png
PNG format has different types of background filling and also can be multi layered. Just try to save it with different settings
Title: Re: Image Bug??
Post by: macat on August 14, 2013, 02:30:39 AM
Thank you for the suggestion ... I went ahead and added a background-color to the zoom as recommended and that took care of it, if I have any other problems I will try your idea!!

Any ideas where I can change the way the date displays on the site, I want it to look like this:  08/13/2013 instead of  13/08/2013?


Just curious, all of the magnet images are transparent and all are png's, why is only that one doing it?

Try to open it in editor and save again in .png
PNG format has different types of background filling and also can be multi layered. Just try to save it with different settings
Title: Re: Image Bug??
Post by: abolabo on August 14, 2013, 05:50:10 AM
Any ideas where I can change the way the date displays on the site, I want it to look like this:  08/13/2013 instead of  13/08/2013?

date format takes from languages/english.xml file. key: date_format_short.
You can set your own format. See details here (http://ua.php.net/manual/en/function.date.php)
but... it's off topic... create a new, please.