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

AJAX IMAGE Swapper support thread

Views: 172,483

Results 541 to 560 of 786
19 Aug 2009, 9:50 AM
#541
archiem avatar

archiem

New Zenner

Join Date:
Jun 2009
Posts:
11
Plugin Contributions:
0

AJAX IMAGE Swapper support thread

I'm afraid I don't know the answer, but my swapper has broken too. It was fine, but now instead of resizing images, it makes each one in a set larger and larger, until the last one which in the light box fills the whole screen and some.

In the area where you upload your images, jay's iframe is broken and that is giving exactly the same message as you describe.

19 Aug 2009, 10:47 AM
#542
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

i have a layout problem,

i set the small image size, it shows on its correct size,
i set both padding and margin to only 1px

but there's much space between the small image and its border, i dont find where to modify it,

from the html, i see this:
<a id="image_small_link-0" class="back image_small" style="height: 75px; width: 75px; display: block;" rel="lightbox[gallery]" title="nice dvd">
<img height="36" width="27" style="" src="images/dvd/dvd1.jpg"/></a>

but there is no "75px" in my css files ! what do i modify that height: 75px; width: 75px ?

here is the picture, any help would be appreciated.

19 Aug 2009, 11:57 AM
#543
archiem avatar

archiem

New Zenner

Join Date:
Jun 2009
Posts:
11
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

archiem:

I'm afraid I don't know the answer, but my swapper has broken too. It was fine, but now instead of resizing images, it makes each one in a set larger and larger, until the last one which in the light box fills the whole screen and some.

In the area where you upload your images, jay's iframe is broken and that is giving exactly the same message as you describe.

Also I have done a compare of my files and the original and nothing is out. The original picitures I put up are still working, but the new ones I tried yesterday and today are having the problem of growing bigger instead of being resized, I have not added any contributions or changed my site in any way. I have just finished my site and just need to put up additional images, so now I am a bit fed up with it.

http://silvercabinet.co.uk/

19 Aug 2009, 7:54 PM
#544
tmdelia avatar

tmdelia

New Zenner

Join Date:
May 2005
Posts:
69
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Got this installed, but when I try to use the Admin->Catalog->AJAX Image Swapper Manager and select a Category, the Product name dropdown is not populated.

Firebug is reporting the following error:

document.getElementById("categoryID") is null

http://www.mydomainisprivate.com/dev/myprivateadmin/includes/javascript/AJAX_image_swapper.js
Line 576

Line 576 in AJAX_image_swapper.js is

var categoryID = document.getElementById('categoryID').value;

Any ideas?

19 Aug 2009, 10:44 PM
#545
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Thanks for the input archiem

I guess its just the message from the iframe but the drop down box for me isnt getting populated with my products too. They just have the category but no product within... just like tmdelia's problem... hopefully i can figure this out soon.

Thanks agaiN!

20 Aug 2009, 3:47 PM
#546
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

hello, after i have tabbed products installed, my ajax image swapper doesn't work anymore, is it possible to run both ais and tpp?

20 Aug 2009, 11:04 PM
#547
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

tmdelia:

Got this installed, but when I try to use the Admin->Catalog->AJAX Image Swapper Manager and select a Category, the Product name dropdown is not populated.

Firebug is reporting the following error:

document.getElementById("categoryID") is null

http://www.mydomainisprivate.com/dev/myprivateadmin/includes/javascript/AJAX_image_swapper.js
Line 576

Line 576 in AJAX_image_swapper.js is

var categoryID = document.getElementById('categoryID').value;

Any ideas?

Hey i kinda found a solution. It used to work on FIREFOX only but i tried using IE and the menu wouldn't populate. Now FIREFOX doesnt work and IE does. Try using a different browser to see if the menu populates. It worked for me. Just kinda weird that FF used to work and not IE and now its switched.

22 Aug 2009, 7:31 PM
#548
jgdovin avatar

jgdovin

New Zenner

Join Date:
May 2009
Posts:
36
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I have an issue, just installed image swapper, had lightbox before guess I should have read a little better, anyway lightbox is now no longer working, no problem I will use fual slimbox or something when I have time, but if you look at my products page I have set up one item with multiple images so far and it just keeps trying to load the images even after they are shown (indicated by the rotating loading circle thing) and you cant swap between images because of this.

http://www.police-equipment-worldwide.com/index.php?main_page=product_info&cPath=4_54&products_id=129

any suggestions?

22 Aug 2009, 8:50 PM
#549
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: AJAX IMAGE Swapper support thread

it's not finding this

<img class="indicator_image" src="images/web_images/indicator.gif"/>

You also need to watch your code errors. IF the image is there, it may not be working because of the trailing / in the img call. br should be <br /> while images should be <img blahblah>

If you're going to use a quote in the description, you need to use

"

22 Aug 2009, 9:33 PM
#550
jgdovin avatar

jgdovin

New Zenner

Join Date:
May 2009
Posts:
36
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I looked at the source and saw that class="hoverbox" was still there in the image, so I turned off hoverbox 3 and it started working correctly :-D

Also the <img /> tag is being produced by the script itself, and not to start a war or be nasty about anything but if you check http://www.w3schools.com/tags/tag_IMG.asp the xhtml compliance for img tags does include a trailing /.. all tags that do not have a closing bracket use this trailing / to close the tag.

22 Aug 2009, 10:04 PM
#551
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: AJAX IMAGE Swapper support thread

you are correct. I left out the preceding space that some folks get when they do a search for /> and replace with " />" to fix the br problem.

25 Aug 2009, 5:17 AM
#552
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

:yuck: the mod stopped working again.... does anyone know why the menu doesnt populate when you try to add an image? I did a clean install as well. Nothing is working....

26 Aug 2009, 4:53 AM
#553
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

iiinycboi:

:yuck: the mod stopped working again.... does anyone know why the menu doesnt populate when you try to add an image? I did a clean install as well. Nothing is working....

What browser are you using?

Do you have many problem in the admin with connecting to the server?

26 Aug 2009, 5:02 AM
#554
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I have been using AJAX image swapper for a few months now. All is great.. No complaints very happy.

I recently tried to install Tabbed Products Pro

I have tried a couple of the mod versions and now have installed Version: v1.05.

This has completely killed Ajax Image swapper. It is as if Ajax image swapper has not loaded at all and it reverts to standard zen cart in the product information section. It loads the image (not inside ajax box), attributes no longer work, fuel slimbox doesn't work, the enlarge hover feature doesn't work. etc..

Has or is anyone successfully using these 2 mods together?

I'm not a programmer so don't know where to begin resolving this issue.

26 Aug 2009, 3:59 PM
#555
david_canham avatar

david_canham

New Zenner

Join Date:
Aug 2009
Location:
Brandon, Florida
Posts:
24
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

This is my first Zen cart install. The initial install is fine and I'm trying to ad the AJAX Image Swapper and have a few questions.

Where do the .sql installers go? in the root?

And where do the files in the fual slimbox v0.1.5 go in the script

I am running Zen Cart 1.3.8 and the only updates have been the latest security patch.

The template is the free zen cart "Glacial Age"

http://reliant-one.com

26 Aug 2009, 5:30 PM
#556
david_canham avatar

david_canham

New Zenner

Join Date:
Aug 2009
Location:
Brandon, Florida
Posts:
24
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Let me rephrase my question:

I'm installing AJAX Image Swapper v. 3.1.4
and have copied all the files but the ones in documents_and_extra_files/fual slimbox v0.1.5 documentation/

to wit

css folder
images folder
js folder

I'm not sure where these go OR are they only for the readme.html?:unsure:

26 Aug 2009, 6:27 PM
#557
david_canham avatar

david_canham

New Zenner

Join Date:
Aug 2009
Location:
Brandon, Florida
Posts:
24
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

OK I got it installed but get an internal server error when trying to access the manager under the catalog tab and only half of it seems to be there. I have the Zen Lightbox disabled. Is there any one here that can help or is this a dead thread?

27 Aug 2009, 3:52 AM
#558
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hi,

I suggest that you re-read the installation instructions and repeat the installation.

The .sql files are uploaded through your admin area in Zen cart.

Login to your admin, Tools > Install SQL patches. Upload the file and press go.

You need to make sure that IF you renamed your admin folder.(As suggested in the security patch you applied on Zen Cart) That you also did this to you Ajax Image swapper folder mod where your folder name is admin.

You need to ensure that you name ALL folders in the AIS MOD called your_template are named that of 'your' template name.

Connect to your site via FTP and go to admin/includes/template

if there is a folder called some thing like Glacial Age (your live and working template) you must name the your_template folder in the AIS Mod to the exact folder name you have for the Glacial Age folder.

Normally, there is a few other folders in there also like classic, template_custom, template deafult. Leave these. the Glacial Age (or however it is named) folder loads first.

It shouldn't matter at all which template your using in regards to ajax image swapper working.

Re Upload the AIS via a good FTP program like filezilla (it's free).

To see if it is working.. you should have 2 menu options in your admin section.

Login to zen cart admin. Check : Configuration > Ajax Image Swapper

AND

Catalog > Ajax Image Swapper Manager.

If any menu missing it is not installed correctly.

Fuel Slimbox I would suggest to leave on while testing. When working then disable.

27 Aug 2009, 3:53 AM
#559
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Muzz:

I have been using AJAX image swapper for a few months now. All is great.. No complaints very happy.

I recently tried to install Tabbed Products Pro

I have tried a couple of the mod versions and now have installed Version: v1.05.

This has completely killed Ajax Image swapper. It is as if Ajax image swapper has not loaded at all and it reverts to standard zen cart in the product information section. It loads the image (not inside ajax box), attributes no longer work, fuel slimbox doesn't work, the enlarge hover feature doesn't work. etc..

Has or is anyone successfully using these 2 mods together?

I'm not a programmer so don't know where to begin resolving this issue.

Yellow1912 has been nice enough to help me with my problem. I will update with any revelations!

27 Aug 2009, 7:28 AM
#560
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Muzz:

What browser are you using?

Do you have many problem in the admin with connecting to the server?

I use Firefox the newest upgrade. Everything was fine up until 2 weeks ago? With internet explorer the menu populates but it will say unknown error has occured and the page will stop running.

The only problem i get is the menu not populating correctly.

That is the only problem i have with the admin menu. I tried google chrome and opera browsers and the menu does not populate. I didnt change any files at all, and i tried a clean install as well.