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
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
That seems to control the image being loaded. I was wonder about keeping the loading.gif showing longer.
Thanks
DD
Great Plugin, does anyone know how can I added it to the EZ-Pages? What is the correct tag for it?
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:
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?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"';
}
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com
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
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
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?![]()
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?![]()
Bookmarks