-
Re: AJAX IMAGE Swapper support thread
Wondering if someone knows how to turnoff the www.webextremecustomiser.com update check for the image swapper. The www.webextremecustomiser.com server has gone down a couple times in the 2 days and when I need to input anything in image swapper it lags out and error's.
Not planning on leaving it off permanently. Just want to be able to do my work.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Muzz
Wondering if someone knows how to turnoff the
www.webextremecustomiser.com update check for the image swapper. The
www.webextremecustomiser.com server has gone down a couple times in the 2 days and when I need to input anything in image swapper it lags out and error's.
Not planning on leaving it off permanently. Just want to be able to do my work.
You Could If you edit the File admin/AJAX_image_swapper.php
And Place <?php /* At the Beginning of line 65 <iframe
and Close it with */?> at the end of 66 </iframe>
I thought in no way do I feel this is a ethical thing to do for long term but Under the circumstances. Jay has worked Very hard on this mod and Deservers the credit
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Korem
Image swapper and Internet Explorer.
I not sure if I'm the only one experiencing this problem so i guess let post and see if any one else is.... OK Here is the issues.
2 Browsers Fire fox & Internet Explorer.
Viewing tpl_product_info_display with Image Swapper Using fire fox. Works Great every time :clap:
Viewing tpl_product_info_display with Image Swapper Using Internet Explorer. the image only loads the Second time you click it. For example you change the Attribute from the default to One of the 15 in the list you see the Quick flash of the O Loading and Blank. you Click off of it and select a different one and you see the Quick flash of the O Loading and Blank. You then select a Previous One that you have already tried and Viola:bigups: you have the picture and it will work every time until you close your browser. i have striped my site down to just image swapper and the db and it still dose it.
Test Striped Down site
http://bestcomputerbiz.com/marlaynecandlestest
Live site
http://marlaynecandles.com/
Any help or ideas Appreciated
Well It seems that no one else is having this problem or no one has any ideas on fixing it. The work around I have found to work in the interim is on the TLP_Product_info_display.php
Replacing this
Quote:
require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php');
With
Quote:
<?php
/**
* display the product atributes
*/ if (isset($_SERVER['HTTP_USER_AGENT']) &&
(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php');
else
require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php');
}
?>
What this is doing is if your web browser is internet explorer it is not using the image swapper
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Korem
You Could If you edit the File admin/AJAX_image_swapper.php
And Place <?php /* At the Beginning of line 65 <iframe
and Close it with */?> at the end of 66 </iframe>
I thought in no way do I feel this is a ethical thing to do for long term but Under the circumstances. Jay has worked Very hard on this mod and Deservers the credit
Thanks for that.
I would like to keep the version/update check on at all times.. but as mentioned his server has been going up and down and is again today.
I donated for this mod and want to be able to use it when I need to without issue. I'm likely to edit the code back to check for version updates and if the server is stable will leave it on.
Thanks again for your help and Jay for making a great mod.
-
Re: AJAX IMAGE Swapper support thread
Sounds like you are adding the image of the product in the products section (catalog > catagoories & Products > your product) rather than adding it in the Ajax image swapper manager. (Catalog > Ajax Image swapper manager > select category > product name >
Use attributes? YES. Select attribute. Download image to your desired location.
You should have your image uploaded in BOTH product itself and in the image swapper. (2 different images also.. don't use same one. Copy it and rename one)
Ensure your images put into the AJAX image swapper have a value greater than 0 kilobytes to know if they uploaded correctly or not.
Perhaps you have followed these steps already.. but worth checking.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Muzz
How you go in the end?
I had no issues with IE in regards to the framing of the pictures.
Was your issue cached in IE?
No, Still having issues it is with IE 6, just testing with IE 8, however my site is selling new computers, chances are customers will be using an old computer/browser to view the site with, -sigh
-
Re: AJAX IMAGE Swapper support thread
When uploading images into Catalog/AJAX Image Swapper I am getting the following message.
Warning: copy(../images/framing_equipment/im300p_02.jpg) [function.copy]: failed to open stream: Permission denied in /home/fram3it/public_html/admin/includes/functions/extra_functions/ais_image_functions.php on line 15
I have v3.1.4.
The images are loading but with this error msg.
-
Re: AJAX IMAGE Swapper support thread
Hi All,
We have AJAX Image Swapper v3.1.4 installed and it is working well in our ZC.
We are FTPing images onto our site and then using "Setup Images" in Catalog/AJAX Image Swapper to load them into the AIS DB.
The "Image Title" and "Image Path" is being displayed correctly in the Image Information panel but there are no images (all 0x0 with an image of torn paper!!!).
Can any one help otherwise we will need to use the Image Information panel to load images one-by-one:frusty:
-
Re: AJAX IMAGE Swapper support thread
Hello, does anybody know how to keep the boxes from overlapping?..please see http://www.cavalrycustom.com/zencart...roducts_id=276
thanks so much!!!
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Tim2
Hi All,
We have AJAX Image Swapper v3.1.4 installed and it is working well in our ZC.
We are FTPing images onto our site and then using "Setup Images" in Catalog/AJAX Image Swapper to load them into the AIS DB.
The "Image Title" and "Image Path" is being displayed correctly in the Image Information panel but there are no images (all 0x0 with an image of torn paper!!!).
Can any one help otherwise we will need to use the Image Information panel to load images one-by-one:frusty:
You will need to load them one by one through AJAX image swapper. If you edit any image you will also need to upload it through the swapper and NOT upload manually and replace as medium and Large images need to be re created.
-
Re: AJAX IMAGE Swapper support thread
Hi all, can someone save me from having to read 52 pages of this thread by answering a simple question.... Is this AIS mod compatible with Image Handler 2 ?
I abandoned the old Zen Cart .jpg _MED.jpg _LRG.jpg ages ago since discovering IH2.
Anyone??
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
limelites
Hi all, can someone save me from having to read 52 pages of this thread by answering a simple question.... Is this AIS mod compatible with Image Handler 2 ?
I abandoned the old Zen Cart .jpg _MED.jpg _LRG.jpg ages ago since discovering IH2.
Anyone??
Good to know! That system is meant to be abandoned, for real!:cool:
Yes this module works with IH2, up to some point.
http://demosites.webextremecustomise...image_swapper/
Hovering on small images will enable you to see the larger images.
But watermarking still not work
The compressions, are pretty much the same
After you installed AIS module, manage all your images from AIS admin, don't use IH2 admin anymore.
-
Re: AJAX IMAGE Swapper support thread
Jaycode,
Do you still offer support for you Banner Swapper? It doesnt seem to work with SSU or any other SEO modules.
Thx...
-
Re: AJAX IMAGE Swapper support thread
Yep I do, could you send me a link?
-
Re: AJAX IMAGE Swapper support thread
Features
Quote:
Availability in no Javascript browsers.
In checking your demo site with JS disabled, the Product Description will not display any image(s) at all; was using FF 3.x.
Wasn't sure if that happens with other Browser and wanted to mention it.
-
Re: AJAX IMAGE Swapper - Blue Images
We have installed AIS and it is working fine however when some images are enlarged they have a blue hue to them. Can you advise why this is occuring?
Thanks
Tim
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
jaycode
Yep I do, could you send me a link?
Hi there,
animeheavens.co.uk is the domain. I have it disabled at the moment since it is not displaying any image so please let me know when you are online and I will enable it.
All the best...
-
Image scroller not showing
No doubt I have missed something silly but I have just installed this add-on to my home test server. (and yes I did donate)
It looks as if it will be just what I am looking for to answer a customers request. That is to show a tee shirt logo on different coloured T shirts without needing to have each version as a separate product.
The attribute pop up works fine and clicking on the main image opens the large image OK but alas no scroller. The main image is shown but in the space below where I assume the scrolling image go I just have a blank space. No small images or scroll bars, or even anything to suggest something is trying to show there but failing for some reason.
Using WAMP in case anyone is aware of limitations with this BTW with PHP5.2.8 Product and Admin page mootools libraries are installed. As far as I can tell I have got all the files installed.
I do have three images against the product. These are in images/large in the format baboonwhite.jpg so no capitals. I uploaded the large image using the small image box as seems, rather unintuitively, to be what is required.
-
Re: Image scroller not showing
Quote:
Originally Posted by
redbaronuk
No doubt I have missed something silly but I have just installed this add-on to my home test server. (and yes I did donate)
It looks as if it will be just what I am looking for to answer a customers request. That is to show a tee shirt logo on different coloured T shirts without needing to have each version as a separate product.
The attribute pop up works fine and clicking on the main image opens the large image OK but alas no scroller. The main image is shown but in the space below where I assume the scrolling image go I just have a blank space. No small images or scroll bars, or even anything to suggest something is trying to show there but failing for some reason.
Using WAMP in case anyone is aware of limitations with this BTW with PHP5.2.8 Product and Admin page mootools libraries are installed. As far as I can tell I have got all the files installed.
I do have three images against the product. These are in images/large in the format baboonwhite.jpg so no capitals. I uploaded the large image using the small image box as seems, rather unintuitively, to be what is required.
Just a quick update in case anyone else had this problem.
Originally I had both the attributes option and the image swapper for the main image enabled and loaded with images. As I did not require both I went back and stripped out the attribute images. This time the scroller worked fine :clap:
Said it was probably something simple. Of course if I had required both I would have been buggered.
-
Re: Image scroller not showing
Quote:
Originally Posted by
redbaronuk
Just a quick update in case anyone else had this problem.
Originally I had both the attributes option and the image swapper for the main image enabled and loaded with images. As I did not require both I went back and stripped out the attribute images. This time the scroller worked fine :clap:
Said it was probably something simple. Of course if I had required both I would have been buggered.
Good Work! :laugh:
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Berserker
Hi there,
animeheavens.co.uk is the domain. I have it disabled at the moment since it is not displaying any image so please let me know when you are online and I will enable it.
All the best...
Hi Berserker, yep I am online now, send me an email (to jay aatt webextremecustomiser dott com) when you have enabled it back.
-
Re: AJAX IMAGE Swapper support thread
HI I am just install the AIS.
I am not using English so I use other encoding which cannot be read with UTF-8
Is it possible to change the encoding for slimbox and AIS?
And one more when I click the slimbox it show with half screen shadow not full screen how to fix?
Thanks:D
-
Re: AJAX IMAGE Swapper support thread
-
Re: AJAX IMAGE Swapper support thread
Hi,Jay!
Today I installed AIS,but I had a problem during installing "sql_installer.sql", such as:
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
Regards,
Haven:clap:
-
Re: AJAX IMAGE Swapper support thread
Please help, I'm new to zen cart. I tried searching but i don't know the exact term to search for so i get all other answers.
Can someone tell me how to actually use ajax image swapper?
I followed the installation instructions and install went smoothly.
Can someone tell me how to actually upload a product and extra images because i have 3 different colors for the product. I tried to do this and i get double of everything i did.
And when i click on the product it goes into a blank page.
my website is www.bumbumm.com
Thank you, any help is appreciated.
-
Re: AJAX IMAGE Swapper support thread
Disregard the post above, i got it to work. I think i forgot a step in installation process.
I deleted my whole server and uploaded my backup again. Then i reinstalled it and it worked. I really dont know what i did differently but it works now.
The only thing is my admin menu has 2 AJAX swapper does anyone know how to take one out ? Thanks for this great mod!
-
Re: AJAX IMAGE Swapper support thread
I am watching my DB through phpmyadmin after pressing SETUP in the AIS manager. It seems that after 20-30 products it stops. Are there any settings that I need to change so that it will always do all of the products?
Thanks
-
Re: AJAX IMAGE Swapper support thread
There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.
Any help wo9uld be appreciated
-
Re: AJAX IMAGE Swapper support thread
Do you have a web link to your website to check out?
-
Re: AJAX IMAGE Swapper support thread
Hi Jay and others,
I have quick question.
I would like to hardcode into the mod some text that would appear above or below the every product image when viewing a product.
'Click on image to enlarge'
Many people have said this is not obvious that it can enlarge.
I assume this is quite simple but I don't want to break anything and thought best to ask advice.
web link: www.yodgee.com.au
Thanks for any input.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
archiem
There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.
Any help wo9uld be appreciated
In regard to the hover feature which displays a medium size image when mouse over. Are you using and other javascript? or mods using javascript. Check where your javascript is located for the ajax mod. This could prevent hover from working. If so I don't know solution other than removing other javascipt from that folder. But could be a possibility as was for me.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
Muzz
Hi Jay and others,
I have quick question.
I would like to hardcode into the mod some text that would appear above or below the every product image when viewing a product.
'Click on image to enlarge'
Many people have said this is not obvious that it can enlarge.
I assume this is quite simple but I don't want to break anything and thought best to ask advice.
Thanks for any input.
Sorted it out myself as I hadn't heard any responses for couple days.. nothing seems broken.
Just in case someone else would like to do this:
Edited the tpl_modules_ajax_image_viewer.php file.
Added: <?php
Echo "Click image to enlarge";
?>
just after:
<?php
include(DIR_WS_MODULES . 'AJAX_image_swapper.php');
?>
<div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT + 10)?>px">
<!-- bof Zen Slimbox v0.1 btyler 2007-12-04 -->
-
Re: AJAX IMAGE Swapper support thread
I've read most of the posts regarding 1146 errors with PHP. When I replaced all of the lines of the tpl_product_info_display.php and loaded my page, I got the following error:
1146 Table 'jgreen23_products.products_attributes_images' doesn't exist
in:
[SELECT options_id FROM products_attributes a , products_attributes_images i WHERE a.products_id = 56 AND i.products_attributes_id = a.products_attributes_id ORDER BY i.image_sort_order]
Does anyone know how to correct it or what I am missing?
-
Re: AJAX IMAGE Swapper support thread
Also, nothing happens when I press the Setup Images button in the admin.
-
Re: AJAX IMAGE Swapper support thread
hello, i try this nice mod on my site, get an issue
when i open the product info page with url http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
archiem
There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.
Any help wo9uld be appreciated
You'll be better off with fual slimbox if you use AIS. Too many conflicts with lightbox.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
bear1728
hello, i try this nice mod on my site, get an issue
when i open the product info page with url
http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url
http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?
Your host needs to set your site up to accept either, but make sure you have identical URLs in both configure files.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
bear1728
hello, i try this nice mod on my site, get an issue
when i open the product info page with url
http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url
http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?
if i open my site without "www", i get an error information:
error on url
http //www .site.com/zencart/includes/modules/pages/product_info/jscript_ajax_image_swapper.js
line 188
says i don't have pemission
here are the codes around line 188:
if (window.ActiveXObject) {
xHRObject.open("GET", url + "?" + url_string, true);
xHRObject.onreadystatechange = getData;
}
else if (window.XMLHttpRequest) {
xHRObject.onreadystatechange = getData;
xHRObject.open("GET", url + "?" + url_string, true);
any help?
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
bear1728
if i open my site without "www", i get an error information:
error on url
http //www .site.com/zencart/includes/modules/pages/product_info/jscript_ajax_image_swapper.js
line 188
says i don't have pemission
here are the codes around line 188:
if (window.ActiveXObject) {
xHRObject.open("GET", url + "?" + url_string, true);
xHRObject.onreadystatechange = getData;
}
else if (window.XMLHttpRequest) {
xHRObject.onreadystatechange = getData;
xHRObject.open("GET", url + "?" + url_string, true);
any help?
As above I would check with your webhost. Seems to be some issue with permissions on that level.
Your host may say nothing to do with them (As usually this is most webhosts responses) etc.. try to speak with a lead tech.
Other than that I can't image what could cause your problem.
I assume you have checked all your file paths?
Do you have an SSL certificate installed ? All paths https instead of http ?
Have you changed your file or folder permissions on and of your zen cart?
-
Re: AJAX IMAGE Swapper support thread
Ajax image swapper is broken? I set up everything correctly and its been working for like 4 months. Today it stopped working it shows up this error when i try to add new image to products.
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
When i goto the author's website i get the same message as well?
Did the site go down or something? And if the site goes down how does that affect my website with the mod? Does it have to communicate with the author or it will shut down?
Thanks for any input or solutions!
-
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.
-
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.
-
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....
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
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?
-
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.
-
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
-
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:
-
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?
-
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.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
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!
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
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.
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
iiinycboi
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.
hmmm..
When you say the admin is not connecting to the server.. what exactly are you referring to?
www.yoursite.com/admin ?
or AFTER you login your trying to use the AJAX mod and it is not connecting?
IF it is the later I noticed that the www.webextremecustomiser.com website is down. The AIS mod connects to this website to check for updates. If it cannot connect it causes problems and you can't use mod.
You should make note of this edit and what you have done to change it back to check for updates.
You Could If you edit the File admin/AJAX_image_swapper.php
And Place <?php /* At the Beginning of line 65 <iframe
and Close it with */?> at the end of 66 </iframe>
This will also allow AIS to work in full in chrome, Firefox and IE.
-
Re: AJAX IMAGE Swapper support thread
Hi, I want to make it so that in the product Info page if diferent colours are available for a product, if you click on the different colour options the picture changes according to the colour option as seen here:
http://t o d a y s f a s h i o n ltd.co.uk/products/N6827.html
(Without the Spaces)
Is this possible with Ajax image swapper???
But for some reason i cant find where to download it :no: looked in the downloads area butcant seem to find it :no:
Your help will be greatly appreciated.
Thanks
-
Re: AJAX IMAGE Swapper support thread
-
Re: AJAX IMAGE Swapper support thread
Great :clap: Thanks for the quick response
Looking through this thread, is this mod working fine at the moment because the main page at:
http://www.webextremecustomiser.com/...&products_id=1
Says internal error will this effect this mod?
Thanks
-
Re: AJAX IMAGE Swapper support thread
No it wont effect the mod working.
You may need to disable the update check (A simple code edit) for the mod in your admin after installation.
This checks the webextremecustomer website server. If server down the mod won't load but if disabled will work no problems.
You can check previous comments in this support thread on how to do that.
-
Re: AJAX IMAGE Swapper support thread
I'm having problems with this mod and am not sure where it's going wrong.
One thing I did think of was the fresh_sql_installer file ...
My database has table prefixes so I'm wondering if this is an issue?
So would I have to change all the tables in the fresh_sql_installer file to reflect this?
Example:
INSERT INTO configuration_group
(configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible)
Would become:
INSERT INTO prefix_configuration_group
(configuration_group_id, prefix_configuration_group_title, prefix_configuration_group_description, sort_order, visible)
-
Re: AJAX IMAGE Swapper support thread
Hi hope somebody can help :bigups:
Installed this mod, and added attributes to the product. It seems to be working fine. Picture changes when i click on the different radio boxes.
But:
My Light box isnt working now :no: iam using Light box 1.5
Also the border around the picture looks kinda big. Tried changing it it Config -> AJAX Image Swapper. Than & messing with the mediem width & height & i just get a really long border, or big border around a small image. Does anyone know who to make the picture look bigger & not the border, and is it possible to get rid of the border???
Heres a link:
http://t o d a y s - f a s h i o n .co.uk/index.php?main_page=product_info&cPath=1&products_id=1&zenid=7b39f4c843d4f08357b 139c63ad9f372
WITHOUT THE SPACES
Hope somebody can help. :clap:
Thanks
-
Re: AJAX IMAGE Swapper support thread
Search this thread for lightbox and you'll find that it's been know for some time that lightbox and AIS don't get along at all.
Remove lightbox and add fual slimbox.
-
Re: AJAX IMAGE Swapper support thread
Hi, thanks for getting back to me :bigups:
Do i need to install fual slimbox, or is it already included with AIS?
As when i remove Zen lightbox, the Fuel lightbox seems to work but there is a green arrow under the picture, how would i get rid of this?
Also when i click on a image the dark area behind the picture doesnt fill the whole screen.
Is this because i need to install fual slimbox or is it a setting issue?
Thanks :clap:
-
Re: AJAX IMAGE Swapper support thread
Hi guys, AJAX Image swapper was working ok, and the i changed the admin folder, and now the images wont load/swap is this an easy fix?
http://www.stringersystems.co.uk/ind...&products_id=7
click here to configure, then when you choose a case the image should change/update, but it doesn't :(
thanks in advance guys and girls :)
-Mitch
-
Re: AJAX IMAGE Swapper support thread
Does anyone have an updated installation document? I have AJAX Image Swapper 3.14. I am not sure I am installing the mod correctly, I only see the Ajax Image Swapper link under my zc configuration tab. Any assistance would be greatly appreciated.
-
Re: AJAX IMAGE Swapper support thread
update, also im my admin area it will not let me upload any more images, it allows me to choose the category but when i try to choose a product from the dropdown menu there is nothing there :( please please help this is really frustrating and my site is suffering.:( thanks in advance :)
-
Re: AJAX IMAGE Swapper support thread
maybe i could remove it and re-install it? how would i go about removing the sql query? any help would be very much appreciated thanks in advance :)
-mitch
-
Re: AJAX IMAGE Swapper support thread
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
TheBuz
no-one :( :'(
Hi Buz, sorry for the (very) late reply... have you tried viewing the admin area on IE?
The admin needs to be improved a lot I agree... I have customised the module to this http://www.fit2bmom.com/maternity-to...cross-top.html Admin of this new version works in IE and safari, and it relates to stock by attributes module - AND you can finally add discounts to attributes!!
Too bad I haven't had the chance to turn it into module - toooo busy these days!!!
Try uninstalling the module by running the commented DELETE statements in the sql.
Cheers,
Jay
-
Re: AJAX IMAGE Swapper support thread
Anyway, we do offer installation service you know, just donate (ooops no promotion here, explained on the site) and I'll get back to you with the offer.
Please check your hosting php version before you go. Consult with me if you need to know a good hosting company having all AIS needs (where you'll get unlimited bandwidth and space for small monthly fee)
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
jaycode
The admin needs to be improved a lot I agree... I have customised the module to this
http://www.fit2bmom.com/maternity-to...cross-top.html Admin of this new version works in IE and safari, and it relates to stock by attributes module - AND you can finally add discounts to attributes!!
When you end up adding the attribute discounts to the mod let us know. This could be very handy!
Having an option to disable attributes would also be a great add on :)
-
Re: AJAX IMAGE Swapper support thread
Quote:
Originally Posted by
jaycode
Hi Buz, sorry for the (very) late reply... have you tried viewing the admin area on IE?
The admin needs to be improved a lot I agree... I have customised the module to this
http://www.fit2bmom.com/maternity-to...cross-top.html Admin of this new version works in IE and safari, and it relates to stock by attributes module - AND you can finally add discounts to attributes!!
Too bad I haven't had the chance to turn it into module - toooo busy these days!!!
p
Try uninstalling the module by running the commented DELETE statements in the sql.
Cheers,
Jay
Hi Jay, i have tried i have tried IE and it is exactly the same as FF . i have tried removing the SQL statements and tried to run them again but still a no go, i have also reinstalled all the pages and JS (just in case) but that wasn't the issue either :( it allows me to choose "category" then nothing changes in "Product name" and the images have stopped loading on the product info page. there's only 2 things i can think of that i changed
1 my site was hacked, (however i restored a back-up, so i dont think that is the issue)
2 I changed my admin address
could that be the issue?
thanks jay :)
-mitch
-
Re: AJAX IMAGE Swapper support thread
Hi There,
Yes your admin folder for Ajax should be changed to your new folder name and sounds like that is causing issues... I don't think it is connection issues through the browser to the server cause it would either work or not.. wouldn't half work or be buggy.
-
Re: AJAX IMAGE Swapper support thread
Hi, i hope somebody can help me :bigups:
I installed Ajax image swapper everything seems ok, but i cannot get ir to work with Lightbox.
I tried:
If your site is currently using a lightbox, copy the files inside Documents_and_extra_files/zen_lightbox.patch/
Read fual slimbox documentation for more info (Available on folder Documents_and_extra_files)
4. In includes/templates/YOUR_TEMPlATE/templates/tpl_product_info_display.php, do the following:
(If file not found, copy the file tpl_product_info_display.php from template_default/templates/)
replace:
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
with
require($template->get_template_dir('/tpl_modules_ajax_image_viewer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_viewer.php');?>
replace:
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
with:
require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php'); ?>
As in the read me, but still no luck :no:
Looked into the "Documents_and_extra_files" -> "fual slimbox v0.1.5 documentation" and noticed a CSS folder. Inside there is a stylesheet file, i dont want to replace my original stylesheet, so do i need to cut a portion of this stylesheet and paste into my own style sheet???
Than i also tried turning lightbox off and using slimbox, displays ok in firefox, sometimes the dimmed color behind the lightbox sometimes breakup creating half a dimmed background nehind the lightbox. Tried it in I.E but no picture is shown and displays error. :frusty:
Really want Lightbox to work with Ajax Image Swapper but if not Slimbox would be O.K if dimmed background stops breaking up & works in I.E
But ideally Lightbox would be best :D
Please help, this is driving me crazy :bigups:
Thanks
-
Re: AJAX IMAGE Swapper support thread
Several times throughout the thread, it's mentioned that Image Swapper does not play well with Zen Lightbox.
You will need to use Fual Slimbox instead.
-
2 Attachment(s)
Re: AJAX IMAGE Swapper support thread
Thanks it works great :clap:
It it best to uninstall Lightbox?
I noticed if i scroll down, than click on the image the dimmed background breaks up behind the image is there something i can do to prevent this?
Also the picture looks ok but ony displays border around the picture below & right but no border on the Left and Top, does anybody know how this can be sorted out???
-
How to display the selected attribute in cart?
Hello, I sell t-shirts and have different colors for each design. When someone selects a color and adds it to their cart it does not show the color t-shirt they selected. Does anyone know of a way to display the selected attribute image in the shopping cart instead of the default first image? I think this would help customers not be confused when they are looking at their shopping cart contents so they don't do a double take to make sure they are ordering the right color. Any help would be appreciated. Thank you.
http://Muncheys.com/t-shirts
-
Re: AJAX IMAGE Swapper support thread
Have you associated an image with the attribute?
-
Re: AJAX IMAGE Swapper support thread
Hello, sorry about that, I just created a product so you can see what I am talking about. Choose a color instead of the default color black and add it to your cart. As you can see it will display the default color black in the shopping cart instead of the other color you have chosen.
-
Re: AJAX IMAGE Swapper support thread
I'm having problem whit this mod in Internet Explorer.
As you can see live at: http://www.brollopsnatten.se/index.p...&products_id=8 there is no image aper in Internet Explorer. But it works great in Fier fox. Can some one please help?
-
Re: AJAX IMAGE Swapper support thread
Problems in IE are no surprise. IE is a curse on the surfing public.
If it looks good in Firefox, it's generally because Firefox is more forgiving of our code sins. Start by fixing all the code errors on the site.
And, while you're at it. You may want to remove lightbox as well.
-
Re: AJAX IMAGE Swapper support thread
Hy!
I need my small images to be shown vertical on the left and medium picture on the right.
I've managed to get it working through css
Code:
#image_viewer {
width: 500px;
border: 1px solid #cccccc;
margin:5px;
padding:5px;
}
#image_medium_container {
float : right;
width : 370px;
height: 380px;
text-align:center;
}
.image_small {
border: none;
text-align:center;
margin-left:3px;
margin-right:3px;
cursor: pointer;
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.image_medium {
cursor: url(../images/zoomin.cur);
}
#image_nav_container {
float: left;
width: 100px;
height: 380px;
padding-top:5px;
text-align:center;
but have a problem. I still have some empty spacing under the containers. I've narrowed it down to this: my config settings are medium_height=380px and small_height=75px nad I get image-viever height 465px. So, it calculates med_height+small_height+padding=total_height
How do I make it not calculate height but use a predefined value? I've tried adding height: 390px under #image_viever but nothing happened.
What can I do?
Here's a screenshot of the problem...
http://i47.tinypic.com/2a4xny1.gif
-
Re: AJAX IMAGE Swapper support thread
Doup!
Where else would it have been? Is there an easier solution?
OK, changed it under includes/templates/MY_TEMPLATE/templates/tpl_modules_ajax_image_viewer.php on line 4... :bangin::bangin:
Now I just have to play around with my other values to make it perfect...
-
Re: AJAX IMAGE Swapper support thread
After installing this mod, my product information does not show up. When I click on a category with a product, there isn't anything where the description of product should be...just a blank page in the middle..no images, no product description...no nothing where there should be at least the basics of the product.
Has anyone had this issue? If so, could you please direct me in the correct way of fixing this?? I am not sure I installed this correctly...apparently not or I wouldn't be having this issue.
Thanks
-
Re: AJAX IMAGE Swapper support thread
Update:
I reinstalled the mod, at least my product description is showing up!
Where the image should be, I have a large empty box with the little circle going around and around, but no image. What do I do now?
Thanks,
-
Re: AJAX IMAGE Swapper support thread
I figured it out...I had to upload the images I wanted to use in the admin "Ajax Swapper Manager" in the admin catalog. Looks like I'm on the right track now. :clap:
-
Re: AJAX IMAGE Swapper support thread
Hello, I have installed ajax. but its coming with empty box.. i can see the next /prev/ product listing button.
wen i go to admin and click setup images or clean up button nothing happens.
Need some help here
Thanks
Gary
-
Re: AJAX IMAGE Swapper support thread
Also i would like to create a different page which shows all categories with images which allows to explore the products by clicking on the images
-
Re: AJAX IMAGE Swapper support thread
I have been working with AJAX Image swapper for the last three days and I am close to getting it to work, but still hitting a dead end.
My problem is that I can get the small swatch image to show up but all of the product images are not showing. All I get is a large outline of an empty box where the image should show up.
I upload the product image successfully when I enter a new product but for some reason I get this issue.
I know I must have something not configured correctly.
What I am doing wrong?
Please see image.http://www.toucantech.com/Magical Sn...0.06 - 007.png
-
Re: AJAX IMAGE Swapper support thread
Also I forgot to mention on my last post. I can get the small swatch images to show up, but nothing happens when I click them.
I am guessing its a JavaScript issue but I can't find the actual problem in my installation.
I am sooooo jealous of all those who got AIS to work.
Any help would be greatly appreciated.
-
Re: AJAX IMAGE Swapper support thread
@nbjoe:
looking at the attached picture's name... the pics you use for AIS - how are they named? Did you name it like this one "My Pic name is very big.JPG" ? Maybe you should try a simple name without uppercase letters, something like "mypicname1.jpg". Also, try only jpg and gif pics. Just guessing...
-
Re: AJAX IMAGE Swapper support thread
Thanks for your input balihr, I really appreciate it.
I tried as you said, made all pictures into jpg's and shortened there names with no effect. I still get the same thing, it still shows the small swatch images okay, but no large image and the small swatch images are not clickable (no effect when mouse hovers the swatch image).
Any other suggestions I can try?
-
Re: AJAX IMAGE Swapper support thread
I have AJAX Image Swapper installed and its been working great! I have also tried to get static URIs by installing ceon's URI mod. I had both working great, but it won't load any of the product images.
Is there a way I can use the static URIs,(ex. "www.domain.com/doors/wood" instead of www.domain.com/index.php?main_page=product_info&cPath=101_104&products_id=309") and get the images to load?
BTW, it works for the categories, just not for the individual product pages. Any suggestions?
-
Re: AJAX IMAGE Swapper support thread
You might want to drop the statics if you've got Ajax working. Google and others have no problem finding and listing Zen Cart links.