- Posts: 60
- Thank you received: 0
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.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Rokbooster breaking SermonSpeaker
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
Less
More
11 Jul 2012 14:25 #2263
by Manuel Kuhs
Replied by Manuel Kuhs on topic Rokbooster breaking SermonSpeaker
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?
/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.
- Thomas Hunziker
- Offline
- Administrator
11 Jul 2012 14:37 #2264
by Thomas Hunziker
Replied by Thomas Hunziker on topic Rokbooster breaking SermonSpeaker
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.
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.
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 0
11 Jul 2012 14:42 #2265
by Manuel Kuhs
Replied by Manuel Kuhs on topic Rokbooster breaking SermonSpeaker
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!
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.
- Thomas Hunziker
- Offline
- Administrator
11 Jul 2012 15:01 #2266
by Thomas Hunziker
Replied by Thomas Hunziker on topic Rokbooster breaking SermonSpeaker
What I see is that the template assigns the following CSS rule in template-gecko.css:
This "hides" the whole content.
There is also this CSS rule:
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.
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.
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 0
11 Jul 2012 15:03 #2267
by Manuel Kuhs
Replied by Manuel Kuhs on topic Rokbooster breaking SermonSpeaker
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.
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 0
11 Jul 2012 15:04 #2268
by Manuel Kuhs
Replied by Manuel Kuhs on topic Rokbooster breaking SermonSpeaker
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