Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 786

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Hi all,

    Feeling like to help making this module better for more people?

    Check on this link: http://www.zen-cart.com/forum/showthread.php?t=99541

    Thanks!
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  2. #2
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by haasPlay View Post
    Once I switched my attribute from Radio Button to Dropdown, it works perfectly. I didn't see that in the documentation so posting my fix in case anyone else has the same problem
    Fixed this one as well in version 3.1.2
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  3. #3
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    jay,good job.I love this module very.
    It can work porperly in my site.
    Expect for one thing, it cannt to be perfect at this moment.
    If we set the image medium height to 480 and the width to 360, only the heigt amendment can be effective in the site,but the width remain default 300px. that is why you can see in the below linkage, the image is stretching.
    Have you any idea for this bug,thank you ?

    http://125.113.217.118/he15/index.ph...products_id=18

  4. #4
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Idea or Suggestion Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    jay,good job.I love this module very.
    It can work porperly in my site.
    Expect for one thing, it cannt to be perfect at this moment.
    If we set the image medium height to 480 and the width to 360, only the heigt amendment can be effective in the site,but the width remain default 300px. that is why you can see in the below linkage, the image is stretching.
    Have you any idea for this bug,thank you ?

    http://125.113.217.118/he15/index.ph...products_id=18
    Halo Jay. I go through and follow the FAQ instructions. the medium image cannt be resized properly at all.
    Maybe you can have a test with a image with original size 600(w)*800(h) and resize to 360*480. It doesn't work in fact.
    I notice many people encountered the same problem with the latest released in my country.

    You are very appreciated if you can have test on it and make this great module better. Thx.

  5. #5
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    Halo Jay. I go through and follow the FAQ instructions. the medium image cannt be resized properly at all.
    Maybe you can have a test with a image with original size 600(w)*800(h) and resize to 360*480. It doesn't work in fact.
    I notice many people encountered the same problem with the latest released in my country.

    You are very appreciated if you can have test on it and make this great module better. Thx.
    Hi John,

    Nice looking site you have there, well done!

    You will need to have GD library installed in your php installation in order to get image resizing to work. If it is possible I'd like to run some script on your site to check if it had installed, or could you do it by uploading a script file with this piece of code:

    Code:
    <?php
    phpinfo();
    ?>
    And let me know the location of that file via PM when you're done.
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  6. #6
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    By the way John I am sorry looks like I missed your question before.
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Hi John,

    Nice looking site you have there, well done!

    You will need to have GD library installed in your php installation in order to get image resizing to work. If it is possible I'd like to run some script on your site to check if it had installed, or could you do it by uploading a script file with this piece of code:

    Code:
    <?php
    phpinfo();
    ?>
    And let me know the location of that file via PM when you're done.
    Ah ha! That turned out to be my problem while doing development on my local machine. It looks like the version of php that ships with Mac's don't have the GD library installed. Thanks John and Jay, that solved one of my issues for me!

  8. #8
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    Ah ha! That turned out to be my problem while doing development on my local machine. It looks like the version of php that ships with Mac's don't have the GD library installed. Thanks John and Jay, that solved one of my issues for me!
    Added that into the FAQ
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Hi John,

    Nice looking site you have there, well done!

    You will need to have GD library installed in your php installation in order to get image resizing to work. If it is possible I'd like to run some script on your site to check if it had installed, or could you do it by uploading a script file with this piece of code:

    Code:
    <?php
    phpinfo();
    ?>
    And let me know the location of that file via PM when you're done.
    Below is the GD setup.Is there any idea?
    gd
    GD Support enabled
    GD Version bundled (2.0.34 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.3.5
    T1Lib Support enabled
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XPM Support enabled
    XBM Support enabled

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    Below is the GD setup.Is there any idea?
    gd
    GD Support enabled
    GD Version bundled (2.0.34 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.3.5
    T1Lib Support enabled
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XPM Support enabled
    XBM Support enabled

    This is identical to my gd library except for the FreeType version which I don't know for my server. Are you uploading the largest image you have (ie, the image you wish to pop up in the slimbox when the medium image is clicked) as your small (default) image?

 

 
Page 4 of 8 FirstFirst ... 23456 ... 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