[Resolved] Remove default featured image on all Pages

Home Forums Support [Resolved] Remove default featured image on all Pages

Home Forums Support Remove default featured image on all Pages

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #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.

    #1560239
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a page where i can see the issue

    #1560250
    Neal

    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

    #1560324
    David
    Staff
    Customer Support

    Aah ok – thats actually your Site Logo’s image. You can remove that in Customizer > Site Identity.

    #1560695
    Neal

    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

    #1560713
    David
    Staff
    Customer Support

    Try adding this CSS to remove the logo from all pages aside from the Home page:

    body:not(.home) .site-logo {
        display: none;
    }
    #1560745
    Neal

    D

    That did not work.

    N

    #1560753
    Neal

    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

    #1560755
    Neal

    D

    So, now a question: Why doesn’t GP Premium offer a Hero Image for the homepage?

    N

    #1561656
    Leo
    Staff
    Customer Support

    Are 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.

    #1561888
    Neal

    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

    #1561906
    Leo
    Staff
    Customer Support
    #1562060
    Neal

    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

    #1562361
    Leo
    Staff
    Customer Support

    That case you can just add an image tag as the page hero content like this:
    <img src="https://IMAGE-URL-HERE" >

    #1562434
    Neal

    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 users

    Still no image on home page.

    N

Viewing 15 posts - 1 through 15 (of 21 total)
  • You must be logged in to reply to this topic.