- Posts: 17
- 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.
Pop Up Video player empty
21 Aug 2013 08:17 #3791
by Keith
Pop Up Video player empty was created by Keith
I am linking youtube videos to the sermons. The picker works fine and is able to see and play the videos. When I go to the details page, the video download button leads to the youtube page fine. However, the player button creates an empty pop up window with only the title of the sermon in it.
immanuelsilverton.org/index.php/componen...witnesses?Itemid=596
Any ideas?
Aloha
Keith
immanuelsilverton.org/index.php/componen...witnesses?Itemid=596
Any ideas?
Aloha
Keith
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
21 Aug 2013 09:01 #3793
by Thomas Hunziker
Replied by Thomas Hunziker on topic Pop Up Video player empty
I found a bug in the popup layout.
See the file /components/com_sermonspeaker/views/sermon/tmpl/popup.php.
On the third line it says
Change to
This should solve that issue.
See the file /components/com_sermonspeaker/views/sermon/tmpl/popup.php.
On the third line it says
Code:
$config = array('type' => JFactory::getApplication()->input->get('type', 'audio'));
Change to
Code:
$config = array('type' => JFactory::getApplication()->input->get('type', 'auto'));
This should solve that issue.
Please Log in or Create an account to join the conversation.
21 Aug 2013 19:45 #3801
by Keith
Replied by Keith on topic Pop Up Video player empty
Hi,
I did the edit, but still no go. Here's what it says in the pop-up window, if this helps:
immanuelsilverton.org/index.php/worship/...video&tmpl=component
Mahalo
Keith
I did the edit, but still no go. Here's what it says in the pop-up window, if this helps:
immanuelsilverton.org/index.php/worship/...video&tmpl=component
Mahalo
Keith
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
21 Aug 2013 21:04 #3805
by Thomas Hunziker
Replied by Thomas Hunziker on topic Pop Up Video player empty
Ouch, my bad. I fixed that bug a month ago internally, but forgot about it. Looks like I should release a version 4.5.6 soon. Basically all YouTube videos don't play at all if I'm right.
Try with the attached version. Extract the file and put it to
Try with the attached version. Extract the file and put it to
/components/com_sermonspeaker/helpers/player/jwplayer5.php
The following user(s) said Thank You: Keith
Please Log in or Create an account to join the conversation.
21 Aug 2013 22:01 #3808
by Keith
Yes! You did it! Awesome! You "da man!"
Mahalo Nui Loa!!
Keith
Replied by Keith on topic Pop Up Video player empty
Yes! You did it! Awesome! You "da man!"
Mahalo Nui Loa!!
Keith
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
22 Aug 2013 14:15 #3819
by Thomas Hunziker
Replied by Thomas Hunziker on topic Pop Up Video player empty
I release SermonSpeaker 4.5.6 which fixes that bug.
The following user(s) said Thank You: Keith
Please Log in or Create an account to join the conversation.
Time to create page: 0.116 seconds