- Posts: 18
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- (Solved) fpss won't load slides on IE
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
(Solved) fpss won't load slides on IE
- Marjorie COULIN
- Topic Author
- Offline
- New Member
I am brand new to fpss and I just purchased v3.
I am now integrating fpss to a website running Joomla 1.5 but it turns out the slideshow works properly on Firefox browsers only...
When accessing frontpage with IE 8, Chrome and Safari, the slideshow keeps in loading state, no slides are displayed.
fpss is for now only installed on a dev area, with restricted access.
The website runs T3 template and K2.
I must say I have no idea where to start diagnostics... Any advice would be apreciated :/
Thank you !
Please Log in or Create an account to join the conversation.
- Marjorie COULIN
- Topic Author
- Offline
- New Member
- Posts: 18
I tried to enable jQuery.js and include a call to jQuery.noConflict(), but the slideshow went down again on all browsers but ffx.
Please Log in or Create an account to join the conversation.
- paul_g
- Offline
- New Member
- Posts: 14
Please Log in or Create an account to join the conversation.
- Marjorie COULIN
- Topic Author
- Offline
- New Member
- Posts: 18
I just set the website online with it's unmodified configuration, so that you can see by yourself.
www.chromatique.net/dev
Frontpage Slideshow is running on the center top.
The advertisement module on the bottom left is supposed to run jQuery and the Innerfade library.
SCJquery plugin is installed and activated for frontend. It is supposed to help regarding jQuery conflicts...
Here's the script part of the site header:
<script src="/dev/media/system/js/mootools.js" type="text/javascript">
<script src="/dev/plugins/system/jat3/base-themes/default/js/core.js" type="text/javascript">
<script src="/dev/plugins/system/jat3/base-themes/default/js/menu/css.js" type="text/javascript">
<script src="/dev/media/system/js/jquery.js" type="text/javascript">
<script src="/dev/media/system/js/jquery.innerfade.js" type="text/javascript">
<script src="/dev/media/system/js/modal.js" type="text/javascript">
<script src="http://www.chromatique.net/dev/components/com_k2/js/k2.js" type="text/javascript">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript">
<script src="http://www.chromatique.net/dev/plugins/system/scjquery/noconflict.js" type="text/javascript">
<script src="http://www.chromatique.net/dev/plugins/system/scjquery/plugins/index.html" type="text/javascript">
<script src="/dev/includes/js/joomla.javascript.js" type="text/javascript">
<script src="/dev/media/system/js/caption.js" type="text/javascript">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript">
<script src="/dev/modules/mod_fpss/includes/js/jquery.fpss.js" type="text/javascript">
<script type="text/javascript">
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
var K2RatingURL = 'http://www.chromatique.net/dev/';
/* Frontpage Slideshow v3.0.0 */
jQuery.noConflict();
jQuery(document).ready(function($){
$('#fpssContainer32').fpss( {
autoStart: 1,
transitionTime: 500,
interval: 5000,
timer: 0,
effect: 'carouselHorizontal',
event: 'click',
textEffect: 0,
lavalamp: 1,
playLabel: 'Play',
pauseLabel: 'Pause'
});
});
window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
</script>
Removing calls to jQuery.js and jQuery.innerfade.js, FPSS runs properly on FFx, Chrome and Safari (not on IE), and the bottom-left banner goes inactive.
Disabling SCJquery plugin does not change anything.
Removing call to mootools.js makes FPSS inactive on all browsers.
Ideally, I would like to find a way to make FPSS work fine without deleting all other references to jQuery...
Please Log in or Create an account to join the conversation.
- mitokat
- Offline
- Junior Member
- Posts: 24
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6218
Firebug reports a JS issue caused by T3 on:
www.chromatique.net/dev/plugins/system/jat3/base-themes/default/js/menu/css.js
The side effect is that this causes issues elsewhere too. ;)
This is also invalid:
<script type="text/javascript" src="http://www.chromatique.net/dev/plugins/system/scjquery/plugins/index.html"></script>
This scjquery plugin seems way to crappy...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- odigokid
- Offline
- New Member
- Posts: 7
I am also facing issue (similar), I just purchased FPSS, and on FF 6 (tried other versions as well), works fine, Chrome works fine, but on IE (7,8, and 9) I am just seeing it load forever with a blackscreen (see - techhybrids.chasewebsolutions.com/)
I did a viewsource to see any other jquery.js files loaded - and I only see one from google which I presume is ok.
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js">
<script type="text/javascript" src="/modules/mod_fpss/includes/js/jquery.fpss.js"></script>
I am using a rockettheme as well.
Please suggest what/how to resolve this.
Thanks
Corey
Please Log in or Create an account to join the conversation.
- Marjorie COULIN
- Topic Author
- Offline
- New Member
- Posts: 18
Firebug reports a JS issue caused by T3 on:
www.chromatique.net/dev/plugins/system/jat3/base-themes/default/js/menu/css.js
The side effect is that this causes issues elsewhere too. ;)
This JS error was caused by the include of global library jQuery.js, which caused various conflicts in all other JS includes.
In other words, if I commented the part of the code related to above mentionned JS issue in css.js, another would declare in k2.js, etc.
Anyway I finally got rid of that jQuery.js include. No more errors.
This is also invalid:
<script type="text/javascript" src="http://www.chromatique.net/dev/plugins/system/scjquery/plugins/index.html"></script>
This scjquery plugin seems way to crappy...
Yup. Got rid of that one too.
I thus got back at the same point as before :
I managed to make it work on Chrome and Safari by disabling a call I made to jQuery.js for another module, but there's still no improvement on IE.
No more JS errors (at least on FFx), no more crappy plugins, no compression, but still no improvement on IE.
:'(
Please Log in or Create an account to join the conversation.
- Marjorie COULIN
- Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- mitokat
- Offline
- Junior Member
- Posts: 24
I have no problems in FF but I have problems in all the other browsers.
www.washingtonfloral.com
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- (Solved) fpss won't load slides on IE