Page 1 of 2 12 LastLast
Results 1 to 10 of 786

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    Connect to your shop via FTP.

    yourshopdirectory/includes/templates/yodgee_template/css

    edit the styles_AJAX_image_swapper.css file.

    I'm having same issue as yourself.. was able to get them closer but still working on the layout. Will let you know if I have any luck.
    Thanks for this. I have the file and see where I can adjust the width but all the heights are at 300px or less and there is still a huge gap.

    Also the smaller images are of poor quality, did you have that problem? I did up load in good resolution but it's not showing.

    Any thoughts are appreciated.

  2. #2
    Join Date
    Jun 2005
    Posts
    36
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Okay, another update - it's almost definitely not displaying because of the JavaScript error I mentioned above (the error comes up every time I select a color attribute):

    Error: image_ids_node[i] is undefined
    Source File: http://www.justbeetees.com/includes/...age_swapper.js
    Line: 79


    None of the nodes are being defined properly for some reason. my JavaScript skills are pretty weak, but I'm trying to figure it out; if I force-define image_ids_node[0] to something, the next node (image_paths_small_node[i]) throws up an error for being undefined instead. Anyone know what might be causing all of these to not get defined properly?

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

    Default Re: AJAX IMAGE Swapper support thread

    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

  4. #4
    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

  5. #5
    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. #6
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by aussieny View Post
    Thanks for this. I have the file and see where I can adjust the width but all the heights are at 300px or less and there is still a huge gap.

    Also the smaller images are of poor quality, did you have that problem? I did up load in good resolution but it's not showing.

    Any thoughts are appreciated.
    hey there.. still playing with product. I don't think there is any easy way to get it how you would like without a lot of messing around.

    I recommend checking out some other mods. There are ones that display the product information in various ways.

    As for the height issue:

    /includes/templates/yourowntemplatename/templates/

    open: tpl_modules_ajax_image_viewer.php

    Find this piece of code at the top:

    <div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT - 150)?>px">

    Edit only the + 150 you can make it -150 or whatever you like.. mess around -100, -50 +50 and son on to suit your image sizes.

    As for image quality. Ensure your image sizing is set up the same for all your images. Make a standard size.

    Then check your admin settings > Configuration> image

    Ensure the values are setup the same here as in

    admin > Configuration > Ajax image swapper.

    Also I set my compression of images to 100 ( no compression) in

    Then check your admin settings > Configuration> image

    I don't have any issues with small images. I only have some random medium images that are slightly distorted.

    I recommend when uploading any images get one going as the standard. get that setup right then upload all the rest.

    This is because if you make ANY changes the MOD caches/saves all the medium and large images and you have to delete and reupload every image through image swapper. You cannot just upolad these via FTP as only small images will change.
    That wasn't the plan!

  7. #7
    Join Date
    Apr 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    hey there.. still playing with product. I don't think there is any easy way to get it how you would like without a lot of messing around.

    I recommend checking out some other mods. There are ones that display the product information in various ways.

    As for the height issue:

    /includes/templates/yourowntemplatename/templates/

    open: tpl_modules_ajax_image_viewer.php

    Find this piece of code at the top:

    <div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT - 150)?>px">

    Edit only the + 150 you can make it -150 or whatever you like.. mess around -100, -50 +50 and son on to suit your image sizes.
    Iv'e done this mod to change the viewer size however the size only changed in Firefox, not IE, any suggestions?

  8. #8
    Join Date
    Mar 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    thebuz

    What size are you Pictuers Under the zen admin->Configuration->AJAX Image Swapper
    small Image Heigh
    Medium Image Height
    This also has effect on the Size of that box

    that 150 Number is Just For Extra Padding Around the 2 boixes that is the Medium is main viewer and small is image Navagation
    Last edited by Korem; 28 Apr 2009 at 09:02 PM.

  9. #9
    Join Date
    Apr 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    tried changing those numbers around, set them all to 10, and it just changed the size of the image

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by TheBuz View Post
    tried changing those numbers around, set them all to 10, and it just changed the size of the image
    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?
    That wasn't the plan!

 

 
Page 1 of 2 12 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

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