Problem
The wt-scroller hangs when it is clicked. It's probably a conflict, but these tired eyes can't see it. Maybe fresh eyes will help.
www.janisource.com
What do I need to do to correct this problem?
Phil
i cant find any element in your html with the word scroller or scroll or wt, and the only element i see scrolling anything appears to be working. please be more specific
<div class="wt-scroller">
Clicking on the Youtube videos should create a popup player. But the popup hangs.
ok the lightbox script is adding visibility:hidden to one of it's own elements for some odd reason and it's hiding the iframe.
add
#lightbox .content {
float: left;
overflow: auto;
position: relative;
visibility: visible !important;
}
and you will see your videos are actually loading, and they are bigger than the container they are in as well.
I added it, but don't see any difference.
That didn't work. It's still broken. Something is conflicting.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks