English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

After I uploaded html video insert to our page our menu script was changed..

Dec 02, 2011

Q: 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? It seems that after
I uploaded a player to our page our menu script was changed.

A: There is a conflict with the following script on your page:

<script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>



To make both Video LightBox and jQuery Menu work on your page you should:

- remove the following line:

<script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>



- replace Video LightBox HEAD section at the very begging of head
section of the page before all other scripts.

If any problems appear please place the result on any test page on your website
and send us a direct link, so we can check it and help you to fix the problem.

Related