![]() |
Javascript module not wokring
Hi All,
I'm not sure if this is the right place to ask but hope you can help me out. I'm building a new website in Joomla and created my template and menu with jquery. Now i installed a module called widgetkit that has a lot of javascript code. The module should display a rotating banner or tabs but it's not showing anything the problem is that it does show when i put the default template on. I'm not a javascript expert but i think it has a conflict with another thing that is running. http://rrdesign.nl/widget.html Hope someone can help me out. Kind Regards, Rein |
Use your debugger and look at the error console.
Chrome debugger, for example, shows these errors: Code:
not found: resource://jid1-ryetb1dajacauw-at-jetpack-paypal_wishlist_and_notifier-data/stylesheets/notifications.cssAnd you have an error in the JS code, as noted. No idea why the JS error. You will probably have to ask the widgetkit people. |
Thank for your reply.
I checked my firebug but i can't really find what's wrong. I installed another slideshow module and it also doesn't appear. Code:
TypeError: jQuery(...).show(...).nivoSlider is not a function |
you are using mootools and jquery on the same page, this can cause conflicts. read this sticky for more : http://www.codingforums.com/showthread.php?t=271898
|
Thank you for that, removed some stuff have to find a way to make it work.
Solved: had to remove: Code:
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/includes/jquery.js"></script> |
| All times are GMT +1. The time now is 03:46 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.