Page 51 of 79 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 786
  1. #501
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default 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.
    That wasn't the plan!

  2. #502
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    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
    Last edited by Korem; 1 May 2009 at 02:19 PM.

  3. #503
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Korem View Post
    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


    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 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
    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
    <?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

  4. #504
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Korem View Post
    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.
    That wasn't the plan!

  5. #505
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default 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.
    Last edited by Muzz; 4 May 2009 at 04:46 AM.
    That wasn't the plan!

  6. #506
    Join Date
    Apr 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    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

  7. #507
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default 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.

  8. #508
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default 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

  9. #509
    Join Date
    May 2008
    Location
    san francsico
    Posts
    134
    Plugin Contributions
    0

    Default 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!!!

  10. #510
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Tim2 View Post
    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
    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.
    That wasn't the plan!

 

 
Page 51 of 79 FirstFirst ... 41495051525361 ... LastLast

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR