Page 7 of 22 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 218
  1. #61
    Join Date
    Mar 2008
    Posts
    42
    Plugin Contributions
    0

    Default Errors on Web Developer CSS Validation.

    Hoverbox 3 css file seems to be causing errors during validation. I get the following:
    HTML Code:
    324  	 * html #hoverbox  	 Value Error : margin-top  Lexical error at line 324, column 88. Encountered: "?" (63), after : ""  ? document.documentElement.scrollTop : 0) + 'px');
    325 	margin-left 	Value Error : margin-top Parse Error margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
    328 	margin-left 	Value Error : margin-top Parse error - Unrecognized }
    331 	* html #overlay 	Value Error : height Lexical error at line 331, column 96. Encountered: "?" (63), after : "" ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px');
    332 	width 	Value Error : height Parse Error width: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px');
    333 	width 	Value Error : height Parse error - Unrecognized }
    Anyone know if these are to be expected or how to resolve them?

  2. #62
    Join Date
    Apr 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Just as an fyi, the donation / payment system you have on your site to make a donation for Hoverbox is confusing.

    Do you have Paypal express and regular paypal setup by chance?

    I tried to submit a donation, but kept getting caught up in a loop of continually having to login to my paypal account and when I would click "submit", I kept being taken back to the "confirm your package" page.., would click to send payment again, then had to log back into my paypal account and and the cycle continued.

    I tried 4 times with the same result.

  3. #63
    Join Date
    Apr 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    I also installed IH2 before HB3 and now my IH2 hover is not working, either, although HB3 is working.

    Which should be installed first? IH2 or HB3? It seems like no one has answered this question.

  4. #64
    Join Date
    Apr 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Never mind.. I went back and found and used the same solution dealsbyethan used and it worked.

  5. #65
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: HoverBox 3 - Official Thread

    Quote Originally Posted by PattyGale View Post
    Never mind.. I went back and found and used the same solution dealsbyethan used and it worked.
    Which solution was that?

  6. #66
    Join Date
    Mar 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Hi Testuser:
    Any chance you could look at my post regarding the CSS validation errors?
    Thanks, Clive

  7. #67
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Quote Originally Posted by dealbyethan.com View Post
    Quote:
    There are 2 display differences between Firefox and IE7. When someone clicks on larger image, the window that pops up is not centered and the background does not cover the whole page. This only happens in IE7

    Has this issue been solved? Please advise. Thanks.Has this issue been solved? Please advise. Thanks.

    Many users have had this same problem. I just upgraded following all the instructions. My site is having the same issue. Is there a fix for this?

    http://blantondisplaysandexhibits.co...0887429f1d95f1

    thanks!

  8. #68
    Join Date
    Mar 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Hi, thanks for this great mod.

    i need help with a problem though. IE crashes on my test store (IE7 & IE6) when i access a product display (with firefox everything is ok). When i turn off HoverBox, IE stops crashing. the address is www.vatcheg.com/ShopCart
    it will be awesome if someone could help me fixing this.

  9. #69
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Hi all,

    This is a great contribution.

    However, I have problem on installing it.

    1. when i installed the sql codes, there wasn't a success message but instead, these came out from the screen:

    Code:
    Query Results:
    SET @hoverboxold=0;
    SELECT (@hoverboxold:=configuration_group_id) as hoverboxold FROM configuration_group WHERE configuration_group_title= 'HoverBox2';
    DELETE FROM configuration WHERE configuration_group_id = @hoverboxold;
    DELETE FROM configuration_group WHERE configuration_group_id = @hoverboxold;
    SET @hoverbox=0;
    SELECT (@hoverbox:=configuration_group_id) as hoverbox FROM configuration_group WHERE configuration_group_title= 'HoverBox 3';
    DELETE FROM configuration WHERE configuration_group_id = @hoverbox;
    DELETE FROM configuration_group WHERE configuration_group_id = @hoverbox;
    INSERT INTO configuration_group VALUES (NULL, 'HoverBox 3', 'HoverBox 3 Configuration Options', '1', '1');
    UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
    SET @hoverbox=0;
    SELECT (@hoverbox:=configuration_group_id) as hoverbox FROM configuration_group WHERE configuration_group_title= 'HoverBox 3';
    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 HoverBox?', 'HOVERBOX_ENABLED', 'true', 'If set to true, all your product images will display using the HoverBox effect when viewing larger images.
    If additional products exist, they will be presented in a slideshow fashion. Customers have the option to go through them manually or via the autoplay function.
    
    Default: true
    ', @hoverbox, 10, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Include Product Title?', 'HOVERBOX_DISPLAY_TITLE', 'true', 'If set to true, the title of your product will be included below your product image.
    
    Default: true
    ', @hoverbox, 20, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Include Product Price?', 'HOVERBOX_DISPLAY_PRICE', 'true', 'If set to true, the price of your product will be included below your product image.
    
    Default: true
    ', @hoverbox, 30, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Include Product Description?', 'HOVERBOX_PRODUCT_DESC', 'false', 'If set to true, the products description will be included below your product image. You can limit the number of characters as well.
    
    Default: false
    ', @hoverbox, 40, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Product Description Limitation', 'HOVERBOX_MAX_DESC_LENGTH', '200', 'Limit the number of characters for the product description displayed, if enabled.
    
    Default: 200
    ', @hoverbox, 50, NOW(), NOW(), NULL, NULL), (NULL, 'Z-Index of HoverBox?', 'HOVERBOX_ZINDEX', '5000', 'This is the layer at which HoverBox resides on the page while viewing your product images. Change this to a higher value if your having problems with anything protruding into your effect.
    
    Default: 5000
    ', @hoverbox, 60, NOW(), NOW(), NULL, NULL), (NULL, 'Use Smart Image Resizing?', 'HOVERBOX_SMART_RESIZE', 'true', 'If smart resizing is enabled, HoverBox will resize the image if it is to big to fit within the viewable browser area. Basically this keeps the entire image within view, even if it is too big for the screen.
    
    Default: true
    ', @hoverbox, 70, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Background Color of HoverBox Contents?', 'HOVERBOX_BACKGROUND_COLOR', '#ffffff', 'This is the background color for the HoverBox itself. Where your product image resides when viewing a larger view.
    
    Default: #ffffff
    ', @hoverbox, 80, NOW(), NOW(), NULL, NULL), (NULL, 'Enable Overlay?', 'HOVERBOX_OVERLAY_ENABLE', 'true', 'While viewing a product image, your store is overlayed with a background color (or image on the Mac, overlay.png). You can enable/disable this functionality if you so choose.
    
    Default: true
    ', @hoverbox, 90, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Background Color of Page Overlay?', 'HOVERBOX_OVERLAY_BACKGROUND', '#000000', 'This is the background color for the overlay that covers your page while HoverBox is active, for compatibility purposes FireFox & Safari on the Mac use overlay.png located in your template images folder inside the hoverbox folder.
    
    Default: #000000
    ', @hoverbox, 100, NOW(), NOW(), NULL, NULL), (NULL, 'Overlay Background Opacity?', 'HOVERBOX_OVERLAY_OPACITY', '0.85', 'The opacity of the overlay used while HoverBox is active. If the number is less than one, be sure to include the leading zeroes.
    Default: 0.85
    ', @hoverbox, 110, NOW(), NOW(), NULL, NULL), (NULL, 'Padding for HoverBox Contents?', 'HOVERBOX_BORDER_SIZE', '10', 'The padding, or spacing of the inner-contents of HoverBox
    
    Default: 10
    ', @hoverbox, 120, NOW(), NOW(), NULL, NULL), (NULL, 'Radius of Rounded Corners?', 'HOVERBOX_CORNER_RADIUS', '10', 'Without using images, HoverBox has the ability to have rounded corners. The higher the value, the more rounded the corners will render. Set to 0 for no rounded corners.
    
    Default: 10
    ', @hoverbox, 130, NOW(), NOW(), NULL, NULL), (NULL, 'HoverBox Close Button Opacity - Normal?', 'HOVERBOX_CLOSE_NORMAL', '0.65', 'The initial opacity of the close button used by HoverBox.
    
    Default: 0.65
    ', @hoverbox, 140, NOW(), NOW(), NULL, NULL), (NULL, 'HoverBox Close Button Opacity - Hover?', 'HOVERBOX_CLOSE_HOVER', '1', 'The opacity of the close button used by HoverBox during mouseover.
    
    Default: 1
    ', @hoverbox, 150, NOW(), NOW(), NULL, NULL), (NULL, 'Additional Images - End-to-Beginning?', 'HOVERBOX_END_BEG', 'false', 'Allow customers to loop to the beginning of the images from the last image. This does not pertain to the autoplay function.
    
    Default: false
    ', @hoverbox, 160, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Enable Slideshow Feature?', 'HOVERBOX_SHOW_SLIDE', 'true', 'If you have additional product images or other views of your product, this option enables/disables the slideshow functionality.
    
    Default: true
    ', @hoverbox, 170, NOW(), NOW(), NULL, 'zen_cfg_select_option( array(''true'', ''false''), '), (NULL, 'Slideshow Interval (seconds)?', 'HOVERBOX_SLIDE_DELAY', '5', 'The time, in seconds, to display each image in the slideshow.
    
    Default: 5
    ', @hoverbox, 180, NOW(), NOW(), NULL, NULL), (NULL, 'Additional Image Text - Image 1 of 10?', 'HOVERBOX_IMG_NUMBER', 'Image #{position} of #{total}', 'Sets the "Image 1 of 2" text when there is more than one image.
    
    The text is replaced with a regular expression: #{position} is the number of the current image, #{total} is the total number of images.
    
    Examples:
    Image #{position} of #{total} - default English
    Image #{position} (of #{total}) - English variation
    Imagen #{position} de #{total} - Espanol
    Immagine #{position} di #{total} - Italian
    Bild #{position} von #{total} - German
    Image #{position} de #{total} - French
    イメージ #{position} の #{total} - Japanese
    
    Default: Image #{position} of #{total}
    ', @hoverbox, 190, NOW(), NOW(), NULL, NULL);

    2. I am new to Zen + reading the ReadMe was a bit confusing. Can you please clearly explain on how to install this mode? On which destination are the folders to be copied to.

    3. My site

    Hope u can help ASAP.

    THANKS..

  10. #70
    Join Date
    Sep 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Hello,

    Everything is working well for me for Hoverbox but I was wondering if there was a way to have the images as direct http links instead of just image/bla.jpg links. I have another website that is managing all of our products and images and I would like to link to that website for the pictures.

    EX:

    http://www.backofficesite.com/produc...ures/12345.jpg

    but when I update any of the products it automatically puts it as

    images/products/12345.jpg

    and if I put an http in there it puts it like this:

    images/products/http://www.backofficesite.com/product/product_pictures/12345.jpg

    I cant figure out where to change it so that I can include it as its own http://

    Thanks.
    Tony

 

 
Page 7 of 22 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Tabbed Products Pro (TPP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 2216
    Last Post: 8 Feb 2024, 12:43 PM
  2. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  3. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  4. Replies: 0
    Last Post: 7 Jul 2008, 02:26 PM
  5. HoverBox and Image Handler 2 both?
    By deivid in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jan 2008, 12:08 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