Featured Image

This topic contains 12 replies, has 2 voices, and was last updated by  norman meyler 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #388492

    norman meyler
    Expired Member
    Post count: 28

    I am using the script to hide featured image on Detail Place Page. (.single-gd_place .featured-area {
    display: none!important;
    })

    What is the script for hiding same on Blog page and Events Page.
    Thanks

    #388509

    Kor
    Moderator
    Post count: 16516

    Hi Norman,

    Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?

    #388588

    norman meyler
    Expired Member
    Post count: 28
    This reply has been marked as private.
    #388611

    Kor
    Moderator
    Post count: 16516

    Hi Norman,

    Please try using this custom CSS code below.

    
    
    .single-post .featured-area .featured-img,
    .single-gd_event .featured-area .featured-img {
        display:none!important;
    }
    #388622

    norman meyler
    Expired Member
    Post count: 28

    ON Single events – the image is gone but the space/background is still there.
    Nothing change on single blog post

    #388649

    Kor
    Moderator
    Post count: 16516

    Hi Norman,

    If I remove the “Featured Area”, you’ll lose the title on the blog posts and on the event page, the date will be removed. If you want to proceed. Please replace the previous custom CSS with the below.

    
    
    .single-post .featured-area,
    .single-gd_event .featured-area,
    .blog .featured-area:nth-child(2) {
        display:none!important;
    }
    #388748

    norman meyler
    Expired Member
    Post count: 28

    Works perfect for the Events Page. ON the Blag Page it does remove the Title. It also messed up the layout the of Blog Gallery (GRID) Layout.
    Calling on your expertise. IS there a way to get the Blog Title back in.

    #388784

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #389197

    norman meyler
    Expired Member
    Post count: 28

    1. Yes remove the blog post featured image but keep the title. Using the code you gave removed both the title and image.

    2. Yes also. The code you gave worked perfectly.

    3.Yes. The code worked very well here also.

    #389326

    Kor
    Moderator
    Post count: 16516

    Hi norman,

    Do you think you can share WP temp admin access to your site so we can take a better look? You can post the details here using the private reply option below.

    #389341

    norman meyler
    Expired Member
    Post count: 28
    This reply has been marked as private.
    #389369

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #389507

    norman meyler
    Expired Member
    Post count: 28

    Thank you

Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket