This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by CatMissile.
Viewing 4 posts - 1 through 4 (of 4 total)
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.
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.
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.
Ah, that worked. Thank you!
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Sermon page and links help needed’ is closed to new replies.