Tagged: featured images, features, Portfolio, requests
-
AuthorPosts
-
February 17, 2015 at 8:53 pm #397778
We can add a featured image to blog posts, but opt to not display that image on the post’s page.
Could you add this option to Portfolio pages in a future update? Thanks for any consideration.
- This topic was modified 9 years, 9 months ago by chartier. Reason: Additional tags
February 17, 2015 at 10:34 pm #397859Hey David!
The portfolio posts should not have any images displayed on their single post view by default. Can you send us a link and take a screenshot highlighting what your trying to do?
Regards,
ElliottFebruary 17, 2015 at 11:26 pm #397886So here is our main Portfolio page, a wall of all the iOS apps that have integrated 1Password:
https://blog.agilebits.com/1password-apps/
Click any of them, and you’ll see a wide cropped version of the app icon at the top of the page, above the title (or in this case: name of the app). So the icon on the Portfolio page, and the cropped version at the top of the individual item page, are both created from the Featured image.
In blog posts, the Featured image box gets an option “don’t show this on the page” or something like that. But that option doesn’t appear in the Featured image box on Portfolio pages.
Thanks for looking into this.
February 18, 2015 at 1:35 pm #398090Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-portfolio .page-thumb { display: none; }
Regards,
YigitFebruary 18, 2015 at 5:23 pm #398285Hi, thank you for the CSS, but I apologize if I didn’t explain properly.
I don’t want to hide all of those Portfolio page thumbnails; we want them on almost every page. But in some cases, I don’t want to show them, so I want the same feature that appears on Blog posts to be available to Portfolio page featured images. It’s the same exact scenario:
February 18, 2015 at 5:29 pm #398289Hey!
Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
As a workaround, you can check the post id of your posts and use the code as following.single.postid-1671961081 .page-thumb { display: none; }
That would remove the page thumbnail from “Opbeat”
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.