• Resolved shooi

    (@shooi)


    Hello,

    Trying out your plugin because it looks a lot easier than what I’ve been doing before!
    However, having uploaded one sermon to give it a try, the formatting looks fairly…er…not what I was expecting (i.e. nothing like it is in your live demo).

    Any help would be much appreciated!

    Thanks,

    Phil

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • DavidN78

    (@davidn78)

    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

    Nikola

    (@nikolam)

    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:

    1. Deactivate and remove existing version of Sermon Manager (no data will be lost)
    2. 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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Trying out the plugin, having problems’ is closed to new replies.