[Help] Audio autoplay fix + non stop
-
Hi everybody !
Learning the WebDesign for 2 weeks now and having set up my WordPress blog yesterday, I was wondering how to bypass a small inconvenience encountered.
Modifying the class-wp-widget-media-audio.php in cPanel, I could manage to add the boolean Autoplay which actually works but only when a page is charged, not when I first arrive on the site main page. How could I fix it?
‘autoplay’ => array(
‘type’ => ‘boolean’,
‘default’ => true,
‘description’ => __( ‘Autoplay’ ),
),Then, my main concern is this one : When we go on an other page, the audio stops playing and basically restart automatically from the beggining.
How can I fix this trick?
Thanks a lot in advance,
Chris
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Looks like you’re in the wrong forum. Your site is using the self-hosted version of WordPress and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and WordPress.org you can read this document:
- The topic ‘[Help] Audio autoplay fix + non stop’ is closed to new replies.