Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #30971

    Chris B
    Participant

    Using X for Video based membership site.
    Having a problem: on the video post formatted archive page, the video itself is viewable.
    This, of course, means that non-members who may be looking at the unprotected Archive page can view all the videos.

    (The idea is that Non-members should be able to see the Archive Pages for the video posts, but only view the videos once they’ve clicked through to the full post.)

    Is there a way to make it so I can use a thumbnail/featured image as the preview image on video posts instead of the video itself? (and when the user clicks the preview image, they can watch the video in the post).

    Thanks
    Chris

    #31182

    Christian
    Moderator

    Hey Chris,

    Please choose Thumbnail in the Featured Content setting (see http://prntscr.com/385zbt) and upload a feature image.

    Hope that helps. 🙂

    #31195

    Chris B
    Participant

    Thank you for the reply.

    The solution you recommend would be perfect for my application if it applied to Video Post Types (not just Video Portfolio items).

    The Portfolio doesn’t offer the same flexibility as the Video Post Type in this case.
    But the option of being able to view either a thumbnail featured image, OR, the video from a video post would be amazing.

    Any chance theme.co will be adding the option of selecting a Thumbnail Featured image to the Video Post Type?

    Grace and Peace,

    Chris

    #31334

    Support
    Member

    Hey!

    Thank you for using the support forum. You can still use the video post type then set a featured image, do the usual stuff that you do with the video post. Add this on Customizer > Custom > CSS to remove the video control on blog overview page.

    .jp-controls-container-video {
    display: none !important;
    }
    
    .single .jp-controls-container-video {
    display: block !important;
    }

    I hope that helps.

    #31346

    Chris B
    Participant

    First, “thank you”. That’s excellent support (providing me with a quick custom snippet). Much appreciated.

    Unfortunately, it won’t solve the problem in my case.
    I use Wistia and Vimeo for video hosting. So, the CSS solution you’ve provided won’t work.

    That’s why I was hoping there might be a way to exclude the Media from an Archive page and select a thumbnail image – exactly like your Portfolio system behaves.

    #31583

    Christian
    Moderator

    Hey Chris,

    We’re sorry but what you’re trying to achieve is not currently possible with the controls built in X. It is technically possible but the customization is a bit involved. With that said, we’re sad to say that you need to customize X on your own or find a WordPress developer to do the job for you as it falls beyond our scope of support.

    Thank you for understanding.

    #31588

    Chris B
    Participant

    Thanks – I appreciate that completely, and I don’t mind hiring someone to do it.

    1. I think it could be done with a code snippet (ie: a Conditional Function) added to my Child Theme’s functions.php file. Do you happen to have a list of qualified third party X developers who know your code well enough to be efficient at such customizations?

    2. In the end, do you think the functionality I’m describing may be added by Theme.co to X in a future update, anyway?

    Grace and peace to you folks,
    I appreciate the replies.

    Chris

    #31772

    Rad
    Moderator

    Hi Chris,

    1. Some if not most of membership plugins provide snippets, like shortcode to add protected area. Some uses page settings for membership roles who can only view the page.

    You can create a page with video listing (with thumbnails) using recent post shortcode while protecting individual posts.

    2. That will be a good addition, so might possible.

    Thank You.

    #31911

    Chris B
    Participant

    Thanks Support,

    It’s not ideal. But it IS a great suggestion.
    Thank you.

    Chris

    #32022

    Christian
    Moderator

    You’re welcome Chris.