Re: 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.
1 Attachment(s)
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.
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
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/
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...age_swapper.js
Line 576
Line 576 in AJAX_image_swapper.js is
var categoryID = document.getElementById('categoryID').value;
Any ideas?
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!
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?
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
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...age_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.
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-worldwid...roducts_id=129
any suggestions?
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
"
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.