Hi I am trying to add the slideshow, somehow its not working, I know it is close and I have been staring at the code and reading your posts but I cant see what I have done wrong, also it is throwing up this error:
string(121) "Smarty error: [in tpl_head:26 line 5]: syntax error: unrecognized tag 'JQueryTools' (Smarty_Compiler.class.php, line 590)"
here is my code:
Code: Select all
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
{JQueryTools action=incjs}
<__script__ src="uploads/leroc/jquery.slideViewerPro.js" type="text/javascript"></__script>
<__script__ src="uploads/leroc/jquery.timers-1.1.3.js" type="text/javascript"></__script>
<__script__ src="uploads/leroc/cufon-yui.js" type="text/javascript"></__script>
<__script__ src="uploads/leroc/Aurulent_Sans_700.font.js" type="text/javascript"></__script>
<__script__ src="uploads/leroc/css-replace.js" type="text/javascript"></__script>
<__script__ src="uploads/leroc/jquery-1.3.2.min.js" type="text/javascript"></__script>
{literal}
<__script__ type="text/javascript">
$(window).bind("load", function() {
$("div#featuredContent").slideViewerPro({
thumbs: 6,
autoslide: true,
asTimer: 4000, // Adjust timer to your taste
typo: true,
galBorderWidth: 0,
shuffle: false,
thumbsVis: false
});
});
</__script>
{/literal}
{* IE6 png fix *}
{literal}
<!--[if IE 6]>
<__script__ type="text/javascript" src="uploads/leroc/ie6fix.js"></__script>
<__script__ type="text/javascript">
// argument is a CSS selector
DD_belatedPNG.fix('#branding h1 a, #wrapper #branding');
</__script>
<style type="text/css">
/* enable background image caching in IE6 */
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
</style>
<![endif]-->
{/literal}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
</head>
</__body>
<div id ="wrapper" class="container_12">
<div id="branding" class=" grid_12 alpha omega ">
<h1><a href="#" title="Leroc Scotland">Leroc Scotland</a></h1>
<a href="#content-main" class="skip">skip to content |</a> <a href="#nav-main" class="skip">skip to main menu |</a>
<div id="navMain" class="grid_7 alpha omega">
{menu template='Ocean : simple-nav' start_level='1' number_of_levels='1'}
<!--main nav end-->
</div>
</div>
<!--branding end-->
<div class="clear"></div>
<div id="content">
<div id="featuredContent" class="boxFeaturedContentMain svwp"> {content}
</div>
<!--end of content-banner-->
<div id="content-sub">
<ul>
<li id="colA" class="grid_4">
<h2>up and coming events</h2>
<br/>
</li>
<li id="colB" class="grid_4">
<h2>workshops</h2>
<br/>
<p>Improve your dancing skills with 5 hours
of new steps</p>
</li>
<li id="colC" class="grid_4">
<h2>party nights</h2>
<br/>
<p>Dance the night away with guest DJ's and dancers</p>
</li>
</ul>
</div>
</div>
<!--content end-->
<div class="clear"></div>
<div id="site_info" class="grid_12">
<p class="contact grid_4">
LEROC Ltd and LEROC (Scotland) Ltd<br />
193 Bath Street
<br />
Glasgow
<br />
G2 4HU
<br />
Tel: 0141 331 0608
<br />
Email: <a href="mailto:leroc@leroc-scptland.co.uk">leroc@leroc-scotland.co.uk</a></p>
<div class="vcard grid_4 alpha omega">
<ul class="site_links grid_4 alpha omega">
<li><a href="#" class="top_line">home</a></li>
<li><a href="#">events</a></li>
<li><a href="#" title="Validate my XHTML" class="valid">party nights</a></li>
<li><a href="#" title="Validate my CSS" class="valid">workshops</a></li>
<li><a href="#" class="top_line">about us</a></li>
<li><a href="#">shop</a></li>
<li><a href="#" title="Validate my XHTML" class="valid">contact</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate my CSS" class="valid">workshops</a></li>
</ul>
</div>
<div class="socialmedia grid_3 alpha omega">
<p>We are on Facebook, and Youtube.
Download music, view videos and join our
group, keep up to date with everything
thats happening at LEROC Scotland! </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<p class="copy_info grid_7 float-right alpha omega" >© LEROC Scotland 2010. All rights reserved. <a href="#">XHTML Strict</a> | <a href="#">CSS </a>| <a href="http://www.louisespence.co.uk">Website LS Design</a></p>
<div class="clear"></div></div>
<__body>
</__html>
Thanks Lou