- Posts: 11
- 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.
Latest Sermon on Home Page
01 Mar 2012 16:29 #1587
by John
Replied by John on topic Re: Latest Sermon on Home Page
Awesome! Thanks. That's exactly what I was looking for... and it's even more versatile than I expected.
When I get time, I might try to create another template similar to the blog template that floats all the data inline rather than stacked so it fits on a wider column better. Here it is on my home page... fbcdesoto.com
When I get time, I might try to create another template similar to the blog template that floats all the data inline rather than stacked so it fits on a wider column better. Here it is on my home page... fbcdesoto.com
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
01 Mar 2012 16:46 #1589
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Latest Sermon on Home Page
It's true, it looks better in a small module position.
You can customize it by adding CSS rules to your template CSS file. Something like this should make the details appear all on a row:
You can customize it by adding CSS rules to your template CSS file. Something like this should make the details appear all on a row:
Code:
div.latestsermons dd{
display:inline;
}
Please Log in or Create an account to join the conversation.
01 Mar 2012 18:49 #1590
by John
Replied by John on topic Re: Latest Sermon on Home Page
Thanks, that's exactly what I was looking for. I added this to space out the info a little...
Code:
div.latestsermons dd{
display:inline;
margin-right:60px;
}
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
01 Mar 2012 22:12 #1591
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Latest Sermon on Home Page
Looks much better now
I see I have to improve the player part a bit so it could be formatted using CSS as well. Mainly there needs to be a <div> around the whole module output, basically the one around the list/blog should span over everything.
Will do that probably tomorrow
I see I have to improve the player part a bit so it could be formatted using CSS as well. Mainly there needs to be a <div> around the whole module output, basically the one around the list/blog should span over everything.
Will do that probably tomorrow
Please Log in or Create an account to join the conversation.
01 Mar 2012 23:18 #1592
by John
Replied by John on topic Re: Latest Sermon on Home Page
I was actually looking for that <div> so I could style the width of the player. I'll wait to see what you do with it. Thanks so much for your work on this.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
02 Mar 2012 10:37 #1594
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Latest Sermon on Home Page
Try this one:
I've added some divs (with unique classes) which should allow you to apply CSS formatting more easily.
I've added some divs (with unique classes) which should allow you to apply CSS formatting more easily.
Please Log in or Create an account to join the conversation.
Time to create page: 0.119 seconds