Header Image, post image issues.
-
Im just setting up a website for my partners new business venture and have encountered a few issues. This is my first time doing so, and its a little confusing to say the least, although I have managed to use CSS codes to change some things already.
Ok to the problem, I am using “Hemingway rewritten” and would like my main header image to stay the same for all posts and pages. I understand I can change this via customization options but I would like the featured Image to display above the post on my articles page. If possible I would also like a featured image to appear above pages when you click them from the menu but again I have the same issue. If I stop the Image showing in my header it also disappears from the page/post (first one anyway)
I’m sorry if I am missing something obvious as I said I am very new to this, but any help would be appreciated. I also understand that this might not be possible which is fine too, an answer either way will help me progress.
Thank for you time reading me
Phil (Lisa’s partner)The blog I need help with is: (visible only to logged in users)
-
Hi Phil,
would like my main header image to stay the same for all posts and pages.
On the Hemingway Rewritten theme the default or custom header image appears on each post or static page, unless there is a featured image set on that post or page. See the following relevant documents:
- Hemingway Rewritten theme guide
- Featured Images support page
- Custom Header Image support page
I would like the featured Image to display above the post on my articles page.
A featured image only appears above a post’s content on the blog page and on archives pages if the posts are marked sticky. The Hemingway Rewritten theme guide says:
Featured images set for Sticky Posts are displayed on the blog and archives above the post content.
If possible I would also like a featured image to appear above pages when you click them from the menu but again I have the same issue.
Whether this is possible depends on whether you’re referring to static pages or to archives pages such as category pages.
Each static page must be treated separately with regard to featured images. There is no way to set a featured image that is applied to each page. The site header image may be displayed on each page, but a site header image and a featured image are different features, with different rules governing how they behave.
Category pages are archives pages. Archives pages will display the site header if the header is set to display. If not, then no header image will be displayed. There is no option for setting a featured image on an archives page.
Regards,
doc -
Thank you for the reply.
It appears the way I wished to do it isn’t going to be possible with this theme.
If I could just hide the title from appearing on the each page I could work around this issue. I have checked on the forums already did find a solution but it doesn’t seem to work. Obviously with my own page id
The solution was the css code.
.page-id-50 .headline {
display: none;
}As I know CSS is theme related I was wondering if you would have any ideas how I could alter the code to work
Many thanks
Phil -
Hi Phil,
You’re welcome. I don’t know css code, so I’ll tag the topic for staff attention. Please wait for staff to respond.
Regards,
doc -
Hi Phil, no problem.
If you want to hide the titles from every page, use this in your theme:
.page .entry-title { display: none; }If you want to limit that to some conditions, let us know what those are and we’ll try to help you sort it out.
The CSS you have in your example applied to very specific conditions.
-
-
- The topic ‘Header Image, post image issues.’ is closed to new replies.