Results 1 to 4 of 4

Thread: Combining Featured Content Glider & Lightbox

  1. #1
    Join Date
    Oct 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Combining Featured Content Glider & Lightbox

    1) Script Title: Featured Content Glider and Lightbox image viewer 2.03a

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...tentglider.htm
    http://www.dynamicdrive.com/dynamici...box2/index.htm

    3) Describe problem:

    Hello guys.
    Currently I am testing out several scripts I've found on your excellent website.
    On my testpage I've tried to combine the scripts Featured Content Glider and Lightbox image viewer 2.03a, but together they won't work.

    My testpage without Lightbox
    My testpage with Lightbox

    As you can see on the testpage with Lightbox, none of the scripts is working. What could solve the problem?

    Greetings

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Sounds like a conflict with the "$()" function used by this script and Lightbox's. Before I get to officially updating the script with a fix, try the below modified .js file.
    DD Admin

  3. #3
    Join Date
    Oct 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much, it's working now

    But unfortunately, another small problem occurred:



    The lightbox frame appears behind the content glider. Is there any way to solve this?

    (Choose the menu point "Yukon" and click on the link to open the picture highlighted with lightbox)

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try increasing the z-index values as they appear inside lightbox.css to a greater value, for example:

    Code:
    #lightbox{
    	position: absolute;
    	left: 0;
    	width: 100%;
    	z-index: 1000;
    	text-align: center;
    	line-height: 0;
    	}
    There are two other instances of z-index inside the .css file
    DD Admin

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
  •