Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter nbrummerstedt

    (@nbrummerstedt)

    ADDITION:

    When i click “update” to edit my track, wordpress notifies me that i do not have the rights to view the page.

    Same problems here with updating track. What code do I need to put in for it to show up on the page?

    Thread Starter nbrummerstedt

    (@nbrummerstedt)

    The shortcode [hmp_player] should be enough – my problem is that it only works with the sample.
    After i add to the playlist, however, nothing is displayed; not even the shortcode.

    Therfore i can conclude that the plugin graps the shortcode, but is not capable of displaying the song.
    As I said just before, it seems like the plugin has a rights problem; probably in the new version of WordPress…

    Yeah… I can’t get anything to display. I’m not that experienced in WP but I can do lots of stuff. With the shortcode, I just put that into the html right? If so, nothing shows up. I’ve got one song built in as a test.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hi guys, the fact that it is working with the sample track but disappears when you add your own songs suggests that its an issue with your files. Please check you have the full and correct filepaths for both ogg and mp3 fields, and that your audio files are correctly converted. Also check that all fields marked *required are filled correctly.

    Shortcode [hmp_player] should just be added to the page or post where you want the player to display. Either Visual or HTML view should work.

    If none of the above works, then your server is probably sending the wrong mime types for the files. Add the following lines to your htaccess file:
    AddType audio/ogg ogg
    AddType audio/ogg oga
    AddType video/ogg ogv
    AddType video/mp4 m4v

    Let me know how you go…

    Nop.. No success.. not even after adding the code to the htaccess file. ??

    it works perfect on the localhost (xampp). but online it does not show up.

    I also have the same problem. I am running off localhost on os 10.6.8 without xampp. my mime.types file is correct and I have also added the AddType lines to my .htaccess file in my wordpress directory with no success. BTW awesome plugin. Thanks so much.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Ok everyone please update to the latest version of the plugin, and the problem should now be fixed.

    Please join the conversation over here if this doesn’t solve the problem for you.

    Thanks.

    PS If you like the plugin please give it a rating ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: HTML5 jQuery Audio Player] Audio player doesn't show up after i added track’ is closed to new replies.