Home › Forums › ART WordPress Theme › Video Player Self Hosted
- This topic has 6 replies, 2 voices, and was last updated 1 year, 9 months ago by
Jory.
-
AuthorPosts
-
August 21, 2024 at 8:51 am #31071
Hello the support team,
I hope you are all doing great.
I got a question cause I can’t find any ressources on the Doc or forum about it.
I have put a video self hosted in the website I am building ( http://www.jorybertrand.com/showreel/ ) .
But I can’t find any option to have the the option to have the tab for scrolling inside the video. (like any other player).How I can do to have it ?
Thanks in advance
August 21, 2024 at 1:56 pm #31072Hi there,
Welcome to SeaTheme forum.
It is made via an Embed module.
PS: I found the video has been created it on this page, did I misunderstand your question?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 21, 2024 at 3:18 pm #31073Hey,
I think I didn’t explain very well what I am looking for cause I was not asking about how we can put an hosted video.
I was talking about the red scrolling slider inside the video player (see image below).
It is possible to have it in our hosted video cause I dont see any option for that (just the play and mute button..)
Thanks a lot
August 22, 2024 at 1:06 am #31078Hi,
Sorry for misunderstanding your question.
There is no such option at present; it is possible to display the default player style of the browser (play/pause, slider bar, volume, etc.) by customizing the JS code, and hide the current play/pause and mute buttons. If this is what you want, I can tell you how to add this JS code
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 22, 2024 at 1:51 am #31079Hi,
Don’t worry it was also a not so good explanation from start.
And yes I would like to know how to modify the JS code to have the default player so see how it looks and if I keep it that way 🙂
Thanks
RegardsAugust 22, 2024 at 1:13 pm #31080Hi,
Add the JS via a custom js/css plugin(refer):
jQuery(document).ready(function( $ ){ $('.embed-hostedvideo').each(function() { $(this).attr('controls', true); var $parent = $(this).closest('.embed-hostedvideo-wrap'); if ($parent.length) { $parent.find('.hostedvideo-plays-btn').hide(); $parent.find('.hostedvideo-mute-btn').hide(); } }); });
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 22, 2024 at 2:50 pm #31081Thanks a lot !
It worked pretty well 🙂Regards
-
AuthorPosts
- You must be logged in to reply to this topic.
