Page 18 of 79 FirstFirst ... 816171819202868 ... LastLast
Results 171 to 180 of 786
  1. #171
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Overwrite the previous folders in your root files -> admin, includes, etc. folders that is
    Hi Jay,
    I've got a question about this myself... Do you mean literally overwrite the (zencart) admin folder with the admin folder in the module, or just copy the files from admin to admin?

    I've got the module working on my local machine with the exception of the image resizing. The image I upload to Small is the same image used in small, medium and large. I can see the image in the small, medium and large size and they are the proper pixel size, however it's the same file that's loading in each section, whereas on the demo site I see three separate files loading on yours.

    I'm excited to see you have an update, I'll try that out tonight and see if that fixes things for me but if you have any ideas I'd love to hear them!

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by Oakwood View Post
    Yes, I uploaded the images. Just to make sure, where are we supposed to upload them to?
    The small / default size input. You might want to try with the latest version since I fixed some bugs there
    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. #173
    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
    Hi Jay,
    I've got a question about this myself... Do you mean literally overwrite the (zencart) admin folder with the admin folder in the module, or just copy the files from admin to admin?

    I've got the module working on my local machine with the exception of the image resizing. The image I upload to Small is the same image used in small, medium and large. I can see the image in the small, medium and large size and they are the proper pixel size, however it's the same file that's loading in each section, whereas on the demo site I see three separate files loading on yours.

    I'm excited to see you have an update, I'll try that out tonight and see if that fixes things for me but if you have any ideas I'd love to hear them!
    Well any of those will do, since this module doesn't have any overlapping file anyway - which is the best part of this module

    Yes that problem you mentioned has been covered in the FAQ you can't upload images with different cases in its filename.
    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. #174
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I downloaded v3.1.1 and tried installing it to a fresh zencart installation and got the following error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/** UNINSTALLATION SET @t4=0' at line 1
    in:
    [/** * AJAX Image Swapper v3.1 * * @author Jaycode (teguhwpurwanto######################) * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 */ /** * Fual Slimbox for Zen v0.1.5 * * @author Brian Tyler ([email protected]) * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: slimbox_install.txt 2008-01-13 btyler $ */ /** UNINSTALLATION SET @t4=0;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    It looks like you've got an opening comment ahead of uninstallation and then a closing comment tag at the end of the uninstall block, is this whole block intended to be commented out? I know mysql has had issues with multiline comments in the past and I don't think they've ever worked out a way to easily comment large blocks of code. In the time being deleting the uninstall section and then running the script worked fine.

    Also noticed that clicking the faq link in Jay's message tries to load your site into that little frame so you may need to set some targets on your links!

    Amazing work as always Jay! I inherited a zen cart site and wasn't too excited about it, mainly because I have no experience with zen cart until a few weeks ago but I think your module really unleashes its potential. When I'm able to use this on a production site we'll be maxing out your donation slider each time we use it

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Yes that problem you mentioned has been covered in the FAQ you can't upload images with different cases in its filename.
    I've been using alpha-numeric (test1, test2, etc) filenames so I wonder if that could be an issue too. I'll try it with just lowercase filenames. Thanks for your response!

  6. #176
    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
    I downloaded v3.1.1 and tried installing it to a fresh zencart installation and got the following error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/** UNINSTALLATION SET @t4=0' at line 1
    in:
    [/** * AJAX Image Swapper v3.1 * * @author Jaycode (teguhwpurwanto######################) * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 */ /** * Fual Slimbox for Zen v0.1.5 * * @author Brian Tyler ([email protected]) * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: slimbox_install.txt 2008-01-13 btyler $ */ /** UNINSTALLATION SET @t4=0;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    It looks like you've got an opening comment ahead of uninstallation and then a closing comment tag at the end of the uninstall block, is this whole block intended to be commented out? I know mysql has had issues with multiline comments in the past and I don't think they've ever worked out a way to easily comment large blocks of code. In the time being deleting the uninstall section and then running the script worked fine.
    Which I had realised soon after uploading the update but I didn't change it cause it feels kinda awkward to launch new updates every 5 minutes

    Quote Originally Posted by greydawgjr View Post
    Also noticed that clicking the faq link in Jay's message tries to load your site into that little frame so you may need to set some targets on your links!
    Ooops, thanks for letting me know!

    Quote Originally Posted by greydawgjr View Post
    Amazing work as always Jay! I inherited a zen cart site and wasn't too excited about it, mainly because I have no experience with zen cart until a few weeks ago but I think your module really unleashes its potential. When I'm able to use this on a production site we'll be maxing out your donation slider each time we use it
    Wow thanks a lot man! That should make it faster for me to fulfill the development road map of AIS!
    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. #177
    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
    I've been using alpha-numeric (test1, test2, etc) filenames so I wonder if that could be an issue too. I'll try it with just lowercase filenames. Thanks for your response!
    Let me know if its working (or not) :)
    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

  8. #178
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Updated version ready!!

    AJAX Image Swapper v.3.1.

    Now added with "Setup Images" button - Now if you install this module to a working site, you don't need to re-setup the images, simply click the button and trust all is well

    FAQ page ready - its way easier to look for answer in the FAQ than forum I suppose? Check it out here.

    I tried purchasing this module from your site in hopes that it will work for me because v3.0 is giving me problems and is unusable, but when I go to confirm the order, it will take me to paypal with the following error:

    We are unable to complete your request at this time. Please click Retry or try again later. We apologize for the inconvenience.

    Message 3004


    Is it not downloadable at this time?

  9. #179
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hello
    Sorry for my english, I'm french
    I have a problem with image swapper : I installed image swapper 3.0 which was OK, but I wanted to install the 3.1.
    Since, I had to reinstall all my zencart ( I must have done something wrong.. )
    But now, image swapper 3.1 is installed, and I don't find how to insert photo of my objects...
    here is what I have :


    Before ( with 3.0 ), I had boxes where I could insert the files, but now, with 3.1, I have nothing. There is a big gap on the right side of my page

    Did I do something wrong ? must I change something on the configuration of zencart ?
    Many thanks

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by liliebrode View Post
    Before ( with 3.0 ), I had boxes where I could insert the files, but now, with 3.1, I have nothing. There is a big gap on the right side of my page

    Did I do something wrong ? must I change something on the configuration of zencart ?
    Many thanks
    The right side of the page is going to be blank until you select the Yes radio button under use attributes! Also, if you're on a fresh install of zen cart remember you will need to have your attributes built before you can select them...

 

 
Page 18 of 79 FirstFirst ... 816171819202868 ... 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