Results 1 to 10 of 786

Hybrid View

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

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

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by MeltDown View Post
    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.
    That's connected to the sql error you just got when installing. Try running the sql installer from line 93 to bottom.

    Yeah thats sorta annoying isnt it heh
    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
    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!

  5. #5
    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>");

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

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

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by MeltDown View Post
    The verbage in the Readme instructions has my head spinning a bit.

    From the readme, what is this referring to?


    Secondly, after attemting to install the SQL I am receiving this:


    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.
    I think that Jay is just saying that if you're already using the mootools library there is no need to install it twice since he hasn't modified the library or taken out what he isn't using.

    I can't be much help on the sql thing, but you do need to run the AIS sql patch to get everything else that AIS needs installed, for what that's worth. I don't know AIS's compatibility with IH2

 

 

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