Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbnail image repeated in Blog Title area and in Post Content. #50

Open
gstrout opened this issue Jul 24, 2015 · 5 comments
Open

Thumbnail image repeated in Blog Title area and in Post Content. #50

gstrout opened this issue Jul 24, 2015 · 5 comments
Assignees
Labels

Comments

@gstrout
Copy link

gstrout commented Jul 24, 2015

On the Blog Posts pages thumbnails are displaying up near the the Posts Title as well as in the content itself. Is there a setting I can change to fix this?

@gstrout gstrout changed the title Thumbnail image showing up by Blog Title and in content. Thumbnail image repeated in Blog Title area and in Post Content. Aug 1, 2015
@mgsisk
Copy link
Owner

mgsisk commented Sep 4, 2015

Can you provide a screenshot of exactly what you're seeing, @gstrout?

@mgsisk mgsisk self-assigned this Sep 4, 2015
@gstrout
Copy link
Author

gstrout commented Sep 4, 2015

Here's a screenshot of the single post view. An image from the post gallery is being included up near the post Headline.
newcreation-thumbnail-on-post

@gstrout
Copy link
Author

gstrout commented Sep 4, 2015

This issue also appears to be occurring on the Category Archive pages as well.

newcreation-events-thumbnails

If I'm just missing a setting, please let me know.

Thanks again @mgsisk for all your help and for this wonderful plugin and theme!

@mgsisk
Copy link
Owner

mgsisk commented Sep 9, 2015

Thanks @gstrout, and apologies for letting this issue sit for so long; hectic life and all.

Anyway~, technically speaking this isn't an issue; that's actually how Inkblot is supposed to display post featured images. There are two ways to hide this:

  1. Remove the featured image from the posts. You can still have them in the post content, but removing them as the featured image will prevent Inkblot from displaying them near the title.
  2. Add this to the Stylesheet section in the Theme Customizer:
.post-image {display: none;}

That should completely hide the featured image next to the title on all posts.

@mgsisk mgsisk added the question label Sep 9, 2015
@gstrout
Copy link
Author

gstrout commented Oct 12, 2015

@mgsisk,
Thank you!
It might not seem like much but it helps me a lot to know that this effect
is not just a setting that I am overlooking.

I used the CSS you posted and got it fixed up!

Geoff Strout
www.geoffstrout.com

On Wed, Sep 9, 2015 at 7:04 AM, Michael Sisk notifications@github.com
wrote:

Thanks @gstrout https://github.com/gstrout, and apologies for letting
this issue sit for so long; hectic life and all.

Anyway~, technically speaking this isn't an issue; that's actually how
Inkblot is supposed to display post featured images. There are two ways to
hide this:

  1. Remove the featured image from the posts. You can still have them
    in the post content, but removing them as the featured image will prevent
    Inkblot from displaying them near the title.
  2. Add this to the Stylesheet section in the Theme Customizer:

.post-image {display: none;}

That should completely hide the featured image next to the title on all
posts.


Reply to this email directly or view it on GitHub
#50 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants