AIS is working on my site, however I've setup the images sizes in the admin->config, yet when I use AIS to upload the images it resizes them to squares... hmm what am I doing wrong?
Attachment 4502
Attachment 4503
Printable View
AIS is working on my site, however I've setup the images sizes in the admin->config, yet when I use AIS to upload the images it resizes them to squares... hmm what am I doing wrong?
Attachment 4502
Attachment 4503
Looking through this thread the problem is with the way the resize code is calculated. Images which are portrait are resized skewed (too thin).
Jcode I'm sure you're busy, but it wouldn't take long to quickly updated the code, especially as people are donating to you (hope you enjoyed your sushi from me!)
For the solution see page 26
http://www.zen-cart.com/forum/showth...=84145&page=26
With the MagicZoom and AIS mod from dscott1966 I'm get errors in IE7. You can zoom the first image, however the rest don't want to zoom. Has anyone else seen this? Any ideas?
At the very end of the update_sql_installer.sql file
"ALTER TABLE products_attributes_images ADD products_id_no_attribute INT NOT NULL AFTER products_attributes_id;"
I get an error on import because there is no table "products_attributes_images"?
there is a table "products_attributes" and then inside that a column titled "attributes_iamges"...
Can you advise me in manually achieving what it is I need to do in the db.
Sorry, disregard the last post... figured out I was using the wrong sql file (I thought the fresh.sql was going to remove any existing attribute images etc.)
Hello All.
I am working on a new ecommerce website and I have a problem with the AJAX image swapper function and get it to work the way I want it, especially to work harmonously with IH2.
First of all I have tried to read pretty much every reply to this thread trying to find the answer to my question(s) and if the answer it's hidden within I apologize in advance for repeating the questions and my oversight.
1. First of all I'd like to know why I have a rectangle surrounding the image item. I have tried to look for a way to remove this box but I can't. I suspect the spacing between the image and the bottom line of the box is so other images of the product can be placed within.
Example: http://www.bcboardshop.com/index.php...&products_id=2
Which takes me to my next question:
2. I have placed an image of 8100600_wiserplaid_back.jpg within the same dir as 8100600_wiserplaid.jpg which is the main image name, but I am not seeing the AJAX image swapper recognizing this additional image and thus is not displaying it below the main image. What am I doing wrong?
3. Bonus question :) -- I obviously enjoy the way IH2 smoothes images out and while I can make IH2 handle the smoothing of images for items that do not have attributes, I can't with items that do contain attributes and which AIS handles natually. Has anyone been able to play around with both products to find out a way to get it to work harmonously?
Any help is greatly appreciated!
PS. I don't have zen lightbox installed, only slimbox, if that makes a difference.
Here are the solutions for my previously asked questions:
1. The box is handled by the #image_viewer entry within css/styles_ajax_image_swapper.css
2. The issue was that I was loading the additional images manually but AIS uses an internal database for additional images. The additional images need to be entered from within the AIS picture manager as additional images for that same product.