- Posts: 21
- 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.
"Details" Showing up since 4.4 upgrade.
- Brady Kuenning
-
Topic Author
- Offline
- Junior Member
-
Less
More
10 Apr 2012 00:41 #1737
by Brady Kuenning
"Details" Showing up since 4.4 upgrade. was created by Brady Kuenning
Ever since I upgraded from 4.3 to 4.4 I have started getting extra "details" showing up on various pages.
For example if you look at the Latest Sermons Module on the front page.
alaskavalleychurch.com/
It used to show just the word sermons and a link to the latest one. Now it shows:
Also on a sermon list page, you can see:
alaskavalleychurch.com/resources/audio/2012
I am not sure if these are supposed to be mouse over bubbles or what, but I need help cleaning up the code, especially on the front page.
Thanks
For example if you look at the Latest Sermons Module on the front page.
alaskavalleychurch.com/
It used to show just the word sermons and a link to the latest one. Now it shows:
even though all of the details are disabled on the module settings.Details
Romans 10:11-17
Also on a sermon list page, you can see:
at the top of the page.Details
Category: Sermons
alaskavalleychurch.com/resources/audio/2012
I am not sure if these are supposed to be mouse over bubbles or what, but I need help cleaning up the code, especially on the front page.
Thanks
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
10 Apr 2012 08:27 #1740
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: "Details" Showing up since 4.4 upgrade.
The "details" is displayed in front of the info details. The same happens for regular articles as well if it's not override by the template.
But most templates I saw so far, just hide this by using the following CSS rule:
This should do the trick.
But most templates I saw so far, just hide this by using the following CSS rule:
Code:
dt.article-info-term{
display:none;
}
This should do the trick.
The following user(s) said Thank You: Brady Kuenning
Please Log in or Create an account to join the conversation.
- Brady Kuenning
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
10 Apr 2012 23:54 #1753
by Brady Kuenning
Replied by Brady Kuenning on topic Re: "Details" Showing up since 4.4 upgrade.
That removed the word details, but I still have the scripture showing up on the front page module, and I don't see any place to turn it off.
Also the font size changed to a larger font.
Also the font size changed to a larger font.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
11 Apr 2012 09:40 #1755
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: "Details" Showing up since 4.4 upgrade.
The scripture you see is actually the sermon description. This one is shown always in the blog layout.
If you only want a list, you can use the modules default layout instead.
If you only want a list, you can use the modules default layout instead.
Please Log in or Create an account to join the conversation.
- Brady Kuenning
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
11 Apr 2012 22:11 - 11 Apr 2012 22:12 #1760
by Brady Kuenning
Replied by Brady Kuenning on topic Re: "Details" Showing up since 4.4 upgrade.
Last edit: 11 Apr 2012 22:12 by Brady Kuenning.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
12 Apr 2012 15:01 - 12 Apr 2012 15:08 #1764
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: "Details" Showing up since 4.4 upgrade.
Look at the advanced tab and select the "default" value for "alternative layout" there 
It will then show a regular <ul> list with only the sermon titles, which you can format with CSS like you wish.

It will then show a regular <ul> list with only the sermon titles, which you can format with CSS like you wish.
Last edit: 12 Apr 2012 15:08 by Thomas Hunziker.
The following user(s) said Thank You: Brady Kuenning
Please Log in or Create an account to join the conversation.
Time to create page: 0.170 seconds