Hi all,
I am nearly done - one part is bothering me and I have search and tried etc to no avail..
I want to alter this code...
`
}
echo '<li class="thumb"><em style="background-image:url(' . html_encode($_zp_current_image->getCustomImage(NULL, $iw, $ih, $cw, $ch, NULL, NULL, true)) . '); ">"'.getImageTitle().'"';
}
`
...with the end result being still showing the thumbnail but creating a grouped colorbox in that href. I have tried rel="lightbox" but it brings back the entire image page and not just the larger image.
I need to get this out of the door asap for a non for profit - so any help would be grateful!