- Posts: 24
- 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.
Alignment
- Haig Darakjian
- Topic Author
- Offline
- Junior Member
Less
More
22 Feb 2011 04:19 #280
by Haig Darakjian
The title/scripture/speaker/date information is not aligning properly. I've included a screen shot. Any suggestions?
Alignment was created by Haig Darakjian
Attachment sermonsscreenshot.jpg not found
The title/scripture/speaker/date information is not aligning properly. I've included a screen shot. Any suggestions?
Attachments:
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
22 Feb 2011 06:51 #281
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Alignment
This is probably caused by the site template. It seems to center the <th> tags and left align the <td> tags.
You can change the applied CSS in /components/com_sermonspeaker/sermonspeaker.css. Since SermonSpeaker applies special classes to its tables and cells, this can be done easy:
should do the trick.
You can change the applied CSS in /components/com_sermonspeaker/sermonspeaker.css. Since SermonSpeaker applies special classes to its tables and cells, this can be done easy:
Code:
th.ss-title, th.ss-col{
text-align:left;
}
Please Log in or Create an account to join the conversation.
- Haig Darakjian
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 24
- Thank you received: 0
22 Feb 2011 18:54 #282
by Haig Darakjian
Replied by Haig Darakjian on topic Re: Alignment
Wow! You're great! Thank you so much.
Is there any chance you can tell me how to hide the "filter" above the sermon list?
Is there any chance you can tell me how to hide the "filter" above the sermon list?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
22 Feb 2011 19:03 #283
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Alignment
In the next release, this will be an option (I didn't like it myself *g*).
For now you can also hide it with CSS:
will hide the whole filters box above the list
would only hide the text "filters"
For now you can also hide it with CSS:
Code:
.filters{
display:none;
}
Code:
.hidelabeltxt{
display:none;
}
Please Log in or Create an account to join the conversation.
- Haig Darakjian
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 24
- Thank you received: 0
24 Feb 2011 00:58 #288
by Haig Darakjian
Replied by Haig Darakjian on topic Re: Alignment
That worked well. Thank you.
Where it says "All sermons," is there a way to capitalize the 's' so that it says "All Sermons" instead?
I really appreciate your help.
Where it says "All sermons," is there a way to capitalize the 's' so that it says "All Sermons" instead?
I really appreciate your help.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
24 Feb 2011 06:43 #289
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Alignment
No problem and thanks for the donation!
This string is in the language file and can be changed there.
The language file is located in /component/com_sermonspeaker/language/en-GB/en-GB.com_sermonspeaker.ini.
This string is in the language file and can be changed there.
The language file is located in /component/com_sermonspeaker/language/en-GB/en-GB.com_sermonspeaker.ini.
The following user(s) said Thank You: Haig Darakjian
Please Log in or Create an account to join the conversation.
Time to create page: 0.101 seconds