audio tags no longer working

You may need to update your shortcode function to generate the audio player using proper HTML markup instead of returning the raw shortcode text. Here’s an example: function myshortcode_shortcode() { $audio_url=”path/file.mp3″; $audio_markup = ‘<audio controls><source src=”‘ . esc_url($audio_url) . ‘” type=”audio/mp3″></audio>’; return $audio_markup; }

WordPress MediaElement audio player won’t seek and resets back to the start when files are locally hosted

Most likely the server is not handling byte range requests to support seek. Test if you get a 206 response from e.g: curl https://example.com/test.ogg -i -H “Range: bytes=0-1023″ Try (temporary) setting the preload=”auto” to your shortcodes to fully download the audio on page loads. See more here: How to test: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#requesting_a_specific_range_from_a_server Server ogg media config … Read more

problem of path with xml file

You should be putting in the URL rather than a system path as the flash will requesting files via http. Say your site is on http://localhost/wordpress/ … Your URLs need to look like http://localhost/wordpress/wp-content/themes/maVersion/audio/dance.mp3

Auto play audio using WP Maintenance Mode Plugin [closed]

A couple of things: First, this code has some syntax issues – the src attribute isn’t properly closed. Further, as noted by @Rup, autoplay should have a value of on: Broken tag: Fixed Second, I’m not 100% sure that WP Maintenance posts can process shortcodes. I would instead use a standard HTML Audio Tag.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)