As many of you request how to replace the static gmap image with dynamic gmap which allow navigation and zooming, I made some test how to do this for the easiest way.
Ok. This is the easiest way. We only need to change the template files. Actually only 2 files.
Edit header.html, usually we use
<body>
but now [...]
Indexu use stepcarousel.js for image slider. I realize that the slider need to be customized for each template.
Here is some direction how to make it work for any templates you want.
1) Check your header.html file, make sure you have base tag and jquery loaded. Here is my html head section to start:
<link href="<%$tpl_base%>/jquery.autocomplete.css" [...]
Today a user report that the outgoing hits doesn’t work on portal_dir template.
A quick check:
1) footer.html
11
<script language="javascript" type="text/javascript" src="<%$tpl_base%>/trackclick.js.php"></script>
2) check whenever trackclick.js.php file exist in template folder.
3) check the link that count has proper “name” attribute
If everything look good, then it should work well.
However in this user case it doesn’t work well. Somehow trackclick.js.php never [...]