- Posts: 8
- Thank you received: 0
Not working in IE7
-
Jeff
Inactive member -
Topic Author
- New Member
-
I have tried disabling the jquery, but it only makes the images on all browsers static. They don't rotate. If I turn it on, it works like it should - except in IE7. It puts a LARGE space below and the slices come from the bottom.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
- Posts: 6784
- Thank you received: 720
Do you see this problem in IE7 on our demo site: demo.hotjoomlatemplates.com/test
Please Log in to join the conversation.
-
Jeff
Inactive member -
Topic Author
- New Member
-
- Posts: 8
- Thank you received: 0
milos wrote: You template loads many JS files. I don't know if all of them are necessary, but there's probably a conflict between Slider and some of them in IE7. Please try to disable some of template's JS files to find our which file causes the conflict.
Do you see this problem in IE7 on our demo site: demo.hotjoomlatemplates.com/test
I'm guessing it has to do with that too. For myself and others, how would I go about disabling the .JS files?
From what i've read it would probably be best to start with mootools.js and caption.js, what about others?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
- Posts: 6784
- Thank you received: 720
Please Log in to join the conversation.
-
Jeff
Inactive member -
Topic Author
- New Member
-
- Posts: 8
- Thank you received: 0
milos wrote: No, you should not disable those two as they are not making any conflicts. Those two JS files are from Joomla. Here's the list of JS files called by your site:
Code:<script type="text/javascript" src="/pphp/plugins/system/rokbox/rokbox.js"></script> <script type="text/javascript" src="/pphp/plugins/system/rokbox/themes/light/rokbox-config.js"></script> <script type="text/javascript" src="/pphp/templates/yoo_enterprise_5.5.5_j15/warp/systems/joomla.1.5/js/warp.js"></script> <script type="text/javascript" src="/pphp/templates/yoo_enterprise_5.5.5_j15/warp/systems/joomla.1.5/js/accordionmenu.js"></script> <script type="text/javascript" src="/pphp/templates/yoo_enterprise_5.5.5_j15/warp/systems/joomla.1.5/js/menu.js"></script> <script type="text/javascript" src="/pphp/templates/yoo_enterprise_5.5.5_j15/warp/systems/joomla.1.5/js/fancymenu.js"></script> <script type="text/javascript" src="/pphp/templates/yoo_enterprise_5.5.5_j15/js/template.js"></script> <script type="text/javascript"> var rokboxPath = '/pphp/plugins/system/rokbox/'; Warp.Settings = { tplurl: '/pphp/templates/yoo_enterprise_5.5.5_j15', color: 'browngreen' }; </script> <script type="text/javascript">var YOOeffects = { url: 'http://www.webformanceinc.com/pphp/plugins/system/yoo_effects/lightbox/' };</script> <script type="text/javascript" src="http://www.webformanceinc.com/pphp/plugins/system/yoo_effects/yoo_effects.js.php?lb=1&re=1&sl=1"></script>
Ok, if you can tell me they're not the ones making the conflict, is it possible to figure out which one is making the conflict?
Please Log in to join the conversation.
-
Jeff
Inactive member -
Topic Author
- New Member
-
- Posts: 8
- Thank you received: 0
Would that mean mootools.js is the culprit?
Please Log in to join the conversation.