Support Forum

  • Page:
  • 1

FancyNav of slider is overlaying the images in Lb

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there,

i use an edited version of the slider template with the hoverboxmodule.
When i open up an image in the lightbox, the fancynav is overlaying the image, what is an unsexy effect.

How can i avoid this?
  • Ernte 23's Avatar
  • Ernte 23
  • Previous Member
  • 76 posts
  • Karma: 0
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-->
The administrator has disabled public write access.
Hi Ernte,

This is a z-index issue with the lightbox script.

Ill actually get an update for you shortly.

Cheers Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Please let me know when its done! Thanks!
  • Ernte 23's Avatar
  • Ernte 23
  • Previous Member
  • 76 posts
  • Karma: 0
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-->
The administrator has disabled public write access.
Hi Ernte,

Just uploading now. But the fix is to replace the rules in the slimbox.css file with the following:
#lbOverlay {
position: absolute;
top:0; left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 99;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%; padding:0;
overflow: hidden;
background-color: #fff;
z-index: 100;
}

Cheers Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thank you so much...
  • Ernte 23's Avatar
  • Ernte 23
  • Previous Member
  • 76 posts
  • Karma: 0
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-->
The administrator has disabled public write access.
No probs Ernte :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers