Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #350997

    Hi,

    Excellent theme, thank you! I’m having one problem I hope you can help with.

    I’m using latest version Enfold and WPML, and can’t figure out how to hide the featured image from my portfolio items – see:

    http://dev.airbench.com/nl/products/airbench-ex/

    Annoyingly, I have managed to hide the additional featured image in Spanish, but not in Dutch – but have no idea how I solved the issue. Can you help?

    Thanks in advance

    Simon

    #351416

    Hi wivsi!

    If you use the advanced layout editor with the portfolio items then the featured image will not display in the single portfolio view. If your using the default editor and still want to hide them then try this CSS.

    .single-portfolio .page-thumb {
        display: none;
    }

    Best regards,
    Elliott

    #351547

    Evening Elliott,

    Sometimes I amaze myself with my ability to miss really obvious solutions.

    Appreciate the help, thanks.

    Simon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured images in translated portfolio items’ is closed to new replies.