Page 49 of 79 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 786
  1. #481
    Join Date
    Jan 2005
    Location
    NY
    Posts
    149
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    Fix:

    Edit the following file:

    SHOP_DIRECTORY/AJAX_servers/AJAX_image_swapper_server.php
    and find this line (line 22):

    AND products_id_no_attribute = '" . $products_id . "'";

    replace it with:

    AND products_id_no_attribute = '" . $products_id . "' ORDER BY
    image_sort_order";
    I was just coming here to post the exact same fix. Jay was kind enough to troubleshoot my site and gave me this fix last night. Now everything is sorted correctly again.

  2. #482
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Need some help get AIS to display anything?

    Ok, I have AIS installed.
    I am running php (5.2.+)
    I have Config>Fual Slimbox
    Config>AJAX Image Swapper
    Catalog>AJAX Image Swapper Manager
    all installed. I have attributes for "color" set up and displaying now. I was able to upload the AJAX images I require via the AJAX Image Swapper Manager.

    I am also using IH2. However on my test product I don't see any changes? Can anyone offer some advice on what/where I am going wrong?

    See sample http://www.pipparoo.com/index.php?ma...products_id=49

    This is the only product I have set up for AIS but cannot get it to display anything.

    Appreciate some feed back.

    Cheers
    Greg

  3. #483
    Join Date
    Jan 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Forget my last post above. know what I did wrong.

    My question now that it's working, my product page images are in a box 710px long and it's pushing the Attributes way down.

    Any idea how to fix that problem?

    Thanks
    Greg

  4. #484
    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
    Forget my last post above. know what I did wrong.

    My question now that it's working, my product page images are in a box 710px long and it's pushing the Attributes way down.

    Any idea how to fix that problem?

    Thanks
    Greg
    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.
    Last edited by Muzz; 15 Apr 2009 at 08:09 AM.
    That wasn't the plan!

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

    Default Re: AJAX IMAGE Swapper support thread

    Wondering if anyone else has this issue.

    using IE 7.

    Ajax image swapper and IM2. When vewing a product if I rollover the image the cursor does not change to a hand to let you know that you can click on it to enlarge.

    The hand does appear in Chrome and Firefox?

    ie Bug? Any solution?
    That wasn't the plan!

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Muzz View Post
    Wondering if anyone else has this issue.

    using IE 7.

    Ajax image swapper and IM2. When vewing a product if I rollover the image the cursor does not change to a hand to let you know that you can click on it to enlarge.

    The hand does appear in Chrome and Firefox?

    ie Bug? Any solution?

    I ended up editing some code in styles_AJAX_image_swapper.css file.

    .image_medium {
    /*cursor: url(../images/zoomin.cur);*/
    cursor: pointer;

    I assume this will cause no issues?

    Seems to work ok but does kill some of the smoothness of the transition from slimbox.
    Last edited by Muzz; 15 Apr 2009 at 09:44 AM.
    That wasn't the plan!

  7. #487
    Join Date
    Jun 2005
    Posts
    36
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Blarg, no images are displaying for me. I believe everything is installed correctly; I have the 3 appropriate additions to the menus in the admin section, and I've set up the images for one product in the config. All I'm getting right now is the loading gif (in both FF and IE). Anyone have any ideas or suggestions?

    Test Site: http://www.justbeetees.com/index.php...products_id=51
    PHP Version: 5.2ish


    These are the errors thrown in the Error Console:

    Warning: Error in parsing value for property 'cursor'. Declaration dropped.
    Source File: http://www.justbeetees.com/includes/...ge_swapper.css
    Line: 30

    Warning: Unknown property 'z-order'. Declaration dropped.
    Source File: http://www.justbeetees.com/includes/...ge_swapper.css
    Line: 61

    Warning: Unknown property 'behavior'. Declaration dropped.
    Source File: http://www.justbeetees.com/includes/...ge_swapper.css
    Line: 97

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

  8. #488
    Join Date
    Jun 2005
    Posts
    36
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Random thought - would the script conflict anywhere because if the fact that I've changed the name of my admin folder (as Zen Cart recommends)? E.g., some call to the /admin/ folder rather than doing it localized? I doubt it, but thought I'd throw that out there.

    Still trying to figure out what would be causing the images not to load at all. I've double-checked to make sure all the files were put in their proper locations.I don't even see anywhere in the source code and linked files that the location of the images is references at all, but maybe I'm missing something. I'll also note I don't really have any other 3rd party mods running, though I've made a handful of changes myself throughout the site. Hmm...
    Last edited by Twinge; 16 Apr 2009 at 04:53 AM.

  9. #489
    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.

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Twinge View Post
    Random thought - would the script conflict anywhere because if the fact that I've changed the name of my admin folder (as Zen Cart recommends)? E.g., some call to the /admin/ folder rather than doing it localized? I doubt it, but thought I'd throw that out there.

    Still trying to figure out what would be causing the images not to load at all. I've double-checked to make sure all the files were put in their proper locations.I don't even see anywhere in the source code and linked files that the location of the images is references at all, but maybe I'm missing something. I'll also note I don't really have any other 3rd party mods running, though I've made a handful of changes myself throughout the site. Hmm...
    Changing the folder name shouldn't effect it at all.

    In your posted links the addressing is:

    This block of code is for the template's stylesheet, located inside includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    Have you renamed 'YOUR_TEMPLATE' to your own template name?

    I assume you have image handler 2, ajax image swapper and Fual slimbox installed?

    You ran the script for ajax image swapper, renamed ALL the 'YOUR_TEMPLATE' folders through the mod to your own template name?

    Also in an image is not loading.. login to admin > Catalog > Ajax Image Swapper Manger.
    Select the product > product name > attribute then click on the listed image. On the right is the image viewable? how many kilabytes are they also? For me when a image isn't viewable it was because of a conflict. ie: I tried to use the same image for various products or attributes. it would curupt the image.
    That wasn't the plan!

 

 
Page 49 of 79 FirstFirst ... 39474849505159 ... 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