Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857373

    LeeRobertson
    Participant

    Hi there,
    since updating my video portfolio items are no longer showing the embed.

    lee-robertson.co.uk

    #857890

    Christian
    Moderator

    Hey Lee,

    Please update X to 4.4.1 and give us access to your WordPress admin and FTP in a private reply.

    Thanks.

    #859521

    LeeRobertson
    Participant
    This reply has been marked as private.
    #860083

    Rupok
    Member

    Hi there,

    Thanks for updating with the credentials. I can’t see any video embed just the video ‘category’ – http://prntscr.com/amb253

    Make sure to set the Media Type to Video and use embedded video code.

    Cheers!

    #861224

    LeeRobertson
    Participant

    The one you have highlighted doesn’t actually have an embed link. I have several portfolio videos set up that have the correct setting, but now no video shows.

    For instance
    http://lee-robertson.co.uk/portfolio-item/smoothflow/

    Lee

    #861906

    Rue Nel
    Moderator

    Hello Lee,

    Your videos are not showing because you have added a custom css:

    .single-x-portfolio .entry-featured {
        display: none;
    }

    If you intended not to display the feature images in your portfolio items but would like to display the video, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-x-portfolio .portfolio-category-video .entry-featured {
        display: block;
    }

    Hope this helps. Please let us know.