Zen Cart Logo
Forums / All Other Contributions/Addons / AJAX IMAGE Swapper support thread

AJAX IMAGE Swapper support thread

Views: 172,482

Results 281 to 300 of 786
8 Jul 2008, 3:56 PM
#281
oakwood avatar

oakwood

New Zenner

Join Date:
May 2008
Posts:
85
Plugin Contributions:
0

AJAX IMAGE Swapper support thread

Oakwood:

OK, #1 & 2 were not that hard, a couple of changes to the Ajax Image Swapper css code, but most importantly, the images had to be re-uploaded, which I was overlooking.

Well, I take that back, #1 was easy, but when I resized the small images, they overlapped.

8 Jul 2008, 10:11 PM
#282
arquetipo avatar

arquetipo

New Zenner

Join Date:
May 2008
Posts:
20
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hello everyone,

I think that this Mod is one of the best ones I've ever met, it really improves my online shop.

Sadly I have trouble with explorer when loading this page http://www.piperitahouse.com/menta/index.php?main_page=product_info&cPath=8_17&products_id=25

Line 131: The object doesnt accept this property or method (I'm translating directly from spanish, maybe the error displays different in english).

Jaycode, did you take a look at my webpage? Any idea of what is going on?

Thank you all for your help. Really.

Jacobo Fitz-James Stuart.

9 Jul 2008, 9:00 AM
#283
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Oakwood:

Well, I take that back, #1 was easy, but when I resized the small images, they overlapped.

Without seeing the site my best guess is to search your main template style sheet for .back and play around with that. The only problem is that new products for X and several other boxes use those settings.

No doubt Jay can tell you exactly what line to comment out to remove the large images. I poked around on it for a while and was unsuccessful in finding it

9 Jul 2008, 3:35 PM
#284
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

greydawgjr:

Without seeing the site my best guess is to search your main template style sheet for .back and play around with that. The only problem is that new products for X and several other boxes use those settings.

No doubt Jay can tell you exactly what line to comment out to remove the large images. I poked around on it for a while and was unsuccessful in finding it

Go to includes/pages/product_info/jscript_2_imageViewer.js and comment up line 72. Hope this helps.:smile:

10 Jul 2008, 3:17 AM
#285
oakwood avatar

oakwood

New Zenner

Join Date:
May 2008
Posts:
85
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

That worked perfectly!!!
The file was in includes/modules/pages/product_info/jscript_2_imageViewer.js though, took me a minute to find it.

That code killed both birds, I resized the small images to not overlap and made it so the medium image was not clickable.

Thanks!!!

11 Jul 2008, 7:17 AM
#286
john4 avatar

john4

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

halo,jay.
I have another problem.The image quality become very low after uploaded.Is there any solution?thx:D

15 Jul 2008, 1:37 AM
#287
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I was trying to figure out is there away to add magic zoom to your mod? If so how do i go about doing that.

15 Jul 2008, 7:23 AM
#288
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

dscott1966:

I was trying to figure out is there away to add magic zoom to your mod? If so how do i go about doing that.

I've thought about it myself and really I don't think the two would be that hard to marry the two together, however magic zoom's license expressly prohibits altering its source code.

There's an AJAX image swapper feature wish list if you want to discuss it further here:
http://www.zen-cart.com/forum/showthread.php?t=99541

I know I'm certainly interested in the idea...

15 Jul 2008, 5:40 PM
#289
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

Guys, just added a very important update - get version 3.1.3 if you use AIS with radio buttons - it won't be a hard update, you just need to re-upload the files and that's it...

I think the next small development should be focusing on better image quality eh? AIS 3.1.4, here I come! (man that sounded so geek! :D)

16 Jul 2008, 12:05 AM
#290
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

Re: AJAX IMAGE Swapper support thread

Oakwood:

That worked perfectly!!!
The file was in includes/modules/pages/product_info/jscript_2_imageViewer.js though, took me a minute to find it.

That code killed both birds, I resized the small images to not overlap and made it so the medium image was not clickable.

Thanks!!!

:clap:Congrats man!:clap:

17 Jul 2008, 10:15 PM
#292
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

forwardtrends:

How can I have the attributes change the image AND have thumbnails on the page? Any easy way to do this?

Here's an example page from the site - we want the thumbnails on there too:

http://www.slimperfect.com/index.php?main_page=product_info&cPath=1&products_id=1

Thanks

If I understand you right you want the thumbnails of the images of the other attributes to display under the medium image. Is that correct? If so then you need to select no on the use attributes in the image swapper. That will display all the images associated with the product and then they can select their attribute based on the image they see. (You will need to delete the images you have to do this)

Alternatively, you can upload all the images under every attribute. That way if they change attributes the image will swap and they will have access to the other images as well for quick comparison. Hope that makes sense...

18 Jul 2008, 4:29 PM
#293
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

dscott1966:

I was trying to figure out is there away to add magic zoom to your mod? If so how do i go about doing that.

I got the magiczoom to work with this mod. The only thing is it takes out the lightbox effect, there is no clicking of the image.

24 Jul 2008, 12:39 AM
#294
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I do have question i have images that are 1280 by 799 and a couple a little larger , the thing is i want to keep the large image at the size they are, but they keep getting reduced to like 799 by 489.

How do i keep all my large images at there size with out getting reduced.

25 Jul 2008, 11:51 PM
#295
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

dscott1966:

I do have question i have images that are 1280 by 799 and a couple a little larger , the thing is i want to keep the large image at the size they are, but they keep getting reduced to like 799 by 489.

How do i keep all my large images at there size with out getting reduced.

You can upload the image as you would through AIS then simply replace the images in your /images/large directory with the image of your choice through ftp.

26 Jul 2008, 4:29 AM
#296
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

greydawgjr:

You can upload the image as you would through AIS then simply replace the images in your /images/large directory with the image of your choice through ftp.

Thank you that worked perfectly.

26 Jul 2008, 4:31 AM
#297
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

dscott1966:

I got the magiczoom to work with this mod. The only thing is it takes out the lightbox effect, there is no clicking of the image.

I fixed it to work with lightbox also.

Can be seen here using both: http://dealz-r-us.com/index.php?main_page=product_info&cPath=2_3&products_id=2

27 Jul 2008, 11:49 PM
#299
greydawgjr avatar

greydawgjr

New Zenner

Join Date:
May 2008
Posts:
65
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I've moved my attributes boxes from their default location so that they display on the side of the image rather than below it by editing the tpl_product_info_display.php file (and my stylesheet of course). However, my images now fail to load. Does anyone have any idea why this might be?

28 Jul 2008, 1:57 AM
#300
monkeypeach avatar

monkeypeach

New Zenner

Join Date:
Jul 2008
Posts:
44
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Sorry to sound stupid, but in the readme file, it states in the installation section:

  1. Read (& follow) point I.3 above, copy & paste everything inside the folders
    into your website's root folder.

Do I simply copy the whole AJAX_image_swapper_v3.1.3 folder in to my root folder, or do I need to place each individual file in the correct place myself?

Thanks.