Jump to content
Sign in to follow this  
akira

How do I delete the thumbnail in the post.

Recommended Posts

akira

Hi! I want to hide the thumbnails in the post. So, I select "Only on blog pages and search". But then, even when I drill down by category listing, a thumbnail (eye catch image) disappears. What should I do ? :-(

Share this post


Link to post
Share on other sites
akira
I want to erase the thumbnails, only in the posts. I want to erase the thumbnails displayed on the left of the title in the post.

Share this post


Link to post
Share on other sites
Rob
It's called a feature image. Go to your post and on the right hand side, you should see that image. Below it, the words "Remove feature" or "Remove image". Click and save your post. Go back to the area where your posts are showing up and you should see there's no thumbnail anymore. (Make sure to refresh the browser.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
akira
Thanks reply. I want to display thumbnails in search result???and category display and blog pages. So, feature image can be deleted. I want to remove the thumbnails(feature image) that displayed on the left of the title in the post. What should I do? :-(

Share this post


Link to post
Share on other sites
Rob
That requires custom coding. Send a link to your site.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Jenny
Have you visited the "Pages and Posts" section, specifically the "Post Thumbnail Placement" area?

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
akira
@simple_mama Thanks reply. Yes, I have visited. I want to display a thumbnail view in the specified category. So I'm not, I get ???All blog/post pages??? choose.

Share this post


Link to post
Share on other sites
Jenny
Have you tried selecting the other options available, then refreshing the page to see if it shows the way you want?

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
akira
Thanks reply. Yes, I also tried all the others. I want to remove the thumbnails(feature image) that displayed on the left of the title in the post. I want to erase the thumbnails, ???only in the posts???. In other places, I want to display a thumbnail. For example, search results displayed in such a category, I want to display a thumbnail.

Share this post


Link to post
Share on other sites
Jenny
Can you provide a link to a post where you want a thumbnail removed?

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
akira
Thanks reply. For example, the thumbnails in the top left of this post. http://www.watchfreak.org/%E3%83%91%E3%83%8D%E3%83%A9%E3%82%A4/%E3%83%A9%E3%82%B8%E3%82%AA%E3%83%9F%E3%83%BC%E3%83%AB-%E3%83%96%E3%83%A9%E3%83%83%E3%82%AF%E3%82%B7%E3%83%BC%E3%83%AB-pam00183/

Share this post


Link to post
Share on other sites
catrina
You need to hide the thumbnail by going to the Pages And Posts section in the Theme Options and hiding thumbnails in single post pages.

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
Jenny
You can try adding this to your custom CSS: [code] .thumb img { display: none; margin: 0 0 20px; } [/code] Afterwards, make sure you check all of your other page to ensure the images are displaying (or not displaying) how you want.

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
akira
@simple_mama Thanks for your reply. The code you gave me, I had a custom code added to the screen, thumbnails for all pages disappeared... Only the thumbnail that is displayed to the left of the title of the post, I want to delete. And search results in categories such as TOP or blog page, I want to display a thumbnail.

Share this post


Link to post
Share on other sites
akira
@catrina Thanks for your reply. I erase the thumbnail that appears only in the upper left of the title of your post. Thumbnails are displayed in other places, I do not want to delete. In the Settings menu thumbnails???"Only on blog pages and search" When I select this ?†‘, when the listing category, thumbnails are not displayed. I have a problem.

Share this post


Link to post
Share on other sites
Rob
@catrina and @simple_mama, Akira seems to want to limit the placement of thumbnails on selected categories and search results, while leaving them intact on regular posts/pages if I'm reading him correctly. He doesn't wish to remove them, as it seems, from all categories, but selected ones. I don't know exactly how he'd do this, or if it's even possible without customized coding that would take one of our professionals. @akira - thumbnails are a function of Wordpress, not the theme. Pagelines will only style them or allow you to place them in generalized places. Wordpress does not, as yet, allow you to select where the thumbnails will appear at all. That would take either a customized plugin; or, a change in Wordpress code; or, intense customization by one of our pros. After looking for plugins for you, I can't find any. However, one suggestion that would be less expensive would be to do away with your thumbnails altogether and insert the image as an image set to the left top of your article. I'm sure that wouldn't help you, but it's the best I've been able to find. You could and should consider visiting http://www.pagelines.com/pros and hiring someone to achieve this unique component.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
akira
@rangelone Thank you for teaching polite. I understand. Are there any other solution, I think about. Thank you.

Share this post


Link to post
Share on other sites
akira
Hi So the following is possible? ???Post Thumbnail Placement??? in the configuration menu, ???Only on blog pages and search??? when I selected, In Category view, I want to display a thumbnail. Categories to view the following pages, I want to display a thumbnail. http://www.watchfreak.org/category/%E3%83%91%E3%83%8D%E3%83%A9%E3%82%A4/

Share this post


Link to post
Share on other sites
kastelic
What I would do is enable it on all posts and pages. Then hide the specific page you want using CSS. For example: [code] .blog .thumb {display:none} .page-id-123 .thumb{display:none} .category .thumb{display:none} .category-example .thumb{display:none} [/code] You don't need to use all of these, just the ones appropriate for where you want to hide thumbnails. The .thumb class will always be the same but the first part, you need to view your source, and check the "body" tag for the appropriate class to use. Examples are blog, home, archive, search, category, single, etc. Hope this helps.

Share this post


Link to post
Share on other sites
akira
Thanks for your reply. I want hide only the post page tumnails. So I enabled it ???on all posts and pages??????and I've added the code below. .post .thumb{display:none} Then,???also categories and Blog thumbnail were disappeared. "On all posts and pages" choose, I just erase the post thumbnail. How do I add the code like?

Share this post


Link to post
Share on other sites
Kate
Still use Jimmy's code above: [code].category .thumb{display:block !important;}[/code] ... for instance ;)

Share this post


Link to post
Share on other sites
akira
@Kate Thanks for your reply. Places where you hide the thumbnails, which empty space. Not filled with the characters. [-(

Share this post


Link to post
Share on other sites
akira
The blank area, due to hide the thumbnails in post, not filled with the characters.

Share this post


Link to post
Share on other sites
catrina
I see the empty thumbnail space not filled with characters isn't there anymore. Is this not the case for you?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×