Theme Joomla Extensions

Cannot get Kupo Slides Pro to display in module postion

I've read through the user forums and double checked my settings after installation. I'm at my wits end as to why the component does not display in the module position. When I debug using firebug, I see the component listed in the generated html, but there are no pictures listed.

What am I doing wrong?

Link to the page is... http://www.viveladance.com/index.php?option=com_kupo&view=kupoimagesmodule&mod_id=59&Itemid=67

Please respond ASAP!
Thanks,
Robert.

skashi replied ...

You are getting a javascript error. Your template has disabled the built in mootools library. Also your template is called jQuery after the Kupo module which might cause you additional problems.

The best thing to do here is to disable the javascript calls in both Kupo Slides Pro and your template and then declare them manually inside your templates index.php file. You can disable the call to the jQuery javascript library in Kupo Slides Pro by going to the Kupo Extension Manager and modify the Kupo Slides Pro template settings. I am not sure whether your template has this option.

Then in your template's index.php file, add the following:

<script type="text/javascript" src="http://www.themejoomla.com/components/com_jomcomment/templates/pastel/<?php echo $this->baseurl ?>/media/system/mootools.js"></script> 
<script type="text/javascript" src="http://www.themejoomla.com/components/com_jomcomment/templates/pastel/<?php echo $this->baseurl ?>/modules/mod_kuposlidespro/js/jquery/jquery.min.js"></script> 
<script type="text/javascript" src="http://www.themejoomla.com/components/com_jomcomment/templates/pastel/<?php echo $this->baseurl ?>/modules/mod_kuposlidespro/js/jquery/jquery.noconflict.js"></script>



just before this code:

<jdoc:include type="head" />

skashi replied ...

If it gets too complicated for you, send me your ftp details (skashi[at]themejoomla.com) and I will gladly do it for you.

You must be logged in to post a comment. Please register if you do not have an account yet.

busy

INSIDE: Forum / Extensions

members

search