Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorzinky
    • CommentTimeJul 28th 2010 edited
     
    Hello at all,

    I was installing lightbox for the first time and I'm now confrontated with a problem I can't solve by myself.
    The effect of the problem is as simple as possible: Nothing works.

    I did the following stepts:

    1. Including the Scripts
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>

    2. Including the Stylesheet
    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

    3. Correcting the paths of the scripts and css to their new destination.

    4. Correcting the image paths INSIDE the css and scripts.

    5. Adding the 'rel="lightbox"'-attribut to the link which is supposed to open the lightbox.

    Everything done described on http://www.huddletogether.com/projects/lightbox2, but it still doesn't work.

    Simply nothing happends. If I click the image-link, whether the lightbox apperas, nor the image as it would be openend regullary.
    Firebug spits out "$("overlay") is null" error message.

    Tested in FF 3.5.2 and IE 8.

    Thx for every help.

    Greetings,
    zinky
    • CommentAuthorzinky
    • CommentTimeJul 28th 2010
     
    Problem solved.
    Problem was in front of the screen.
    effects.js and builder.js were not uploaded correctly.