Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #351703

    my blog is not looking good.

    what I don’t want
    > two images in blog
    > featured
    what I want
    > in all post, should show post & post images but not featured images
    > featured image is important because it help me to add images in facebook & other social media posts, so it should not be removed

    #352050

    Hey flyme!

    Try adding this to your custom CSS.

    .big-preview { display: none !important; }
    

    I didn’t see the featured image in your single posts though. If your still having problems with it then take a screenshot and highlight what your referring to so we can get a better idea.

    Regards,
    Elliott

    #352266

    I already have
    h1, h2, h3 {
    text-transform: none !important;
    }
    .single-post .post-entry .big-preview{ display: none !important; }

    but it’s not solving my purpose see my blog to understand … how tow images impacting a good view of the website

    #352518

    Hey!

    I checked your blog and the second code seems to be working fine. Can you please elaborate?

    Cheers!
    Yigit

    #353139
    This reply has been marked as private.
    #353764

    Hi!

    You can try this CSS out.

    .template-blog .entry-content img { display: none !important; }
    

    But it sounds like what your wanting to do is to use excerpts in the blog posts shortcode instead of displaying full content.

    To make sure Facebook grabs the correct image then try installing this plugin, https://wordpress.org/plugins/wordpress-seo/, and enable the open graph meta in Dashboard > SEO > Social.

    Cheers!
    Elliott

    #355158
    This reply has been marked as private.
    #355612

    Hi!

    Go ahead and remove all custom CSS and then take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #355989

    easy slider is gone due to wordpress automatic update .. so we have not removed the custom css. just updated your bug fix i.e. enfold 3.0.4 version update ( as detailed in https://kriesi.at/support/topic/wordpress-4-0-1-problems/)

    #356014
    This reply has been marked as private.
    #356103

    Hey!

    Use this on Quick CSS to remove the featured image:

    .page .big-preview.single-big {
    display: none !important;
    }

    Best regards,
    Ismael

    #357683

    thanks it’s working do visit my initiative for kids-teens & help us to connect more

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘blog post showing two photo’ is closed to new replies.