- Posts: 90
- Thank you received: 0
Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.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 4.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
Wording not fitting in lozenges on sermon page
- Alistair Kent
- Topic Author
- Offline
- Premium Member
Less
More
24 Mar 2011 23:23 #404
by Alistair Kent
Wording not fitting in lozenges on sermon page was created by Alistair Kent
I have just upgraded to 3.4.3 from 3.4.2 successfully, but when I go yto one of my sermons, i.e.
yourchurchontheweb.com/demo/index.php?op...mon&id=10001&Itemid=
the words 'Sermon Download' and 'Pop Up Player' don't fit in the lozenges.
Joomla 1.5.22
yourchurchontheweb.com/demo/
Joomla 1.5.22
yourchurchontheweb.com/demo/
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
25 Mar 2011 07:45 #406
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Wording not fitting in lozenges on sermon page
This is also caused by your template
Those buttons have the CSS classes "button" and "popup_btn" / "download_btn" applied.
The "button" class is set by your template css ( yourchurchontheweb.com/demo/templates/Natural/css/template.css ) to a width of 67px and a background image of this width is applied.
You now have two choices: Either change the "button" class in your template for the whole site, or create a new CSS definition for the sermonspeaker button which overrides the one from the template. The last one would be done in /compinents/com_sermonspeaker/sermonspeaker.css and could look like this:
Or you could of course shorten the button text in the language file so it fits on the template button. Look in the FAQ section to see how to do this
Those buttons have the CSS classes "button" and "popup_btn" / "download_btn" applied.
The "button" class is set by your template css ( yourchurchontheweb.com/demo/templates/Natural/css/template.css ) to a width of 67px and a background image of this width is applied.
You now have two choices: Either change the "button" class in your template for the whole site, or create a new CSS definition for the sermonspeaker button which overrides the one from the template. The last one would be done in /compinents/com_sermonspeaker/sermonspeaker.css and could look like this:
Code:
div.ss-sermondetail-text .button {
background: grey !important;
width: 150px;
}
Or you could of course shorten the button text in the language file so it fits on the template button. Look in the FAQ section to see how to do this
Please Log in or Create an account to join the conversation.
- Alistair Kent
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 0
09 Apr 2011 16:40 #460
by Alistair Kent
Replied by Alistair Kent on topic Re: Wording not fitting in lozenges on sermon page
Thanks Thomas!
Please Log in or Create an account to join the conversation.
Time to create page: 0.094 seconds