Re: HoverBox 3 - Official Thread
Hi, quick question for you. I recently posted this thread for Lightbox support
*******
A new user here, we have a new zencart that has been implemented and i installed he zen lightbox yesterday. Works like a charm, however i have 1 issue, that perhaps someone could shed some light
1- If my product has no attributes defined, the lighbox works fine. ex here
2- However if my product has attributes defined, the image still opens up in a pop up. Ex here
We use the same product image for the attributes but for some reason the lighbox wont be triggered for these products.
Please any suggestions would be great
Thanks
******
I was wondering if I use the Hover Light bow, Would that solvethis issue. I can't seem to get any products with Attribute images come up in the Lightbox. I am hoping that with your software I would be able to.
Also, are you able to click on the product image rather than the button?
Please let me know
Ameet
Re: HoverBox 3 - Official Thread
Firstly, *GREAT* contrib!!!
Secondly, is there any way to change the speed that the window "zooms" at (IE: Make it faster) ?
Re: HoverBox 3 - Official Thread
Forgot to add :
As well as wanting to speed up the window hoverbox opening if possible I have also noticed the following bug :
If you have scirpting disabled in IE the, on a product info page, you get two product images instead of one.
Re: HoverBox 3 - Official Thread
dealbyethan; How did you get it to work on the whole page ? :blush: Also you have a great site ! :thumbsup:
Re: HoverBox 3 - Official Thread
I really like this mod from what I have seen on the other sites using it. Being new to Zen I am trying to understand the directions.
"Upload the files in their existing structure, replacing YOUR_TEMPLATE_FOLDER with your currently active template folder."
1. What is the location of the folder I would upload to (I am using the iC_AthemeV1.3 template)
A newby version of this would be great!
I read through the thread but if I messed it that would be awesome !!!:clap:
Re: HoverBox 3 - Official Thread
Hi there,
I got a problem which I am not sure if it is related to Hoverbox3 or IH2.
could you take a look at my site: www.electronicgiftshop.co.uk
When you hold the mouse over an image it displays it in the top left hand corner instead of next to the image.
Its the same for IE7 and FF
Thanks in advance for any help.
Regards
Lee
Re: HoverBox 3 - Official Thread
I read this thread almost line by line. I have Image handler and HoverBox3 installed along with other mods. The hover affect in image handler works fine, but I also use the image handler to upload additional images to the products. Now the Additional images are not showing in the product info page. I tried to remove the script for this mod and they showed up again but I lost the hoverbox. Is it possible to have both of the additional images and the hoverbox to work in the same environment.
Also when the image is enlarged the window the navigation will display 1/2images when there is only one image for the product. That applied to every single product on the store.
Re: HoverBox 3 - Official Thread
Upgraded my ZC v. 1.3.7 from HoverBox 2 to HoverBox 3.
Everything works nice (I also have IH 2 installed) - no conflicts.
The only problem (someone did have the same problem in this forum but it never got answered) that I get no rounded corners in Internet Explorer, they do work fine in Firefox. I tried to clear cache but it didn't help.
Site:
http://www.capresso-store.com/
Did anyone had the same problem? Solution? Thanks.
Re: HoverBox 3 - Official Thread
Quote:
Originally Posted by
all4coffee
Upgraded my ZC v. 1.3.7 from HoverBox 2 to HoverBox 3.
Everything works nice (I also have IH 2 installed) - no conflicts. The only problem (someone did have the same problem in this forum but it never got answered) that I get no rounded corners in Internet Explorer, they do work fine in Firefox. I tried to clear cache but it didn't help.
Site:
http://www.capresso-store.com/
Did anyone had the same problem? Solution? Thanks.
Never mind. While working with this updated version HoverBox3 I notices that it also generates page errors in IE, also slightly misalligns product page spacing, causing a tiny glitch there when it is loading. Too bad that iChoze people are in general not very responsive to issues... I reversed back to HoverBox2 which is working fine (no rounded corners though but I wasn't getting them anyway in IE...)
Re: HoverBox 3 - Official Thread
I'm using jQuery on the site I'm working on. I noticed that when I added hoverBox3 it started giving errors. I looked at the js for HB3 and it was all base62 encoded. After decoding it, I found that the larger js file is simply Prototype+Sciptaculous.
Prototype also uses the $() function.
I resolved the issue by renaming all instances of $() to $PT() in both HB3 js files and repacking them.
I'd like to convert HB3 to jQuery if I get the time, though I don't think I plugin should really include an entire JS framework in it. It should just be listed on the pre-reqs that so and so framework is required.
Just thought I'd mention it since HB3 is nice and jQuery is popular. I searched the forums and couldn't find a solution right away. Hopefully someone may find this useful.