Hi,

Originally Posted by
toboldlygo
Thanks for the answer. I had a thought that the problem might have been a coincidence, however, I thought I should check to make sure.
Just took a quick look at the source of the slimbox module (didn't install or run it tho) and it does indeed use relative URIs.
So either you must make sure that you have a base href set in your HTML header (includes/templates/YOUR_TEMPLATE/common/html_header.php) or, if your store is NOT on a subdiretory (i.e. DIR_WS_CATALOG is '/') you can try changing the value of DIR_WS_IMAGES in your configure.php, making it a full path (note slash at start):
Code:
define('DIR_WS_IMAGES', '/images/');
Or you can update the zen_lightbox() functin in includes/functions/extra_functions/zen_lightbox.php to make it output static URIs by adding in the path to the image folder everywhere you see DIR_WS_IMAGES:
Code:
'/myshop/' . DIR_WS_IMAGES
One of those solutions should get you up and running.
I'd appreciate it if you post back here to like me know how you get on!
All the best..
Conor
ceon
Bookmarks