Connor, after reading through this thread for hours, i wonder cause of the problem I am having since it describes exactly the same issue I am having, I just do not know how to fix it.
Thanks
This is the code in the header file for the Template i am using
Code:
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
<?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
<link rel="canonical" href="<?php echo $canonicalLink; ?>" />
<?php } ?>

Originally Posted by
conor
Hi,
Glad you like it and appreciate the effort put into the installation instructions, they alone took over a week so it's nice they're appreciated! :)
This is caused when the template used breaks the "base href" functionality that working templates have. It basically means the category/product pages are currently broken, in that they can't support static URIs, they are building relative URIs for the images, which then breaks them.
It should be easy enough to fix, just make sure a base href element is present in the template header file.
I'm afraid I don't know specifically what is causing that but it is indeed likely to be an error on your [template's] part. Again, check how the URIs are being built by it, make sure all are using the zen_href_link function.
Hope that's some sort of help!
All the best..
Conor
ceon
Bookmarks