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

AJAX IMAGE Swapper support thread

Views: 172,483

Results 421 to 440 of 786
26 Dec 2008, 2:37 AM
#421
dreamlex avatar

dreamlex

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

AJAX IMAGE Swapper support thread

Hello

I am using AIS mod - I am wondering where to take the green arrow button out and just have images line up in rows?

thanks

26 Dec 2008, 4:43 AM
#422
greydawgjr avatar

greydawgjr

New Zenner

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

Re: AJAX IMAGE Swapper support thread

dreamlex:

Hello

I am using AIS mod - I am wondering where to take the green arrow button out and just have images line up in rows?

thanks

The simplest way would be to replace the two arrow images with some 1x1 gifs with the same name that match your background color making them there but invisible. You can then adjust their padding by modifying the AIS css file on lines 39 and 44.

The arrows are placed by javascript so if you simply delete the images your page may not only display broken image links but also javascript errors. If you wish to eliminate them you can modify the js file found in zen_cart_folder/includes/modules/pages/product_info/jscript_2_imageViewer.js. Change lines 129 and 160 where it says 'display' , 'block' to read 'display' , 'none' instead.

30 Dec 2008, 3:27 PM
#425
dscott1966 avatar

dscott1966

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

greydawgjr,

I got an answer on that image problem that you were helping me out on. Here is what i got.

$products_image_medium
I doubt the value of this variable is set correctly unless the currently operating code explicitly sets it. See if you can find the product main image display file or function; that has the steps to disassemble the value provided by $listing->fields['products_image'] and convert it to the medium image name.
If you have any facility with PHP, you can probably use standard functions to strip and save the last 4 characters from $listing->fields['products_image'], add '_MED', and restore the extension. This presumes a 3-character extension, but that's a pretty safe bet.

Note: "echo" is your friend while working on this, to see what the actual value of a variable is at different stages of the process.

Can you make heads or tells on what is going on. I've tried and cannot figure it out maybe you can.

Thanks for all your help

14 Jan 2009, 2:54 AM
#426
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

just installed the ais on my zc1.3.8a test site. it was already set up with images.

seems to working, but the blue border bleeds over my option selection boxes. see here: **http://tinyurl.com/9ymkd7

**is there anyway to prevent that? i tried reducing the image width which changed the image size but the blue border didn't change.

also when i click on the image to see the full size it replaces the current window with an image... how do i set it to come up in a "popup" window box on top of the current window?

thanks!

14 Jan 2009, 7:25 PM
#427
dscott1966 avatar

dscott1966

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

gsdcypher:

just installed the ais on my zc1.3.8a test site. it was already set up with images.

seems to working, but the blue border bleeds over my option selection boxes. see here: **http://tinyurl.com/9ymkd7

**is there anyway to prevent that? i tried reducing the image width which changed the image size but the blue border didn't change.

also when i click on the image to see the full size it replaces the current window with an image... how do i set it to come up in a "popup" window box on top of the current window?

