Okay
  Public Ticket #3224053
Featured image for portfolio
Closed

Comments

  •  1
    Stavros started the conversation

    Hi there.

    I'm having an issue with setting a featured image for any portfolio item and I would really appreciate any help. Firstly, I'm not entirely sure how to add one.

    However, I assumed that this is the way to do it:
    1. Add a Wordpress blog with "Post Feature image" within the item portfolio
    2. Upload an image
    3. Click "Update" for everything to be updated
    However, after following the above steps and go back to edit the portfolio item I find that the image is not there anymore. The rest of my Wordpress seems to working just fine.

    Alternatively, if I set a Hero image for a given portfolio item then I can see a Featured Image on my main portfolio grid. However, this is not a viable solution since a Hero image will then be present within the given portfolio item (something that I do not require/want).

    What am I missing?

    Thank you so much for you help.

  •  1,823
    Support replied

    Hello Stavros

    The portfolio items operate exclusively on hero image and not the featured image. The hero image is displayed everywhere, from showcase slider as image or video slide to portfolio grid as thumbnail. And displayed in the top hero section of each portfolio item page

    Blog posts are the only ones using featured images.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Stavros replied

    I see. Thank you very much for your reply. 

    Is there any way then to hide the hero image all together within my portfolio item and yet keep having a thumbnail? It's just a bit odd that I MUST have a hero image on top of each portfolio item. 

  •  1,823
    Support replied

    Hello Stavros,

    do you want to disable hero section for ALL portfolio items or for SOME portfolio items?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Stavros replied

    For all. I don't see myself using hero image/video on any of my portfolio items

  •  1,823
    Support replied

    Can you provide wp admin access in a private comment with full rights using Appearance -> Editor?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Stavros replied privately
  •   Stavros replied privately
  •  1,823
    Support replied

    Hi Stavros,

    you can decrease the height of the hero section with

    #hero-image-wrapper {
        height: 100vh; 
    }

    in customizer -> additional CSS, decrease the value of 100 and then add the code to additional CSS in customizer


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Stavros replied

    Great. Thank you very much for the help.