- Posts: 92
- 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.
Content slider for sermons
31 Mar 2016 12:21 #5991
by antt7
Content slider for sermons was created by antt7
Could you create Content slider module for sermons like BT Content Slider?
Thanks a lot
Thanks a lot
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
31 Mar 2016 12:53 #5993
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
I could try creating a layout for the latest sermons module where it displays the sermons using the Bootstrap Carousel library (
getbootstrap.com/2.3.2/javascript.html#carousel
). However I certainly can't do what BT Content Slider does. I just don't have enough JavaScript knowledge for that :)
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
31 Mar 2016 14:07 #5994
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
Try the attached module. It has a new layout "carousel" which uses the Bootstrap Carousel.
I'm not sure yet what to display in the slide. Currently it's the same content that would show in the "blog" layout, but an image would probably be better.
I'm not sure yet what to display in the slide. Currently it's the same content that would show in the "blog" layout, but an image would probably be better.
The following user(s) said Thank You: antt7
Please Log in or Create an account to join the conversation.
31 Mar 2016 20:04 #5995
by antt7
Replied by antt7 on topic Content slider for sermons
Thanks, it works. But is it possible to show several sermons in carousel, not only one.
Layout for the latest sermons "horizontal" does not show sermons in horizontal mode. It shows it vertical.
Thanks a lot
Layout for the latest sermons "horizontal" does not show sermons in horizontal mode. It shows it vertical.
Thanks a lot
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
31 Mar 2016 20:41 #5996
by Thomas Hunziker
Replied by Thomas Hunziker on topic Content slider for sermons
I'm not sure what you mean. It shows as many sermons as you set in the module options.
The "horizontal" layout uses Bootstrap classes ("row-fluid" and "spanx"). If your template doesn't support this classes, it may show vertical. Also if the width is to small, the sermons will show under each other as well. It's kind of responsive
The "horizontal" layout uses Bootstrap classes ("row-fluid" and "spanx"). If your template doesn't support this classes, it may show vertical. Also if the width is to small, the sermons will show under each other as well. It's kind of responsive

Please Log in or Create an account to join the conversation.
31 Mar 2016 22:12 #5997
by antt7
As for "horizontal" layout i do not know if my template support this classes. But I have tried to create my layout and I have replaced one line
to
And i have horizontal mode, but it works only for 5 sermons, for example, because width is stable.
Could you help me?
Replied by antt7 on topic Content slider for sermons
It does not work for me... In settings is 5 sermons, but it shows only one. (Thomas Hunziker wrote: I'm not sure what you mean. It shows as many sermons as you set in the module options.
The "horizontal" layout uses Bootstrap classes ("row-fluid" and "spanx"). If your template doesn't support this classes, it may show vertical. Also if the width is to small, the sermons will show under each other as well. It's kind of responsive
As for "horizontal" layout i do not know if my template support this classes. But I have tried to create my layout and I have replaced one line
Code:
<div class="latestsermons_entry<?php echo $i; ?> text-center span<?php echo (int) 12/$count; ?> ">
Code:
<div class="latestsermons_entry<?php echo $i; ?>" style="display:inline-block; margin:0 2px; width:208px; min-height: 385px; padding: 10px 0 0; vertical-align:top; text-align:center;">
Could you help me?
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds