Hi,
thanks for your question, and sorry for the trouble.
First, let’s fix another issue: On the “Edit” screen of this page, where you inserted the Shortcode, please switch from the “Visual” to the “Text” editor. Then, please check if there is extra HTML code like <pre> and </pre> around the Shortcode and remove it. This is currently interfering with the layout and styling.
Then, you could also try turning off the TablePress output cache, which might be causing the audio player issue. For that, please extend the Shortcode on that page to
[table id=20 cache_table_output=false /]
Regards,
Tobias
Thanks for reply Tobias, i have deleted the pre tag. 🙂
this is it now.
[table id=20 responsive=collapse cache_table_output=false /]
Is it the javascript library options causing issue or the multiple audio tags here?
Also suggest which audio tags are better for better performance across different browsers on desktop/cellphone (iphone safari), only chrome able to handle tables properly.
I have tried following tags –
1) <audio controls>
<source src=”example.mp3″ type=”audio/mpeg” preload=”none” />
Your browser does not support the audio element
</audio>
2) [audio src="example.mp3"/]
3) [audio mp3="example.mp3"]
Some of them starts preloading all files at once, so cause huge loading times as mp3 files are 300+ on a page.
Lastly any audio html3 plugin to recommend if required to do any better?
Thanks a lot friend, for helping out here.
Hi,
unfortunately, I can not really make further recommendations regarding audio players here, I simply have no experience with them, sorry.
Regards,
Tobias
So there is no javascript library issues on the page now? firefox mobile browser shows javascript error and stops loading page.
Hi,
I don’t get a JavaScript error in Chrome, but Firefox is very slow loading the site. I can only assume that this is related to the high number of audio players on this page.
Regards,
Tobias
Thanks for your time, appreciated Tobias 🙂
Nice simple plugin.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias