Bug: featured image and meta data sneaking into page layout

Home Forums Jevelin Theme Bug: featured image and meta data sneaking into page layout

Home Forums Jevelin Theme Bug: featured image and meta data sneaking into page layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dalkat
    Participant

    Hi,

    I was having an issue last week where the meta data I added to Yoast plugin would appear at the top of my WP bakery and then appear on the page when previewed/live. Now, I’m having an issue where the featured image shows up on the page. What is the source of the issue?

    I removed it from live pages but you can see here
    see https://www.presently.fun/tester2/

    • This topic was modified 4 years, 2 months ago by dalkat.
    Attachments:
    You must be logged in to view attached files.

    Hi @dalkat,

     

    I hope you are well today and thank you for your question.

     

    It doesn’t seem the issue, you have to just edit the page and remove the featured image as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    dalkat
    Participant

    Hi – we WANT the featured image to be able to set the thumbnail for google search and beyond. We DON’T want the feature image to show up in the page though. Do you understand what I mean?

    Solution for this topic

    In this case, you can just hide the page featured image by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS

     

    body.page #content > .page-featured-image {
        display: none;
    }

    dalkat
    Participant

    Thanks that worked

    You are most welcome here 🙂

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