Page 24 of 79 FirstFirst ... 1422232425263474 ... LastLast
Results 231 to 240 of 786
  1. #231
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Hey, thanks!

    Been away for a bit, now reading the posts...

    it won't currently work without hacking the module since the tpl_modules_attributes[I forgot the name].php file was replaced during installation.

    My next goal with this module is to fully integrate IH2 into it, to enhance the quality of resized image produced by this module. Which one do you think more critical?
    Thanks jay for the response, once again great mod. Since i put this post out there, a few people responded to it with concern saying it would be good to have the two work together, which i think it would also help in making this a better mod, not saying that it is a bad one without it. it is a great mod. I have no problem with Ih2 as far as i can see. But you know better with what you want to do with the mod. For me and my opinon i would like to see the two work together.

    It would help with one critical problem i think eveyone is having, and that is the customer does not know really if something is out of stock till they add it to there cart, and if it is out of stock go back and pick something else, for me if i was a customer that would be kind of frustrating thinking you are about to get something you want and it is not in stock. So with that mod in place with yours when they pick say a shoe they like, and the first thing with the great looking mod like yours i can pick a color first then go to pick my size with the other mod if it is not in my size in that color i will know right away, because it would only populate what ever size is in that color.

    So to make a long story short for me im getting by with the way the mod is working know just from testing it, my store is not open to the public yet, i would like to see the two together right now.

    Thank you for asking me what i think. Hope this helps in your quest for devloping a better mod. Looking forward to any and all upgrades you make and any new mods that you come up with.

    Thanks

  2. #232
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Output source code?
    I should say page source, I was trying to distinguish between the rendered html and the AIS code itself. My html has 75 for width and height whereas my AIS configuration has 89 by 75.

  3. #233
    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
    Thank you Jay.
    I am still falling into the resize problem. We can notice that when the image is in landscape mode, AIS resize porperly. As the image in portrait mode ,the resize function go wrong.
    landscape(w: 800* h: 600): http://www.he15.com/index.php?main_p...products_id=75
    protrait(w: 600* h: 800): http://www.he15.com/index.php?main_p...products_id=76
    I also try to upload the images after the new configuration, luckly the problem is still there.
    I come from China,the source code is in UTF-8 format.
    No worries John :)

    I am sorry, but I don't seem to get if anything went wrong there?

    Maybe it will help if I let you know the resizing algorithm:

    The width & height are actually maximum width & height and they are decided by whichever has larger value, while keeping the proportion.

    An extreme example if you set the MAX WIDTH to 600 and max height to 10000, these are what happen if you uploaded image on eace size below (width x height):
    1. 1000x1000 image: resized to 600x600
    2. 500x20000 image: resized to 250x10000
    3. 600x2000 image: not resized
    4. 800x600 image: resized to 600x[whatever value keep the proportion intact]

    Hope that clears out.
    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. #234
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    No worries John :)

    I am sorry, but I don't seem to get if anything went wrong there?

    Maybe it will help if I let you know the resizing algorithm:

    The width & height are actually maximum width & height and they are decided by whichever has larger value, while keeping the proportion.

    An extreme example if you set the MAX WIDTH to 600 and max height to 10000, these are what happen if you uploaded image on eace size below (width x height):
    1. 1000x1000 image: resized to 600x600
    2. 500x20000 image: resized to 250x10000
    3. 600x2000 image: not resized
    4. 800x600 image: resized to 600x[whatever value keep the proportion intact]

    Hope that clears out.
    thank you for the clear explanation.I know the logic now.
    My configuration:
    Small w75* h88
    Medium w360*h420
    Large w514*h600
    *all the three proportion is 75:88=360:420=514:600=6:7

    the image original size w600*700.
    After it is uploaded by AIS, the 3 sizes are below:
    Small w64* h88
    Medium w308*h420
    Large w514*h600

    now we should know the problem. the proportion cannt be kept at smal size and medium size.

    You can click here to see the wrong operation now :
    http://www.he15.com/index.php?main_p...products_id=76

  5. #235
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    thank you for the clear explanation.I know the logic now.
    My configuration:
    Small w75* h88
    Medium w360*h420
    Large w514*h600
    *all the three proportion is 75:88=360:420=514:600=6:7

    the image original size w600*700.
    After it is uploaded by AIS, the 3 sizes are below:
    Small w64* h88
    Medium w308*h420
    Large w514*h600

    now we should know the problem. the proportion cannt be kept at smal size and medium size.

    You can click here to see the wrong operation now :
    http://www.he15.com/index.php?main_p...products_id=76
    the images!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	AIS_original.jpg 
Views:	195 
Size:	17.8 KB 
ID:	4106   Click image for larger version. 

Name:	AIS_MED.jpg 
Views:	174 
Size:	5.3 KB 
ID:	4108   Click image for larger version. 

Name:	AIS_LRG.jpg 
Views:	181 
Size:	8.2 KB 
ID:	4109  

    Attached Images Attached Images  

  6. #236
    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
    Hey, thanks!

    My next goal with this module is to fully integrate IH2 into it, to enhance the quality of resized image produced by this module. Which one do you think more critical?
    Can this module function properly with IH2 installed?

    Thanks

  7. #237
    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

    The verbage in the Readme instructions has my head spinning a bit.

    From the readme, what is this referring to?
    ***To make sure you only use minimal number of library, if you have copied
    [library_name]_on_template, DO NOT copy any other [library_name]_on_[page_name] folder,
    where the two having same library_name.***
    Secondly, after attemting to install the SQL I am receiving this:
    1062 Duplicate entry 'FUAL_SLIMBOX' for key 2
    in:
    [INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Enable Fual Slimbox?', 'FUAL_SLIMBOX', 'true', '
    If true, all product images on the following pages will be displayed within a lightbox:

    - document_general_info
    - document_product_info
    - product_free_shipping_info
    - product_info
    - product_music_info
    - product_reviews
    - product_reviews_info
    - product_reviews_write

    Please note: To completely remove Fual Slimbox please see the documentation provided.

    Zen Lightbox overrides this when installed. This means that if you have the ZL mod and Slimbox, Slimbox will do nothing. I have done this specifically to stop people messing their installations up. I have provided a modified version of ZL for ZL users, unfortunately switching ZL off doesnt really switch it off (all the javascript is still loaded), the modified version actually switches ZL off when you switch it off.

    The big advantage of Slimbox over lightbox is that it takes only 30kb of javasript rather than well over 100kb for lightbox

    Unlike (Zen) Lightbox the Slimbox is completely generated using CSS, so any tweeks that you want to make to the look can be made from the CSS file.

    Props to: Christophe Beyls for writing Slimbox, Yukio Arita for extending it to work with iframes (this is the extended version so you can put whole webpages in the Slimbox, dont get carried away though!) and Alex Clarke for the original ZL plugin which inspired me to write this.

    Default: true
    ', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Paranoia Mode', 'FUAL_SLIMBOX_NERVOUS', '1', '
    Controls whether to wait until the DOM loads to display the image. This stops the problem of being redirected to the image rather than displaying the image in the lightbox if a user with a slow connection clicks on the image before the slimbox script has been initialised.

    0 = Relaxed: Dont wait until the DOM loads.
    1 = Conservative: Waits until the DOM has loaded to make the image visible.
    2 = Funky: Waits until the DOM has loaded to reveal the image with a funky transition. Depending on your template this may cause problems in IE6, so if you want to use the funky transition please test it in older browsers before going live.

    Default: 1 (Conservative)
    ', @t4, 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2''), '), (NULL, 'Safe Navigation', 'FUAL_SLIMBOX_DISPLAY_VAR', 'true', '
    With safe navigation enabled the Next and Prev links are displayed permenantly in the lightbox when there are additional images to display. Safe Navigation is recommended because without it the navigation links fail to show in IE6.

    Default: true
    ', @t4, 15, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Page of Text', 'FUAL_SLIMBOX_PAGEOF', 'Page #1 of #2', '
    Sets the "Page #1 of #2" text when there is more than one image.

    The text is replaced with a regular expression: #1 is the number of the current page, #2 is the total number of pages.

    Examples:
    Page #1 of #2 - default English
    Page #1 (of #2) - variation English
    Pagina #1 di #2 - Itallian

    Default: Page #1 of #2
    ', @t4, 17, NOW(), NOW(), NULL, NULL), (NULL, 'Transition Duration', 'FUAL_SLIMBOX_DURATION', '800', '
    Controls the duration of the transition in milliseconds. (note that 1000 milliseconds = 1 second, so the default value of 800 is just under a second)

    Default: 800
    ', @t4, 20, NOW(), NOW(), NULL, NULL), (NULL, 'Transition Type', 'FUAL_SLIMBOX_TRANSITION_TYPE', 'Sine', '
    Controls the type of the transition. See Mootools for what the options mean.

    Default: Sine
    ', @t4, 30, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''linear'', ''Quad'', ''Cubic'', ''Quart'', ''Quint'', ''Expo'', ''Circ'', ''Sine'', ''Back'', ''Bounce'', ''Elastic''), '), (NULL, 'Transition Ease', 'FUAL_SLIMBOX_EASE', 'easeInOut', '
    Controls the easing of the transition. See Mootools for what the options mean.

    Default: easeInOut
    ', @t4, 40, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''easeIn'', ''easeOut'', ''easeInOut''), '), (NULL, 'Transition Amplitude', 'FUAL_SLIMBOX_AMPLITUDE', '5', '
    Controls the amplitude of the transition.

    Default: 5
    ', @t4, 50, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3'',''4'',''5'',''6'',''7'',''8'',''9''), '), (NULL, 'FPS', 'FUAL_SLIMBOX_FPS', '60', '
    Controls the frames per second of the motion.

    Should be an integer value between 1 - 200.

    Default: 60
    ', @t4, 60, NOW(), NOW(), NULL, NULL), (NULL, 'Width', 'FUAL_SLIMBOX_WIDTH', '400', '
    Controls the initial width of the lightbox.

    Default: 400
    ', @t4, 70, NOW(), NOW(), NULL, NULL), (NULL, 'Height', 'FUAL_SLIMBOX_HEIGHT', '300', '
    Controls the initial height of the lightbox. Have a play!

    Default: 300
    ', @t4, 80, NOW(), NOW(), NULL, NULL), (NULL, 'iFrame Width', 'FUAL_SLIMBOX_IWIDTH', '500', '
    Controls the initial width of the lightbox when it contains an iFrame. Have a play!

    Default: 500
    ', @t4, 90, NOW(), NOW(), NULL, NULL), (NULL, 'iFrame Height', 'FUAL_SLIMBOX_IHEIGHT', '300', '
    Controls the initial width of the lightbox when it contains an iFrame. Have a play!

    Default: 300
    ', @t4, 100, NOW(), NOW(), NULL, NULL), (NULL, 'Animate Caption', 'FUAL_SLIMBOX_CAPTION', 'true', '
    Animates the caption. Have a play!

    Default: true
    ', @t4, 110, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Class to Hide', 'FUAL_SLIMBOX_HIDE_ME', 'zenLightboxHideMe', '
    Any content wrapped in with this class will be hidden when the lightbox is displayed (this extends the behaviour of Zen Lightbox which only hides DIV tags).

    Default: zenLightboxHideMe (This coincides with the Zen Lightbox default class.)
    ', @t4, 120, NOW(), NOW(), NULL, NULL);]
    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.
    I had already had Faul Slimbox installed on my site prior to installing this module. Also, as I mentioned previously, I do also have IH2 installed. Should I uninstall Faul since it is incorporated into the mod? Or should I not run the SQL for the AJAX mod?

    Any help would be appreciated.

  8. #238
    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

    Back-to-back-to-back posts! I know, I hate me too!!

    Just noticed: After installation there is, as should be, a Admin - Catalog - AJAX Image Swapper Manager. However, there is not a Admin - Configurations - AJAX Image Swapper where there should be. Also, if you look at a product page, there is no main image, just the annoying spinning thing.

  9. #239

    Default Re: AJAX IMAGE Swapper support thread

    I think I must be very dim.

    I have installed this on my local XAMPP version (1.6.5) - ZenCart is reporting the following versions:

    PHP Version: 5.2.5 (Zend: 2.2.0)
    Database: MySQL 5.0.51

    The install seems to have worked - have checked all the files exist, I get a menu option on Configuration and on Catalog and I have managed to add attribute images as they show in the various sizes so that looks okay.

    However, when viewing the store nothing seems to be any different from normal.

    Any ideas? I have the Stock by Attribute module installed - is that causing a problem?


    Christine

  10. #240

    Default Re: AJAX IMAGE Swapper support thread

    Nope - I'm definitely dim.

    I have now installed it onto a server based demo shop. See
    http://cumfybumfy.co.uk/zenshop

    PHP is 5.2.6 (Zend 2.2.0) , SQL 5.0.51a-community

    I have all the menu options that I think I need on the admin console, but it doesn't seem to be doing anything to the products?

    Please tell me I am missing something really stupid in the 'how to use it' stakes.


    Christine

 

 
Page 24 of 79 FirstFirst ... 1422232425263474 ... 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