I am facing problem please help me out,
I have installed it on my admin , when i click on the category dropdown box i can not see any product on the second box, please help me out for this
Printable View
I am facing problem please help me out,
I have installed it on my admin , when i click on the category dropdown box i can not see any product on the second box, please help me out for this
Can someone please give me some insight on what is happending here.
My product listing images are coming up small H:75 W:56, i have it set for w:160 H:300. Now why is it coming the small size which would be the size for the additional images on the product info page. But when i change the size it also changes the size for the small additional images on the product info page which intern is to big.
How do i go about changing things so that the images on the product listing page is set to the right height and width without affecting the other images, meaning the small images on the product info page?
They seem to work together.:cry:
any link? If I remembered correctly (hey its been awhile since I worked on this!) they share the same variables so what you might want to do is to replace SMALL_IMAGE_WIDTH and SMALL_IMAGE_HEIGHT throughout the module and change them with your own variable say AIS_SMALL_IMAGE_WIDTH and AIS_SMALL_IMAGE_HEIGHT.
dont forget to set the variables by adding a file under includes/extra_configures/ with anyname and add these code:
define('ASC_SMALL_IMAGE_WIDTH', 75);
define('ASC_SMALL_IMAGE_HEIGHT', 56);
Not understanding what you mean by changing the sizes throughout the module. Do i go through the image swapper mod, looking through every file? I really don't know what i will be looking for. I'm new to this, i can understand how to follow directions when i know what i'm looking for. Can i get a little more help (LOL).
Sorry for not knowing what you mean. Anyway here is a look see at the product listing page,
http://dealz-r-us.com/index.php?main...dex&cPath=2_24
and here is a look see at the product info page,
http://dealz-r-us.com/index.php?main...products_id=55
Once again the small images are the same size and if i change the small images on the product listing page, it also changes the ones on the product info page. Is there a simpler way of changing this. or is there a specific file that controls this. because i'm at a loss at what your telling me to do at the top. :cry:
Hi John,
Since you've tested this can you provide a little more feedback so that we can continue to tweak the quality issues? Also if you can provide the GD version your server is using that would be a big help. Also, are the images you're resizing the same aspect ratio as the image dimensions you're resizing to?
Thanks
Here's a sneak peak of the modified AIS file I posted on the previous page so that you can decide whether or not it's a worthwhile upgrade before going through the work of replacing the file.
(The original I've included has a larger file size than the forum allows for upload (it's about 104k) so the image you see here will have been resized by the upload so it won't be a quite fair comparison. I believe the resized ones will be left alone though so hopefully it'll provide some idea)
Good luck!
*edit*
The images in the attached thumbnails box are the original followed by the medium resized image. The image in the Attached Images box is the thumbnail in its full size. Admittedly this particular image doesn't scale down that far very well but a picture of a shoe or t-shirt would look much better.
Hi City,
I'd double check all the files to make sure that they're in their proper locations. If a function like that isn't working it's almost guaranteed to be a missing file or a file in the wrong location. The first file I'd double check is Ajax_image_swapper.php which should be located directly in the admin folder, followed by the files under mootools_on_admin and move outward from there...