Page 144 of 373 FirstFirst ... 4494134142143144145146154194244 ... LastLast
Results 1,431 to 1,440 of 3726
  1. #1431
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    333
    Plugin Contributions
    0

    help question Re: Zen Lightbox...

    Is there a way to increase the duration time of the loading image. I would like the loading gif to stay on for at least 2 seconds before the picture shows.

    Thanks in advance

    DD

  2. #1432
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by djdavedawson View Post
    Is there a way to increase the duration time of the loading image. I would like the loading gif to stay on for at least 2 seconds before the picture shows.

    Thanks in advance

    DD
    admin/configuration/zen lightbox/Image Fade Duration (increase number)

  3. #1433
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    333
    Plugin Contributions
    0

    help question Re: Zen Lightbox...

    That seems to control the image being loaded. I was wonder about keeping the loading.gif showing longer.

    Thanks

    DD

  4. #1434
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by djdavedawson View Post
    That seems to control the image being loaded. I was wonder about keeping the loading.gif showing longer.

    Thanks

    DD
    That seems like a very odd request, most people would pay good money to have the images load faster.... If you want your images to take longer to download then make the uploaded files bigger in KB.

  5. #1435
    Join Date
    May 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Great Plugin, does anyone know how can I added it to the EZ-Pages? What is the correct tag for it?

  6. #1436

    Default Re: Zen Lightbox...

    What's the difference between html_output.php from ih2 and one from zc 1.3.8? It seems that they are almost identical. The only meaningful difference I spotted is:
    PHP Code:
    // inject rollover class if one is defined. NOTE: This could end up with 2 "class" elements if $parameters contains "class" already.
        
    if (defined('IMAGE_ROLLOVER_CLASS') && IMAGE_ROLLOVER_CLASS != '') {
            
    $parameters .= (zen_not_null($parameters) ? ' ' '') . 'class="rollover"';
        } 
    around line 250 in orignal html_output, but I don't see how it could affect ih2. Can I use original file or missed something?

  7. #1437
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by kal View Post
    I opened up phpMyAdmin, selected my stores data base, in my case electro_zc2, on the left hand side list i selected zen_configuration_group, then ticked the configuration_group_id box, clicked the SQL tab on the top menu, then pasted in the code over everything that was in that box, then clicked GO. It applied successfully. Thanks guys.
    A question... when you goes to SQL tab there is a text in the box that say:
    SELECT * FROM `zen_configuration_group` WHERE 1

    Did you delete it or you paste the code below that text??

    I pasted below and this is the error.

    Error
    SQL query: Documentation

    SELECT *
    FROM `zen_configuration_group`
    WHERE 1
    INSERT INTO `zen_configuration_group`
    VALUES (
    NULL , 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1'
    );

    MySQL said: Documentation
    #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 'INSERT INTO `zen_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Z' at line 2

  8. #1438
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Ok check this out... this is a new ERROR when I do the SQL query

    SQL query: Documentation

    INSERT INTO `zen_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, 'Zen Lightbox', 'ZEN_LIGHTBOX_STATUS', 'true', '
    If true, all product images on the following pages will be displayed within a lightbox:

    - document_general_info
    - document_product_info
    - page (EZ-Pages)
    - product_free_shipping_info
    - product_info
    - product_music_info
    - product_reviews
    - product_reviews_info
    - product_reviews_write

    Default: true', @cgi, 100, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Overlay Opacity', 'ZEN_LIGHTBOX_OVERLAY_OPACITY', '0.8', '
    Controls the transparency of the overlay.

    Default: 0.8', @cgi, 101, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0''[...]

    MySQL said: Documentation
    #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 '' at line 21

  9. #1439
    Join Date
    May 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Help

    Its a major issue. i cant apply the sql patch. I tried both way (browsing file location and pasting texts) but it show this error.

    1146 Table 'giftsbd_zc1.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]
    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.


    what can i do?

  10. #1440
    Join Date
    May 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    one more problem. i just figured that in my admin>configuration dorp down menu, it shows 3 "zen lightbox" options. as i think i failed to apply the installation patch 3 times. How can i remove them? or make em work?

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 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