Phil
I had a problem with appearance but found a box to tick:
Sermon Manager / Settings / General / Theme Compatibility
Thread Starter
shooi
(@shooi)
Hello,
Thanks for the response. Yeah I found that – it’s worse when I don’t have that ticked, but the format you’re seeing has that box ticked…
Phil
Hi!
Apologies for the delay.
To fix the issue, we just need a bit of CSS magic 🙂
.wpfc-sermon {
width: 100% !important;
}
// remove unneeded padding
.wpfc-sermon .post-content {
padding: 0 !important;
}
// hide repeated metadata
.wpfc-sermon .post-meta .date, .wpfc-sermon .meta-author, .wpfc-sermon .meta-category {
display: none;
}
Also, I’d recommend you to temporarily install development version of Sermon Manager, since it has couple fixes regarding display. To do so:
- Deactivate and remove existing version of Sermon Manager (no data will be lost)
- Download and install development version
Let us know if you need more help! 🙂
Thread Starter
shooi
(@shooi)
Hi Nikola,
Thanks for getting back to me. I’ve done what you’ve suggested.
If you look now you can see that the formatting of the sermons looks better but the filters are gone.
If I uncheck the compatibility box, the filters come back, but the sermons have no spacing between them.
Any more help much appreciated.
Thanks,
Phil