• Hi,

    The previous image of the blog posts does not appear to me.

    In the post I put featured image and in the customizer menu it is activated.

    Also, the links at the top of the page to social networks, only on the blog and in the posts, do not appear either.

    Can somebody help me?

    thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    The issue you are facing because of the below code, if you have added the below code, remove that to fix the issue.

    .thumbnail {
        display: none;
    }

    If you are not getting the option to remove that try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .thumbnail {
        display: block;
    }
    Thread Starter miguelperez10

    (@miguelperez10)

    thank you very much. So I fix the problem but then in the blog entries and the pages the thubnail appears at the top of the page.

    How can I block the thubnail only on posts and pages?

    Hello,

    Sorry but not getting you.

    Can you please share some more details and related snapshots to understand the issue.

    Thread Starter miguelperez10

    (@miguelperez10)

    Of course.

    If I delete the code:

    .thumbnail {
         display: none;
    }
    

    The image appears in the blog listing.

    But then, in the blog posts this image appears that I don’t want to appear:
    Photo

    Sorry but the share link not working, please share the image again.

    Thread Starter miguelperez10

    (@miguelperez10)

    Try now

    Photo

    Hello,

    Try to replace your thumbnail code with this one and check.

    .single-post .thumbnail {
        display: none;
    }
    Thread Starter miguelperez10

    (@miguelperez10)

    Thank you very much, now is perfect

    You are most welcome and glad to hear that issue has been fixed!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘blog preview image does not appear’ is closed to new replies.