Page 27 of 79 FirstFirst ... 1725262728293777 ... LastLast
Results 261 to 270 of 786
  1. #261
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Try running the sql installer from line 93 to bottom.
    Great call on the SQL - Thanks!

    I am still unable to call the images, however, and am uncertain what I may be missing. Would one of you knowledgeable folks be so kind as to take a look and see if you can see what that might be? Thanks!

  2. #262
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: AJAX IMAGE Swapper support thread

    Not sure what this is all about but seems to be related to your load problems.

    document.write("<script id=__ie_onload defer><\/script>");

  3. #263
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by MeltDown View Post
    Great call on the SQL - Thanks!

    I am still unable to call the images, however, and am uncertain what I may be missing. Would one of you knowledgeable folks be so kind as to take a look and see if you can see what that might be? Thanks!
    Hi Meltdown,

    Can you tell us more about what you see in the admin area? I posted a screen shot a couple posts ago on what you should be seeing if an image is indeed successfully created. Does yours look similar? There'll be some difference because that example is using attributes whereas yours isn't.

  4. #264
    Join Date
    Jun 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi~~
    I am using 3.12 version.
    I checked. mootools-complete.js is there.
    I use both IE and Firefox, all the same.

    Then, I install a new zen cart and follow the process again.
    Still the same...
    The category still doesn't show up.


    Quote Originally Posted by greydawgjr View Post
    Jay can probably provide more specific help but in the meantime can you verify that there is a file called mootools-complete.js in your admin/includes/javascript/ directory? This file is found in the mootoolsonadmin directory of the install package. See this post for further discussion:

    http://www.zen-cart.com/forum/showpo...&postcount=214
    Quote:
    Originally Posted by iammad
    HI Jay,
    After I installed everything followed by the instruction, there is still some bugs:
    I go to Admin-> Catalog-> AJAX Image Swapper v.3.1.2
    I choose "Select category" but the product on "Product name:" won't show up.

  5. #265
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by iammad View Post
    Hi~~
    I am using 3.12 version.
    I checked. mootools-complete.js is there.
    I use both IE and Firefox, all the same.

    Then, I install a new zen cart and follow the process again.
    Still the same...
    The category still doesn't show up.
    Does the product dropdown say "Please select a category first"?

  6. #266
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    Hi John,

    I realized my original configurations were for landscape so the edit I did was never actually being called. I changed it to portrait and tried again and have been unable to produce any error. Furthermore, it's working PERFECTLY!

    Maybe if you had AIS up when you swapped out that file it was complaining? Give it another shot, let me know if you need help...
    Hey,greydawgjr .You are the god. hte problem is sovled.Tons of thanks.

  7. #267
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    Hey,greydawgjr .You are the god. hte problem is sovled.Tons of thanks.
    Excellent! Jay had told me exactly what file to look in so it made it a lot easier to figure out. Glad we could knock this one off his plate!

  8. #268
    Join Date
    May 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Thats the weirdest problem I've ever seen with AIS!

    Looks like the javascript for AIS crashes with those of other module's. Try disabling the other modules' javascript and see if thats working. If you need me to debug it for you, let me know via pm.
    I've been playing with the module and I think that the problem is than when I upload images with ajax, as they have the same file name as the ones previously uploaded, the product listing image is overwritten by a small one.

    If I then upload the same image with IH2 the product listing miniaturization is fixed, and the quality of the ajax images improve (images are overwritten).

    The trouble is that this process of uploading an re-uploading images for each product is slow and tedious.

    I though about two different image filenames for AIS and IH2, but then the quality of AIS images is not good and I still have to upload images two times.
    Is there any way to improve th quality of AIS images? I don't know why the compression is so low in my page.

    I don't know a lot about php or sql, so I don't know if there is some error with the scripting. I've send you a PM with all my data so that you can take a look at my site.

    Thank you Jay.


    Jacobo.

  9. #269
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    Excellent! Jay had told me exactly what file to look in so it made it a lot easier to figure out. Glad we could knock this one off his plate!
    Cheer!

    but I tested the effect under IE7 and FF,.the image jump outside the box and the the thumbs cannt be showed in FF and overfloat the medium image in IE7.

    in IE6, all the diplay run very good. Pls have a look at my site and c what happen.

    www.he15.com

  10. #270
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    Cheer!

    but I tested the effect under IE7 and FF,.the image jump outside the box and the the thumbs cannt be showed in FF and overfloat the medium image in IE7.

    in IE6, all the diplay run very good. Pls have a look at my site and c what happen.

    www.he15.com

    That's just a css thing at this point. You can edit the styles_AJAX_image_file.css to fix that. Specifically if you change #image_viewer to a width of around 390px and give #image_nav_container some padding-top of around 145px.

    The thumb nails are a different story... I've actually been struggling with that one myself. Those go in the .back class which is controlled by stylesheet.css and the image_small class of the AJAX style sheet. For some reason they always get assigned a width and height of 75px which is why I thought there was a database bug a while ago. Turns out the database does get the correct configuration values but it always gets 75 by 75. I'm looking into it and will let you know when I figure it out

 

 
Page 27 of 79 FirstFirst ... 1725262728293777 ... 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