i just downloaded Lightbox and created a new folder in my "jquery" folder (which already existed because of some other scripts).
Its located in "catalog/view/javascript/jquery/lightbox"
I then downloaded the header.tpl from "catalog/view/theme/default/template/common" and pasted this line
Code: Select all
<link href="catalog/view/javascript/jquery/lightbox/dist/css/lightbox.css" rel="stylesheet">
And the other one
Code: Select all
<script src="catalog/view/javascript/jquery/lightbox/dist/js/lightbox.js"></script>
I then uploaded everything and i cannot get it working with the given code
Code: Select all
<a href="images/image-1.jpg" data-lightbox="image-1" data-title="My caption">Image #1</a>