PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Audio Player with Attachments

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I have installed the attachment extension. I see when I add audio, I get the download icon, but I do not see the music player. Is there another plugin or code I need to be able to show the music player in my WOOT tables? Thank you.

Hello

What is the extension of the music files?

Hello, the music files are .Mp3

Is file recognized on backend as audio/mpeg?

Yes, here is one of the files. All of the files say the same.

Strange, I made test: https://dev.products-tables.com/woot_attachments-2/ - and music is music, can you please give me link to page where attachments displays, you can use"Private data tab" on the right

I have added the link to the private data tab. Thank you for taking a look at it

I found the reason - tag audio is hidden by theme styles in wp-content/themes/domex/css/style.css #4021, I not sure what the reason of it, unhide it please there or try to overwrite CSS by code:

audio {
     display: inline-block;

Oh wow! I will dig in the code and unhide it. I will report my result. Thank you for taking a look.

Welcome :)

.data-table-23 audio {

     displayinline-block;

You're the best!

 

Thank you ;)