Ok, the videos are visible in the user's Media Manager, but something is still off.
I have a cred form that has a field for video file upload, which will be used as a background video in the custom content template named Exhibitor Booth. I used some custom code I found on your site to achieve this. Initially, the video background does not appear at all, unless you log in to the back end as an admin and and click the blue update button on the post.
Just need Exhibitor Name, as this becomes the post title. And then you can select the Video Background radio button and upload a video. After you submit the form, you are taken to the new post page when you can see that area at the top behind the heading is blank. That's where the video should load.
Then go to Admin login above, find the post and then click the blue update button. After that go back to the post page and you will see that the video does indeed load.
I have tried several things with Access but nothing seems to work ;-(
Hello,
I can login your website, will update here if find anything.
I assume we are talking about the content template:
hidden link
I have done below modifications in above content template, in the header of content template, add a shortcode block, with below codes:
<video loop muted autoplay id="moodvideo" class=""><source src="[types field='header-video-file' output='raw'][/types]" type="video/mp4"><img id="alternative" src="[types field='image-for-gallery-of-exhibitors-page' size='full' url='true'][/types]" /></video><div id="vid-head"><h1>[wpv-post-title output="sanitize"]</h1></div>
Above codes are copied from another post
hidden link
field "New Video Code"
Test it in front-end again, for example:
hidden link
It works fine, it is only an example, you will need to customize those shortcodes according to your website settings manually.
My issue is resolved now. Thank you!