- This topic has 20 replies, 3 voices, and was last updated 1 year, 6 months ago by
Leo.
-
AuthorPosts
-
December 1, 2020 at 4:39 am #1560205
Neal
GENERATEPRESS
I am using the Classic Editor.
I just purchased GP Premium 1.12.2.
I want to remove the default featured image on all Pages.
What do I do?
NEAL
PS: Regarding Customizer > Layout > Blog > Featured Images > Pages: I have unticked the box for Display featured images and the Featured Images remain on the Pages.
December 1, 2020 at 5:18 am #1560239David
StaffCustomer SupportHi there,
can you share a link to a page where i can see the issue
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 5:26 am #1560250Neal
DAVID
Thanks for the prompt response!
Here is a link to a Page on my jazz book: JAZZ
I do not want the image from 2001: A Space Odyssey (or any other Featured Image) on my Pages.
NEAL
December 1, 2020 at 6:22 am #1560324David
StaffCustomer SupportAah ok – thats actually your Site Logo’s image. You can remove that in Customizer > Site Identity.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 7:56 am #1560695Neal
D
I use the Site Logo in the Customizer as the Featured Image/Hero Image on my homepage. If I remove it, is there a way to add such an image to my homepage with GP Premium?
N
December 1, 2020 at 8:06 am #1560713David
StaffCustomer SupportTry adding this CSS to remove the logo from all pages aside from the Home page:
body:not(.home) .site-logo { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 8:16 am #1560745Neal
D
That did not work.
N
December 1, 2020 at 8:22 am #1560753Neal
D
Apologies—I jumped the gun!
I removed the piece of code from the CSS and pasted it back in and it worked fine!
Thanks.
N
December 1, 2020 at 8:22 am #1560755Neal
D
So, now a question: Why doesn’t GP Premium offer a Hero Image for the homepage?
N
December 1, 2020 at 10:55 am #1561656Leo
StaffCustomer SupportAre you referring to the featured image on the posts/blog page which is your home page currently?
That’s a WordPress thing unfortunately – it ignores all metabox options on index pages (blog, archive etc).
Let me know if this answers your question.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 12:06 pm #1561888Neal
LEO
Thanks for the response.
Yes, I am referring to the featured image on the posts/blog page which is your home page.
Here is an example: Global Climate Change
Why doesn’t GP Premium offer a Hero Image (or some such) to place there so I would not have to use the Site Logo?
NEAL
December 1, 2020 at 12:14 pm #1561906Leo
StaffCustomer SupportYou can use a header element for that:
https://docs.generatepress.com/article/header-element-overview/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 1:09 pm #1562060Neal
L
I just want a large, textless image on the home page similar to what I have using the Site Logo.
I tried following the instruction for the Header Element but could not make it work.
N
December 1, 2020 at 3:49 pm #1562361Leo
StaffCustomer SupportThat case you can just add an image tag as the page hero content like this:
<img src="https://IMAGE-URL-HERE" >
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 1, 2020 at 4:40 pm #1562434Neal
L
I have this in the Hero content box:
Then I have these setting:
Container: Contained
Inner Container: Contained
Horizontal Alignment: Center
Padding: none
Background Image: No Background Image
Location: Front Page
Users: All usersStill no image on home page.
N
-
AuthorPosts
- You must be logged in to reply to this topic.