Q: I am considering buying your software however I want to verify..
Is their a way to make the thumbnail a text link instead, or does it have to be a thumbnail of the video?
Meaning: Click Link, Video Pops Up?
Please advise
A: Actually, it's possible.
You can start your Video LightBox onclick from your own images/links.
I created an example for you.
Just rename video.txt to video.zip. We renamed it to pass through your spam filter.
See how you should start the gallery onClick from the link.
1) Change the following code in the engine\js\videogallery.js
$("#videogallery a[rel]")
to
$("#videogallery a[rel],#watch")
2) Specify the link/image:
<a rel="#voverlay" href="http://www.youtube.com/v/31aWy9lcyJk" id="watch"
title="Watch Video">Video</a>
3) Use 'display: none;' property for your gallery in the HEAD section of VisualLightBox. Just change the following code:
#videogallery a img{
display:block;
border:none;
margin:0;
}
to:
#videogallery a img{
display:none;
border:none;
margin:0;
}Can I link the gallery to a piece of text instead of thumbnails?
I would like to tell me if it possible to have a link in my site and when i click on it your beautiful ...
I had a video using video lightbox on a page and it was working fine.
When I create a page using "Publish to folder" in the 4th tab, then opening the page with IE8 shows a warning: "Internet Explorer restricted this webpage from running scripts or ActiveX controls.
My problem is that I have a FLASH header on my site and when the lightboxes open...
Would there be a reason why the script inserted into our home page would make the scripts for our jquery menu system to be changed?