Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.

Rokbooster breaking SermonSpeaker

More
11 Jul 2012 14:25 #2263 by Manuel Kuhs
Finally found the culprit!! It's

/media/com_sermonspeaker/player/jwplayer/jwplayer.js

When I exclude this, it works perfect. When I don't exclude it, it breaks.

Since it doesn't happen with your site, there must be some sort of template or extension specific conflict?

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

More
11 Jul 2012 14:37 #2264 by Thomas Hunziker
The javascript file is the original file included in the JW Player from www.longtailvideo.com .

I have no clue what it could be. But without looking at the broken page, it's almost impossible to say what happens. I also don't know what exactly RokBooster does with the javascript.
I still think it should never result in the while thing disappearing.

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

More
11 Jul 2012 14:42 #2265 by Manuel Kuhs
Since you're currently online, I've disabled the exclusion and the error is live at:
limerickreformed.com/sermons/all-sermons

Please let me know as soon as you're done looking at it so I can "fix" it again for the public!

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

More
11 Jul 2012 15:01 #2266 by Thomas Hunziker
What I see is that the template assigns the following CSS rule in template-gecko.css:
Code:
#rt-transition.rt-hidden { opacity: 0; }

This "hides" the whole content.

There is also this CSS rule:
Code:
#rt-transition.rt-visible { -moz-transition: opacity 0.4s ease-in 0s; opacity: 1; }

I guess there is also some Javascript code which would change the class from rt-hidden to rt-visible on pageload. And probably this code breaks when the jwplayer javascript gets compressed. I have no clue why it breaks the code when it's included in RokBooster but not when it's standalone.
The following user(s) said Thank You: Manuel Kuhs

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

More
11 Jul 2012 15:03 #2267 by Manuel Kuhs
Cool thanks for checking it out. I think the best solution is to exclude the jwplayer js and enable compression for everything else. Excluding jwplayer won't make a big difference in terms of compression anyway I would guess.

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

More
11 Jul 2012 15:04 #2268 by Manuel Kuhs
Should I mark this thread as "[Solved]" or something?

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

Time to create page: 0.125 seconds
Powered by Kunena Forum