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.

First Line Sermon List strange bg/text combo

More
30 Nov 2013 11:24 #4137 by Ian Henley
Hi, Thomas

I have seen a few items on this kind of issue but cannot see where to amend either Template or SermonSpeaker css file to solve...

In pluto.uksrv.co.uk/~uppergmc/index.php/all-podcasts I cannot read text for top line item I Sermon List.

Where do I solve this one, please?

Ian

Please Log in or Create an account to join the conversation.

More
30 Nov 2013 12:05 #4140 by Thomas Hunziker
The player adds the class `ss-current` to the currently played sermon to highlight it. The rule for that is in /media/com_sermonspeaker/css/player.css and looks like this:
Code:
.ss-current{ background:#EBFFEB; border-radius:4px; }

You can override this rule within your template CSS file or just override the file itself by copying it to /templates/your_template/css/com_sermonspeaker/player.css and make the needed changes there. Joomla will automatically pick up the file from there instead.

Please Log in or Create an account to join the conversation.

More
30 Nov 2013 13:23 #4145 by Ian Henley
Thomas. Great! That's done it.

The only issue now is when you click on a Podcast, the Player shows same issue...

pluto.uksrv.co.uk/~uppergmc/index.php/al...-crisis-at-zerapheth

Please Log in or Create an account to join the conversation.

More
30 Nov 2013 13:54 #4147 by Thomas Hunziker
Different issue but same solution. Only that we are talking about the #sermon-infobox rule in the icon.css file in this case :-)
Code:
#sermon-infobox{ -moz-border-radius:15px 15px 15px 15px; border-radius:15px 15px 15px 15px; background:none repeat scroll 0 0 #F6F6F6; border:2px solid #AAA; margin:0; padding:5px; width:97%; }
You probably want to change the color of the background to some dark grey or something

Please Log in or Create an account to join the conversation.

More
30 Nov 2013 17:40 #4150 by Ian Henley
Wunderbar!

Thank you!

Ian

Please Log in or Create an account to join the conversation.

More
30 Jan 2014 22:18 #4309 by Ian Henley
Hi, Thomas
Don't know why but I have this problem again!

In the /css/player.css I have:
.ss-current{
background:#000000;
border-radius:4px;
}

I also have the same in /css/template.css

But I have grey background with white text again.

I also have issue again the player. But I cannot find icon.css

Please Log in or Create an account to join the conversation.

Time to create page: 0.184 seconds
Powered by Kunena Forum