The WowSlider slideshow code consists of two parts...
Added to header.tpl before the </head> tag:
Code: Select all
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="http://www.mystiquelifestyle.co.uk/home-slideshow/engine1/style.css"/>
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="http://www.mystiquelifestyle.co.uk/home-slideshow/engine1/jquery.js"></script>
<script type="text/javascript" src="http://www.mystiquelifestyle.co.uk/home-slideshow/engine1/wowslider.js"></script>
<!-- End WOWSlider.com HEAD section -->
Code: Select all
<div id="wowslider-container1">
<div class="ws_images">
<span><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide1.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows0"/></span>
<span><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide2.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows1"/></span>
<a href="http://www.mystiquelifestyle.co.uk/index.php?route=product/category&path=59"><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide3.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows2"/></a>
<a href="http://www.mystiquelifestyle.co.uk/index.php?route=product/category&path=62"><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide4.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows3"/></a>
<a href="http://www.mystiquelifestyle.co.uk/index.php?route=product/category&path=63"><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide5.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows4"/></a>
<a href="http://www.mystiquelifestyle.co.uk/index.php?route=product/category&path=67"><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide6.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows5"/></a>
<a href="http://www.mystiquelifestyle.co.uk/index.php?route=product/category&path=66"><img src="http://www.mystiquelifestyle.co.uk/home-slideshow/data1/images/homeslide7.jpg" alt="Mystique Lifestyle" title="Mystique Lifestyle" id="wows6"/></a>
</div>
<a style="display:none" href="http://wowslider.com">Wordpress jQuery Slider by WOWSlider.com v2.0</a>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="http://www.mystiquelifestyle.co.uk/home-slideshow/engine1/script.js"></script>
I've installed several of these slideshows in Actinic and they've all worked fine, the only addition to the code being the code pairing !!< and >!! around the body code. Is there any code that needs adding to the HTML in OpenCart?
Malcolm