Knowledgebase: Customizing
Why when I click on the thumbnails I get javascript error and picture gallery does not show up ?
Posted by - NA - on 18 May 2005 11:04 AM
When you modify header.htm file or replace it with new design / template make sure you haven't removed important tags between <head> and </head> tags, for example the following (this can vary in different versions, please refer to your default header.htm file) :

<title>Website Name - ##title##</title>
<meta http-equiv="Content-Type" content="text/html; charset=##CHARSET##">
<meta name="description" content="##META_D##">
<meta name="keywords" content="##META_K##">
<SCRIPT src="img/lib.js" language="javascript" type="text/javascript"></SCRIPT>

In this particular case it seems you have removed

<SCRIPT src="img/lib.js" language="javascript" type="text/javascript"></SCRIPT>

Just insert this code between <head> and </head> in header.htm
template and it will solve pictures / images popup problem.

Comments (0)
Help Desk Software by Kayako Fusion