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.
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
- Thomas Hunziker
- Offline
- Administrator
Less
More
31 Jan 2014 08:08 #4311
by Thomas Hunziker
Replied by Thomas Hunziker on topic First Line Sermon List strange bg/text combo
Have a look at the original player.css file. I've changed the rule there slightly so it works better with striped Bootstrap tables.
Best is to just copy the original file again to your template folder (into css/com_sermonspeaker), and then adjust the background color as needed.
The original files are in /media/com_sermonspeaker/css
Best is to just copy the original file again to your template folder (into css/com_sermonspeaker), and then adjust the background color as needed.
The original files are in /media/com_sermonspeaker/css
Please Log in or Create an account to join the conversation.
- Ian Henley
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
31 Jan 2014 10:45 #4313
by Ian Henley
Replied by Ian Henley on topic First Line Sermon List strange bg/text combo
KO> So now my player css is...
.ss-player {
margin-bottom: 10px;
}
.ss-player hr {
margin: 0;
}
#playing{
width:100%;
height:60px;
text-align:left;
}
#playing img{
height:100%;
display:none;
float:left;
}
#playing .text{
float:left;
}
#playing .title{
margin:5px 0 0 10px;
display:block;
font-size:15px;
font-weight:bold;
}
#playing .desc{
margin:5px 0 0 10px;
display:block;
font-size:10px;
line-height:1em;
}
#playing .duration{
margin:5px;
font-weight:bold;
font-size:10px;
float:right;
}
#playing .error{
margin-right:5px;
padding:3px;
line-height:10px;
font-weight:bold;
font-size:10px;
float:right;
clear:right;
display:none;
border:1px dotted red;
}
.pointer{
cursor:pointer;
}
.ss-current,
.table-striped tbody > tr.ss-current:nth-child(odd):not(:hover) > td,
.list-striped li.ss-current:nth-child(odd):not(:hover){
background-color:#000;
border-radius:4px;
overflow:auto;
}
But still no change...
.ss-player {
margin-bottom: 10px;
}
.ss-player hr {
margin: 0;
}
#playing{
width:100%;
height:60px;
text-align:left;
}
#playing img{
height:100%;
display:none;
float:left;
}
#playing .text{
float:left;
}
#playing .title{
margin:5px 0 0 10px;
display:block;
font-size:15px;
font-weight:bold;
}
#playing .desc{
margin:5px 0 0 10px;
display:block;
font-size:10px;
line-height:1em;
}
#playing .duration{
margin:5px;
font-weight:bold;
font-size:10px;
float:right;
}
#playing .error{
margin-right:5px;
padding:3px;
line-height:10px;
font-weight:bold;
font-size:10px;
float:right;
clear:right;
display:none;
border:1px dotted red;
}
.pointer{
cursor:pointer;
}
.ss-current,
.table-striped tbody > tr.ss-current:nth-child(odd):not(:hover) > td,
.list-striped li.ss-current:nth-child(odd):not(:hover){
background-color:#000;
border-radius:4px;
overflow:auto;
}
But still no change...
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
31 Jan 2014 13:56 #4314
by Thomas Hunziker
Replied by Thomas Hunziker on topic First Line Sermon List strange bg/text combo
Looks like your player.css isn't in the proper location then.
It should be in /templates/YourTemplateDirHere/css/com_sermonspeaker/player.css
It should be in /templates/YourTemplateDirHere/css/com_sermonspeaker/player.css
Please Log in or Create an account to join the conversation.
Time to create page: 0.095 seconds