Hi there :-)
Need help getting the plugin up and running.
I have the following code, which (as far as my rookie eyes can tell) should work … but doesn’t:
<div class="material-single-gallery-container">
<div class="material-single-gallery-module">
<?php
echo '<a rel="lightbox" href="'. $url . $dirname . $prefix .'-gallery'. $j . '.jpg" title=""> <img alt="" src="' . $url . $imagethumbnail . '"/> </a><br>';
?>
</div>
</div>
As I’m probably doing something wrong, can anyone please point me in the right direction?
Thanks a lot in advance!
Kind regards