• Resolved sjh687

    (@sjh687)


    We use the archive page to display all recent sermons. However, at the bottom of this page, there is a long list of pages, archives, and categories on the site. This is the same for individual sermon pages. How can I get these lists removed?

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Sounds like your theme isn’t compatible to Sermon Manager, so the easiest way to make your sermons look right is to go to Sermons > Settings > Advanced > Theme Compatibility. Click on that checkbox.

    Thread Starter sjh687

    (@sjh687)

    Ok, that seemed to remove the extra links.

    But it also took the sorting fields away on the archive page. Is there a way to get those back?

    Forgot about that sorting field thing. You can hide it in CSS, but I’ll need to see it like it was before you checked that checkbox.

    Thread Starter sjh687

    (@sjh687)

    Ok, I unchecked it.

    Add this to your custom CSS section:

    /**
    * Hides Sidebar on Sermon Manager Posts
    ***************************************************/
    .tax-wpfc_preacher #sidebar,
    .tax-wpfc_bible_book #sidebar,
    .tax-wpfc_service_type #sidebar,
    .single-wpfc_sermon #sidebar,
    .post-type-archive-wpfc_sermon #sidebar {display: none;}

    You can also add this if you want to add some padding around the Sermon Container. It’s 10px top/bottom and 20px right/left.

    /**
    * Adds Padding to Sermon Container
    ***************************************************/
    .wpfc-sermon-container {padding: 10px 20px;}
    Thread Starter sjh687

    (@sjh687)

    Should I do this with the Theme Compatibility checked or unchecked?

    Forgive my ignorance, but where exactly do I put the custom CSS? Is that within Sermon Manager or somewhere else in WordPress?

    No, leave the Theme Compatibility unchecked.

    This is within WordPress. When you are logged in, you should see a WordPress Menu on the top. Click on “Customize” and then click on “Additional CSS”. Put that code there and save it. This is just for this theme as it is attached to that theme only.

    Thread Starter sjh687

    (@sjh687)

    Thanks for your help! I think that worked. May God bless you.

    Thread Starter sjh687

    (@sjh687)

    Resolved

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Links at bottom of archive page and individual sermon pages’ is closed to new replies.