thanks!
In your style sheet on this line( stylesheet.css (line 558) Look for this:

#rightFloat{

float:left;
width:45%;

and change so it says float:right

on the second part try enabling lightbox that should help, i think because that is what i use.

14 Jan 2009, 8:14 PM
#428
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

cool. thanks for css fix.

so lightbox is another mod i have to get right? is that what opens a larger image in a "popup" window? does that also do that magnification thing on the mouse over???

should i install the fual slimbox (lightbox) version?

thanks.

15 Jan 2009, 2:18 AM
#429
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

i have enabled the fual slimbox lightbox that was installed when i installed ais, but it is not functioning. when i click on an image to view a larger image, it still just replaces the current window with a new window...

any ideas???

thanks.

15 Jan 2009, 5:49 PM
#430
dscott1966 avatar

dscott1966

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

gsdcypher:

i have enabled the fual slimbox lightbox that was installed when i installed ais, but it is not functioning. when i click on an image to view a larger image, it still just replaces the current window with a new window...

any ideas???

thanks.This would be my idea because i do not know any other way sorry but i would just uninstall ais then in stall fuel slimbox first and make sure it is working properly. Then install ais then you should have no problem. That is the only thing i can tell you.

15 Jan 2009, 5:49 PM
#431
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Follow up: Also the ais looks and works fine (except for the lightbox portion) in FF, but in IE 7 it is completely broken.

Thanks.

19 Jan 2009, 11:55 AM
#432
jaycode avatar

jaycode

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

gsdcypher:

Follow up: Also the ais looks and works fine (except for the lightbox portion) in FF, but in IE 7 it is completely broken.

Thanks.

Fixed this bug, and a few others. Updated the module, check out AIS 3.1.4.

IT NOW HAS BETTER IMAGE QUALITY!!! WOOHOO!!!:clap:
Still lots of dev jobs ahead for this module though...

Thanks for all your support! :smile:

Jay

19 Jan 2009, 6:32 PM
#433
chuckwa avatar

chuckwa

New Zenner

Join Date:
Apr 2008
Posts:
42
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

jaycode:

Fixed this bug, and a few others. Updated the module, check out AIS 3.1.4.

IT NOW HAS BETTER IMAGE QUALITY!!! WOOHOO!!!:clap:
Still lots of dev jobs ahead for this module though...

Thanks for all your support! :smile:

Jay

Great news Jay! Are these official changes basically the same as the unofficial patch released earlier in this thread? Any other improvements? (I've already applied the unofficial graphics fix, just wanting to know if I'm gaining something else by upgrading the official release)

20 Jan 2009, 6:10 AM
#434
jaycode avatar

jaycode

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

Chuckwa:

Great news Jay! Are these official changes basically the same as the unofficial patch released earlier in this thread? Any other improvements? (I've already applied the unofficial graphics fix, just wanting to know if I'm gaining something else by upgrading the official release)

Agh looks like I been inactive in the forum for far too long, I didn't take note of the unofficial patches :shocking:

  • Fixed image display bug on IE - when you started with images IE will display the product info page all wrong, fixed that.
  • Better image quality (at last!!)
  • Popup image on admin when you clicked on thumbnails.
  • Automatically resize all your products' images when you use "setup images" in admin.
  • Tested with Image Handler 2! watermarking is yet to work with large images.
    These above are the list of updates.

Could you kindly post up the updates you installed maybe I can incorporate them to this module?

20 Jan 2009, 3:48 PM
#435
john4 avatar

john4

New Zenner

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

Re: AJAX IMAGE Swapper support thread

jaycode:

Agh looks like I been inactive in the forum for far too long, I didn't take note of the unofficial patches :shocking:

  • Fixed image display bug on IE - when you started with images IE will display the product info page all wrong, fixed that.
  • Better image quality (at last!!)
  • Popup image on admin when you clicked on thumbnails.
  • Automatically resize all your products' images when you use "setup images" in admin.
  • Tested with Image Handler 2! watermarking is yet to work with large images.

These above are the list of updates.

Could you kindly post up the updates you installed maybe I can incorporate them to this module?

You are great Jay, I am very happy for this latest update. The AIS is one of the best module for Zencart which I used b4. :clap:

20 Jan 2009, 9:19 PM
#436
chuckwa avatar

chuckwa

New Zenner

Join Date:
Apr 2008
Posts:
42
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hi Jay, posts 381 and 387 have the two patches that have been released.

I'm not technical, so maybe someone else could explain what they did. My understanding is they improved image quality by changing the image resizing program and fixed a bug when it came to displaying photos in portrait layout.

24 Jan 2009, 7:39 PM
#437
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Location:
Vegas Baby!
Posts:
311
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hi -

I've just installed AJAX Image Swapper v.3.1.3 and I have a few problems - first of all, I have 3 Zen Lightbox's my dropdown in Admin > Configuration. I'm thinking I'm not supposed to have 3???

I have 2 image swappers on my page :(

Look here to see my page

I realize I probably uploaded a file to the wrong place, or something...I found the file placements a little hard to follow. I would appreciate any help to fix this. I'd really like to use it.

25 Jan 2009, 6:34 AM
#438
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

quick question... when you have a product with multiple images and you click on one of the images to make it larger... how to you get the text prev and next to show in the lightbox so you can navigate through the pictures in large format?

i have seen that on other zen cart sites. but on mine it only shows the close x text... :blink:

also. anyone know the css to get the cursor to change when you mouse over an image so it indicates the image can be clicked? it works in FF but not in IE7...

thanks.

25 Jan 2009, 9:41 AM
#439
jaycode avatar

jaycode

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

Chuckwa:

Hi Jay, posts 381 and 387 have the two patches that have been released.

I'm not technical, so maybe someone else could explain what they did. My understanding is they improved image quality by changing the image resizing program and fixed a bug when it came to displaying photos in portrait layout.

Thanks, will try looking at them...:smile:

25 Jan 2009, 9:51 AM
#440
jaycode avatar

jaycode

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

CharInLasVegas:

Hi -

I've just installed AJAX Image Swapper v.3.1.3 and I have a few problems - first of all, I have 3 Zen Lightbox's my dropdown in Admin > Configuration. I'm thinking I'm not supposed to have 3???

I have 2 image swappers on my page :(

Look here to see my page

I realize I probably uploaded a file to the wrong place, or something...I found the file placements a little hard to follow. I would appreciate any help to fix this. I'd really like to use it.

  1. you might want to download version 3.1.4 from my site.
  2. run the sql uninstallation for fual slimbox (available on sql_installer.sql), remove all the files you installed, then reinstall everything. To install this module, simply copy all the files & folders inside all the following directories:
    zen_cart_files, mootools_on_* and edit your templates/tpl_product_info_default.php (see installation notes)
  3. Or simply make use of my installation service (scroll down)

Good luck :wink: