Your Time:
Our Time:
← Back to discussions

Sermon page and links help needed

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by CatMissile.

  • 2019-08-05 at 9:03 am
    Unknown Support Status
    #25624
    CatMissile
    Participant
    • Topics: 4
    • Replies: 13
    • Total posts: 17
    • Post count: 17

    There are a couple of bugs on the Sermons page that we need help fixing: http://wp5.temp.domains/~suburbt7/scc-sermons/

    1. Even though I have all comments disabled, there is still a “no comments” icon under the title. This is confusing to the reader, as it implies that there might still be a comment function (which there aren’t). Can you tell me how to hide/disable this? I tried to hide the class “.fa fa-comment”” class with css, but that didn’t work.

    2. When clicking on “view sermon”, it correctly takes the user to the specific sermon page. However, the breadcrump link above it in the header has a bug, in that “Sermons” doesn’t return the user to Sermons page, but instead links to “Archives”, which is very confusing, and isn’t even one of the pages listed. How can we fix this?

    Thank you.

    2019-08-07 at 9:46 am
    Unknown Support Status
    #25628
    CatMissile
    Participant
    • Topics: 4
    • Replies: 13
    • Total posts: 17
    • Post count: 17

    As a follow-on to my previous post, the same problem with the breadcrumbs also occurs on the individual people. Example: http://wp5.temp.domains/~suburbt7/people/mike-king/

    The breadcrumbs do not lead back to the origin, but instead to an “Archives” page.

    2019-08-10 at 12:46 pm
    #25642
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    @CatMissile

    1) If you want to disable comment the add these lines of code in custom CSS

    .sermon-post-meta span:nth-child(4) {
        display: none;
    }

    2) For the breadcrumb, I had seen you change the slug so this same slug add in breadcrumb navigation.

    2019-08-10 at 7:52 pm
    Unknown Support Status
    #25655
    CatMissile
    Participant
    • Topics: 4
    • Replies: 13
    • Total posts: 17
    • Post count: 17

    Ah, that worked. Thank you!

The topic ‘Sermon page and links help needed’ is closed to new replies.