Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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
  • Marjorie COULIN's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #42152 by Marjorie COULIN
(Solved) fpss won't load slides on IE was created by Marjorie COULIN
Hi everyone,

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
  • Marjorie COULIN's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #42153 by Marjorie COULIN
Replied by Marjorie COULIN on topic Re: fpss won't load slides on IE, Chrome and Safari
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.

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.

More
12 years 8 months ago #42154 by paul_g
I had the same problem and solved it by disabling "Load jQuery library" in the module Gtranslate. I have a slideshow in all browsers: IE9, Chrome and Firefox 6.0

Please Log in or Create an account to join the conversation.

  • Marjorie COULIN
  • Marjorie COULIN's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #42155 by Marjorie COULIN
Thank you Paul, but I tried to remove any jQuery script include, and it still doesn't make it on IE.

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.

More
12 years 8 months ago #42156 by mitokat
I am having the same issue.  Looks wonderful on firefox but having issues on all others. :(

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago - 12 years 8 months ago #42157 by JoomlaWorks
@Mari0
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.

More
12 years 8 months ago #42158 by odigokid
Hi,

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
  • Marjorie COULIN's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #42159 by Marjorie COULIN
Replied by Marjorie COULIN on topic Re: fpss won't load slides on IE (updated)
Thank you Fotis for your help.

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
  • Marjorie COULIN's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #42160 by Marjorie COULIN
Replied by Marjorie COULIN on topic Re: fpss won't load slides on IE (updated)
Using IE error console
When FPSS modules are enabled, I have a few JS errors, typical of some JS conflict:

File Attachment:


When FPSS modules are disabled, no more JS errors.
I may not be wrong saying the conflict is caused by FPSS JS use.

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #42161 by mitokat
Replied by mitokat on topic Re: fpss won't load slides on IE (updated)
I am having the same issues.  I know I have other things that use jquery such as the template. 
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.


Powered by Kunena Forum