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.