Carousel Module

Discussion in 'TemplateCodes' started by EnergyFreak, Apr 20, 2010.

  1. EnergyFreak Customer

    Hey,

    I am having a small problem with the carousel module, it seems like the javascript to make the ads slide is not appearing. I have uploaded the templatecodes folder and then the tc_jcarousel folder in my modules folder and then I activated both in my admin panel. I have then placed this strip of code in my template file. I am using purple and I have the latest version installed.

    Code:
    <div id="newlistings">
    		 	<h2>Featured Listings</h2>
    		 	{tc_jcarousel type="h" l_type="random"}
    </div>
    There is an attached pic of the problem below.

    Attached Files:

  2. seymourjames All Hands On Deck

    To be frank this module is not supported and was discontinued a long time ago. It is just too costly for us to try and make this work. One last try. Add this to your template folder layout.tpl file in the header

    <script type="text/javascript" src="javascript/jquery/jquery.min.js"></script>
    <script type="text/javascript" src="javascript/main.js"></script>
    <script type="text/javascript" src="templates/{$smarty.const.MAIN_TEMPLATE}/scripts/jquery.cookie.js"></script>
    <script type="text/javascript" src="templates/{$smarty.const.MAIN_TEMPLATE}/scripts/layout.js"></script>

    If this does not work, please contact me at our web site and I will refund you.

Share This Page