dhartmusic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Video block initial volumeThanks bcworkz,
Even if I can only set the volumes for the uploaded files it will help as generally they are louder than the streamed files. Not quite sure how to add the JS. This is the html for the video block:<figure class=”wp-block-video”><video controls src=”http://www.mellodeevo.com/wp-content/uploads/2023/01/You-and-Us_v16.movSmall.mov”></video></figure>
Here is the script from the page you linked:
const obj = document.createElement(‘audio’);
console.log(obj.volume); // 1
obj.volume = 0.75;Not sure how to implement.
Forum: Plugins
In reply to: [Compact WP Audio Player] Resume, not restartThanks for the response. I was aware of the second player (template1) but I really like just having the play button without the whole progress bar etc. (Many podcast sites like Audible just have a play button, that once clicked, becomes a pause, and maybe a time countdown. Very clean and better for longform. Thank You!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Need help with Twenty-Twenty-ThreeHi Faisal, what I just discovered is I was missing a Content Block in the template. I think that has solved my issue. Not aware of WP_DEBUG. Should I enable that regardless?