Home Forums Pro Themes Photo Perfect Pro Featured image for Video post

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17321
    Dimi
    Participant

    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

    #17415
    wensolutions
    Keymaster

    Well, 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.

    #17433
    Dimi
    Participant

    Yes, 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?

    #17439
    wensolutions
    Keymaster

    Hello @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!!!

    #17448
    Dimi
    Participant

    Here’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/

    #17449
    wensolutions
    Keymaster

    Hello @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!!!

    #17474
    Dimi
    Participant

    Thank you! That solved the problem 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.