- Posts: 8
- 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.
Vimeo Link
10 Jan 2012 23:29 - 10 Jan 2012 23:29 #1367
by kraig
Replied by kraig on topic Re: Vimeo Link
Thanks for the assistance. Things are working. Now I can work on the layout at my leisure.
Last edit: 10 Jan 2012 23:29 by kraig.
Please Log in or Create an account to join the conversation.
11 Jan 2012 21:04 #1372
by kraig
Replied by kraig on topic Re: Vimeo Link
It's working great. Any way to make the video a little smaller?
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
11 Jan 2012 21:10 #1373
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Vimeo Link
in the media/com_sermonspeaker/vimeo-js.php file you can add the following code uptop on line 2 changing sizes as you like.
in sermon view you'll have go into the view php file "content-vimeo.php". and change the following lines
Code:
$vwidth = '520';
$vheight = '400';
in sermon view you'll have go into the view php file "content-vimeo.php". and change the following lines
Code:
$videoconfig = array
(
'type' => 'video',
'count' => 1,
'autostart' => '1',
'vwidth' => '640px',
'vheight' => '480px'
);
Please Log in or Create an account to join the conversation.
12 Jan 2012 16:24 #1380
by kraig
Replied by kraig on topic Re: Vimeo Link
Thank you for the quick response. Everything is once again rainbows and unicorns in my world.

Please Log in or Create an account to join the conversation.
Time to create page: 0.152 seconds