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.

Sermons table columns are very crowded

  • Jeff Hallman
  • Jeff Hallman's Avatar Topic Author
  • Visitor
  • Visitor
21 May 2015 01:56 #5281 by Jeff Hallman
Sermons table columns are very crowded was created by Jeff Hallman
Running SS V5.3 on Joomla 3.4.1 fresh install with a Ximenia theme from RocketTheme. The Sermons List table is showing with no spacing between columns and looks crowded. Also the rows are not striped and the current selected row is not highlighted. I'm sure there is some CSS conflict with the theme but cannot figure it out.
Attachments:

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

More
21 May 2015 07:55 #5282 by Thomas Hunziker
Can you tell me the URL of your site. Then it's much easier to tell you what CSS rules you need.
SermonSpeaker uses Bootstrap classes for the most things. If the template doesn't support those classes (isn't a Bootstrap template), then you have to provide your own rules for it.

From the picture, I'd say your table misses a "width: 100%" rule.
The striped is done by Bootstrap like this:
Code:
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th { rgb(249, 249, 249); }

The current row can be styled using the class "ss-current". SermonSpeaker adds some rules here which are defined in the player.css.

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

  • Jeff Hallman
  • Jeff Hallman's Avatar Topic Author
  • Visitor
  • Visitor
21 May 2015 17:56 #5287 by Jeff Hallman
Replied by Jeff Hallman on topic Sermons table columns are very crowded

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

More
21 May 2015 21:04 #5288 by Thomas Hunziker
The width of the table looks fine to me now. The current line also is marked.
The striping effect could be done as easy as with
Code:
.cat-list-row1 td { background-color: #123456; }

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

  • Jeff Hallman
  • Jeff Hallman's Avatar Topic Author
  • Visitor
  • Visitor
22 May 2015 00:42 #5289 by Jeff Hallman
Replied by Jeff Hallman on topic Sermons table columns are very crowded
Thanks for pointing me to the right files and examples. I was able to achieve the look I wanted.

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

Time to create page: 0.286 seconds
Powered by Kunena Forum