Tagged: featured images
-
AuthorPosts
-
November 15, 2014 at 6:56 am #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 removedNovember 16, 2014 at 4:59 pm #352050Hey 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,
ElliottNovember 17, 2014 at 4:59 am #352266I 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
November 17, 2014 at 4:45 pm #352518Hey!
I checked your blog and the second code seems to be working fine. Can you please elaborate?
Cheers!
YigitNovember 18, 2014 at 6:17 pm #353139This reply has been marked as private.November 19, 2014 at 4:25 pm #353764Hi!
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!
ElliottNovember 21, 2014 at 2:31 pm #355158This reply has been marked as private.November 21, 2014 at 10:03 pm #355612Hi!
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!
ElliottNovember 22, 2014 at 7:43 pm #355989easy 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/)
November 22, 2014 at 8:37 pm #356014This reply has been marked as private.November 23, 2014 at 8:06 am #356103Hey!
Use this on Quick CSS to remove the featured image:
.page .big-preview.single-big { display: none !important; }
Best regards,
IsmaelNovember 25, 2014 at 5:18 pm #357683thanks it’s working do visit my initiative for kids-teens & help us to connect more
-
AuthorPosts
- The topic ‘blog post showing two photo’ is closed to new replies.