- Posts: 16
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
JW Player 7 Not Listed On Player Selection Menu
- Brian Howell
-
Topic Author
- Offline
- New Member
-
Less
More
11 Apr 2016 14:09 #6049
by Brian Howell
Replied by Brian Howell on topic JW Player 7 Not Listed On Player Selection Menu
Here is the output in Firefox when I refresh the page with the player:
Empty string passed to getElementById(). jquery.min.js:2:24487
Use of getAttributeNode() is deprecated. Use getAttribute() instead. mootools-core.js:108:287
Empty string passed to getElementById(). jquery.min.js:2:24487
Here is the output in Firefox when I refresh the page with the list of sermons:
TypeError: document.getElementById(...) is null ff-overlay.js:8:3
Use of getAttributeNode() is deprecated. Use getAttribute() instead. mootools-core.js:108:287
SyntaxError: missing } after property list index.php:403:1215
I don't know what that means but it appears that you are correct, there are errors. I see "mootools" listed. That sounds familiar but I can't remember where I've seen that before. I don't see "mootools" listed as a plugin or module as far as I can tell. I'm using the Lighthouse template on my site if that is of any use, they may have used something related to that in the template?
Empty string passed to getElementById(). jquery.min.js:2:24487
Use of getAttributeNode() is deprecated. Use getAttribute() instead. mootools-core.js:108:287
Empty string passed to getElementById(). jquery.min.js:2:24487
Here is the output in Firefox when I refresh the page with the list of sermons:
TypeError: document.getElementById(...) is null ff-overlay.js:8:3
Use of getAttributeNode() is deprecated. Use getAttribute() instead. mootools-core.js:108:287
SyntaxError: missing } after property list index.php:403:1215
I don't know what that means but it appears that you are correct, there are errors. I see "mootools" listed. That sounds familiar but I can't remember where I've seen that before. I don't see "mootools" listed as a plugin or module as far as I can tell. I'm using the Lighthouse template on my site if that is of any use, they may have used something related to that in the template?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Apr 2016 14:16 #6050
by Thomas Hunziker
Replied by Thomas Hunziker on topic JW Player 7 Not Listed On Player Selection Menu
MooTools is a JavaScript library like jQuery is. In earlier versions of Joomla we used MooTools as the library of our choice. With 3.0 we shifted to using jQuery instead. SermonSpeaker itself (hopefully) shouldn't use any MooTools based code anymore. My guess is it comes from a module. But I would have to see the site to tell you more.
Please Log in or Create an account to join the conversation.
- Brian Howell
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 Apr 2016 14:25 #6051
by Brian Howell
Replied by Brian Howell on topic JW Player 7 Not Listed On Player Selection Menu
Here is the address to my site.
www.aikensdachurch.org/
if you can identify the problem I would be grateful.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Apr 2016 15:11 #6053
by Thomas Hunziker
Replied by Thomas Hunziker on topic JW Player 7 Not Listed On Player Selection Menu
There are two issues. The dropdown menu actually is there, but with a font-size of 0px. Which is a bit small 
If you add this rule (copied from Protostar) to your template, it should work:
The JS error is coming from this sermon: www.aikensdachurch.org/index.php?option=...your-life&Itemid=922
The problem is the apostrophe in the name of the file which breaks the JS for the player. I think the sermon form should show you a warning that the filename is unsafe to use. Best remove any special characters from a filename before using in the internet.
If you upload the file using SermonSpeaker, it will take care of the renaming for you.

If you add this rule (copied from Protostar) to your template, it should work:
Code:
.btn-group > .btn {
font-size: 13px;
}
The JS error is coming from this sermon: www.aikensdachurch.org/index.php?option=...your-life&Itemid=922
The problem is the apostrophe in the name of the file which breaks the JS for the player. I think the sermon form should show you a warning that the filename is unsafe to use. Best remove any special characters from a filename before using in the internet.
If you upload the file using SermonSpeaker, it will take care of the renaming for you.
Please Log in or Create an account to join the conversation.
- Brian Howell
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 Apr 2016 16:29 #6055
by Brian Howell
Replied by Brian Howell on topic JW Player 7 Not Listed On Player Selection Menu
Okay. Thank you! I don't know how you found all of that so fast but at least I know where to look.
I renamed the problem MP3 by removing the apostrophe and reslecting the changed file in SermonSpeaker so now it is "its" instead of "it's" however I still see "Loading Player" in the sermon list. My file names have spaces in them, that wouldn't cause a problem would it?
I'll see if I can figure out where to paste the code in my template.
Thanks
I renamed the problem MP3 by removing the apostrophe and reslecting the changed file in SermonSpeaker so now it is "its" instead of "it's" however I still see "Loading Player" in the sermon list. My file names have spaces in them, that wouldn't cause a problem would it?
I'll see if I can figure out where to paste the code in my template.
Thanks
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Apr 2016 18:02 #6056
by Thomas Hunziker
Replied by Thomas Hunziker on topic JW Player 7 Not Listed On Player Selection Menu
Years of training with searching those bugs got me some head start 
There are more files containing apostrophes. Eg www.aikensdachurch.org/index.php?option=...scription&Itemid=922 and www.aikensdachurch.org/index.php?option=...atherless&Itemid=922 .

There are more files containing apostrophes. Eg www.aikensdachurch.org/index.php?option=...scription&Itemid=922 and www.aikensdachurch.org/index.php?option=...atherless&Itemid=922 .
Please Log in or Create an account to join the conversation.
Time to create page: 0.162 seconds