Home › Forums › Pro Themes › Photo Perfect Pro › Featured image for Video post
Tagged: featured image, Video
- This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago by Dimi.
-
AuthorPosts
-
September 9, 2016 at 11:54 am #17321DimiParticipant
When I post an embedded video, how can I add featured Image that will show on the front page but not when you open the video post. I don’t want there to be both the featured image and the video when I open the post. Not the video is just a grey box and if I add the featured Image then I will have the featured image and the grey box when I open the video post.
Dimi
September 10, 2016 at 12:35 pm #17415wensolutionsKeymasterWell, to hide the featured image from the video single post there is an option available in that particular post editor section.
The select option Choose Image Size in Single Post/Page set to No Image
will let you hide the featured image for that particular video post.Hope this will help you.
September 10, 2016 at 3:30 pm #17433DimiParticipantYes, that worked, thank you. So the path was like the following: Goto ‘Edit Post’ / ‘Theme Settings’ / ‘Choose Image Size in Single Post/Page’ and then select ‘No Image’.
But one thing I’m still missing to get this right. When I have the featured image visible on the front page it’s not there to be viewed as a picture. So I would need to remove the circle that has eye in it and leave only circle with chain (link) for only for this post’s featured image. How can I do that?
September 10, 2016 at 11:59 pm #17439wensolutionsKeymasterHello @Dimi
Can you please post your site URL so that we can debug you issue in much more details and provide you with some possible solutions.
Regards!!!
September 11, 2016 at 12:55 am #17448DimiParticipantHere’s the view where I would like to remove the circled eye symbol and leave only the link option where the video actually starts. As it makes no sense to open the featured image. http://doukasarts.fi/category/video/
September 11, 2016 at 2:59 am #17449wensolutionsKeymasterHello @Dimi
To remove the circle that has eye in it and leave only circle with chain (link) for only for this post’s featured image, you need add custom CSS.
For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
Here you need to copy and paste below CSS.article#post-68 .fa.fa-eye { display: none; } article#post-68 .post-item a{ pointer-events: none; } article#post-68 .post-item .post-content a{ pointer-events: all; }
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!
September 11, 2016 at 3:53 pm #17474DimiParticipantThank you! That solved the problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.