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.

Popup Player window sizing issue

More
10 Oct 2015 15:55 #5564 by Brian Benedum
I have been using integrated JW Player 6 for my sermon videos. Since this is now depreciated, I downloaded the JW 7 player plugin and pointed Sermon Speaker to that plugin. The issue I ran into was that no matter how I set the video width and height, the bottom portion of my video was truncated. By looking at the code I could see that the window size was being set to the same size as the video dimensions. I believe that the window needs to be taller due to the title, so to fix this I overrode the popup.php file in the views\sermon\tmpl directory with the following code change:

window.resizeTo(<?php echo $player->popup . ', ' . ($player->popup + 150); ?>);

By adding 150 to the height I can now see all of the video in the window. If this was not the correct solution, please let me know, otherwise I hope this info. will help others with this problem.

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

More
10 Oct 2015 21:44 #5566 by Thomas Hunziker
Overriding the layout is the best and simplest solution you can do.
I can maybe add thatto the original layout or make it an option in the player itself as it could be different for the various players.

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

Time to create page: 0.248 seconds
Powered by Kunena Forum