Page 16 of 22 FirstFirst ... 61415161718 ... LastLast
Results 151 to 160 of 218
  1. #151
    Join Date
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Magnificent add on...works amazingly...

    Thanks a lot...

  2. #152
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Hi all,

    I have had Hoverbox 3 working superbly now for some time... until now!

    I decided I wanted some of my banners to be rotating images that fade in and out using jscript.

    I decided to use the "Ultimate Fade-In Slideshow" script available here : http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I placed the main function in my jscript director (after removing the <script> tags) and called the function from the banner HTML code.

    It worked just fine but only for the index page! Whenever you tried to click on a product it would crash IE7 with an "Operation Aborted" error. However it worked fine with Firefox and Safari!

    With the help of a fellow zenner (cheers Tony) we managed to whittle it down to a conflict with mootools being used by Hoverbox. If you disable Hoverbox 3 it works just fine in IE!

    He even went as far as finding a link with instructions on how to fix the problem.

    Here is the link : LINKY

    Now my question is, how can this fix be integrated into Hoverbox 3?

    Thanks so much in advance for any help with this!

  3. #153
    Join Date
    Apr 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Is there a fix to IE 8, looks like it does not work with IE8

  4. #154
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    I've met some weird situation.

    When I click "larger image," Some large pictures come with Product Titles & Product Prices normally, but some large pictures don't.

    I've try to uninstall & reinstall, but it doesn't help.

  5. #155
    Join Date
    May 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Having an issue with Hover Box 3, the rounded corners and the close do not show up in firefox or IE...

    heavy construction so please wear your hard hat. lol..
    this is the only product that has an image at this time..

    https://www.police-equipment-worldwi...ersal-lock-p-1

    in fact the product name doesnt show up like in all the examples I see either.
    Last edited by jgdovin; 19 May 2009 at 01:05 AM.

  6. #156
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    I am getting the same problem - any ideas / solutions ?

    TIA.

    Quote Originally Posted by manzili View Post
    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..

  7. #157
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Ok, I tried the uninstall script and then the install script again and it worked !
    Previously I was not getting the HB3 link in the Configurations menu at all.
    Quote Originally Posted by wallp View Post
    I am getting the same problem - any ideas / solutions ?

    TIA.

  8. #158
    Join Date
    May 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Quote Originally Posted by jgdovin View Post
    Having an issue with Hover Box 3, the rounded corners and the close do not show up in firefox or IE...

    heavy construction so please wear your hard hat. lol..
    this is the only product that has an image at this time..

    https://www.police-equipment-worldwi...ersal-lock-p-1

    in fact the product name doesnt show up like in all the examples I see either.
    The produce name started showing up but still no rounded corners or close button, anyone have any ideas?

  9. #159
    Join Date
    May 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: HoverBox 3 - Official Thread

    Ok found out the close image wasnt showing up because the image was too small so it didnt have enough room, is there a way to set a minimum width so the close will always show up?
    And it still looks like the rounded corners are missing.. the corners are rounded it just has little black lines at each corner.

  10. #160
    Join Date
    May 2009
    Location
    Ohio
    Posts
    1
    Plugin Contributions
    0

    red flag Re: HoverBox 3 - Official Thread

    I have a bit of a quirky issue:

    HoverBox 3 is running perfectly for me on my custom template... However, on the default template (classic green), there is no overlay at all, and the alpha on the "close" button is apparently forced to zero.

    Everything else loads and displays perfectly as far as I can tell, and I can still click the "close" button on the HoverBox, but it is apparently invisible, and there is no overlay appearing at all...

    Any ideas why this would be? I have un-installed and re-installed HoverBox several times, and I have double-check and re-copied all of the files back into the folders for both templates. I'm stumped...?

 

 
Page 16 of 22 FirstFirst ... 61415161718 ... 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