Results 1 to 10 of 786

Hybrid View

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    And on IE 8 too. Ok guys guess its time to update this module, cant be helped eh? Next version: full compatibility with IH2, and fixing stuff on IE and Safari.

    I'll let you know after this two weeks.
    Dear Jay,remember to improve the image quality afer uploaded.

    Now the quality is too low to be used. Thanks a lot.

  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 john4 View Post
    Dear Jay,remember to improve the image quality afer uploaded.

    Now the quality is too low to be used. Thanks a lot.
    No prob, will do,

    dang its really, really hard to combine this with IH2. I think the best I can do for now is fish for IH2's high quality image resizing technique...
    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 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Crossing your own words is not a good thing to do but man, really busy like hell these days I haven't got time to update the module... tho I have mapped up what needed to be done code-wise. I'd rather not promise anything yet but I'll definitely update this module when I get some free time.

    Guess time is scarce nowadays eh?...
    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

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    No prob, will do,

    dang its really, really hard to combine this with IH2. I think the best I can do for now is fish for IH2's high quality image resizing technique...
    I hope I can help out here. If a few brave souls want to help test this hopefully we'll all benefit until Jay has some free time to work on the Image Handler integration.

    I am having much better luck with the file I've attached. If anyone wants to try it out for themselves simply replace the ais_image_functions.php file found in admin->inclueds->functions->extra_functions . Then go into the image swapper manager and give it a shot on a test product.

    PS, the first time I tried this I simply renamed the file that was on the server and then uploaded the one I'd edited and got this message when I went into the image swapper manager:

    Fatal error: Cannot redeclare upload_resized_image() (previously declared in /admin/includes/functions/extra_functions/ais_image_functions_jay.php:14)
    I simply backed up the file that was there then deleted it the replaced it with the new one and was fine.

    If it doesn't work for you please create a php file with the following code and upload it to your server, then go to that page and copy and paste the results.

    PHP Code:
    <?php
    var_dump
    (gd_info());
    ?>
    For reference the version on my server is:
    GD Version"]=> string(27) "bundled (2.0.34 compatible)

    From what I understand about gd2, bundled is the key word for using some of their functions.

    Good luck!
    Attached Files Attached Files

  5. #5
    Join Date
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Jaycode,

    I've got SimpleSEO 2.9.6 installed, & Ajax Image Swapper 1.2, and can't get images to work. Do I need to upgrade? Or is there a simple fix?

    Thanks,
    Chuck

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

    Default Re: AJAX IMAGE Swapper support thread

    As far as I'm concerned this should still work with SEO URL modules... but maybe, the problem was when it sends ajax request to http://yoursite.com/AJAX_servers/AIS_server.php it was redirected to other page by SEO module

    Quote Originally Posted by chuckienorton View Post
    Jaycode,

    I've got SimpleSEO 2.9.6 installed, & Ajax Image Swapper 1.2, and can't get images to work. Do I need to upgrade? Or is there a simple fix?

    Thanks,
    Chuck
    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
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    As far as I'm concerned this should still work with SEO URL modules... but maybe, the problem was when it sends ajax request to http://yoursite.com/AJAX_servers/AIS_server.php it was redirected to other page by SEO module
    Thanks. I'll look into it now.

    C

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

    Default Re: AJAX IMAGE Swapper support thread

    Hi All,

    I've tested the file I posted above on two more gd2 library versions and am getting good results so I would say to go ahead and give it a shot. I'm even going to downgrade my "brave souls" comment to "mildly adventurous" . Just remember to backup the original somewhere other than the webserver in case you want to revert.

    I also realized that I didn't explicitly say what that file does but it redoes the way AIS resizes/resamples the images. In other words it fixes the image quality problems that a lot of people are having issues with. I've tested it with .jpg and .png files with near perfect results and am getting excellent compression to quality compromise. (The images this file produces are the same size as the original version, but with much better quality)

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

    Default Re: AJAX IMAGE Swapper support thread

    Thanks grey! I also found some problem with the design. With what it currently is, really hard to redesign if you need to change how AIS look.

    It is still an idea but hopefully in the next version AIS can be edited just by editing css or at max html files.

    Jay

    Quote Originally Posted by greydawgjr View Post
    I hope I can help out here. If a few brave souls want to help test this hopefully we'll all benefit until Jay has some free time to work on the Image Handler integration.

    I am having much better luck with the file I've attached. If anyone wants to try it out for themselves simply replace the ais_image_functions.php file found in admin->inclueds->functions->extra_functions . Then go into the image swapper manager and give it a shot on a test product.

    PS, the first time I tried this I simply renamed the file that was on the server and then uploaded the one I'd edited and got this message when I went into the image swapper manager:



    I simply backed up the file that was there then deleted it the replaced it with the new one and was fine.

    If it doesn't work for you please create a php file with the following code and upload it to your server, then go to that page and copy and paste the results.

    PHP Code:
    <?php
    var_dump
    (gd_info());
    ?>
    For reference the version on my server is:
    GD Version"]=> string(27) "bundled (2.0.34 compatible)

    From what I understand about gd2, bundled is the key word for using some of their functions.

    Good luck!
    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

 

 

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