Quote Originally Posted by JerMe1 View Post
Hi Daniel,

Although, the "hover navigation images" option sounds great, I still have the same problem with the images appearing at all. This is a compatibility issue and only occurs with Chrome. The navigation buttons show in all other major browsers. Please check again with the newest Chrome browser and see if you get the same reaction.

If you choose a model from the featured section at the bottom of the home page, there should be an additional image tab with those products. I can see the link appear at the bottom of the page when I hover in the correct area, but I get no image.

Sorry for the delay in getting back with you, I was looking for a PM and didn't check main forum until now (my bad).

Thanks!
Hi Jeremy,
Looking at the source for your site all I see that would be causing this behavior is the admin parameter "Include Main Image in Gallery". Can you double check that this is set to true?

your first image looks like this:
"images/products/tes7133.jpg" rel="lightbox"

and the additional image looks like this:
"images/products/tes7133_01.jpg" rel="lightbox-g"

the important part is the rel="lightbox"

when the "include main image in gallery" mode is enabled
the first image should have re="lightbox-g" in the code.

therefore linking all of the images together

daniel