Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hi dwood7399… have you got the latest version of the plugin (I updated it just this morning)?

    If you are running latest version 1.2 and the problem is still happening please can you post a link to your site where the player is embedded so I can take a look?

    Thanks

    Hi enigma,

    I just updated the last version of the plugin, but nothing happened. I can’t post a link of my site because I work on a local server.

    Here’s what I did :
    – Added a song in the Playlist of the Plugin
    – Inserted [hmp_player] in a page

    Is there anything else to do ?

    Nothing shows up…My page is still blank

    I like you plugin very much, hope you can get a solution.

    Plugin Author Maeve Lander

    (@enigmaweb)

    @pluggarden

    Sorry, without seeing it I’d kinda be shooting at the dark to guess what the issue is…

    All I can suggest is that you isolate the error further….try the usual things – disable other plugins, try it with a different theme (like the twentyeleven default), try viewing in another browser to rule out cross browser issues, try uploading it to a test live site to rule out issues with your local server setup….

    The other thing you can try adding 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…

    hey I am having a similar problem except nothing is showing up. I have disabled all other plugins and activated different themes, but can’t seem to get it to work. Currently, there is only one song on the playlist. I created the playlist, and configured the plugin, then added the shortcode, and nothing showed up – the page is blank. Elenora music Test. Is there anything you know of that may cause this?

    Plugin Author Maeve Lander

    (@enigmaweb)

    Are you able to check for server errors? To do this, make sure you have error reporting turned on and check the error logs. If you have display errors on, you can probably view the error in your browser’s development tools as a response from the server… this could help identify the issue further.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Re this issue… please update to version 1.4 – there was a small issue with the shortcode function which might be causing your blank player problem.

    I have the same issue. I don’t see the player and the code indicates that the “myplayer” div is empty.
    Looking at my firebug console, I see the following errors:

    ReferenceError: jQuery is not defined
    })(jQuery);
    jquery.jplayer.js (line 2195)

    ReferenceError: jQuery is not defined
    …function y(A,B){j[A].rating=B;r(e.ratingCallback,A,j[A],B)}z()};h=function(){var…
    ttw-mu…-min.js (line 8)

    ReferenceError: jQuery is not defined
    jQuery(document).ready(function(){
    media (line 46)

    Also is it normal, that on my page, the css related to this plugin, plus the link to the .js files appear BEFORE my <!DOCTYPE html> tag?

    Thanks! ??

    Plugin Author Maeve Lander

    (@enigmaweb)

    @jma666

    Definitely a jQuery conflict. Sounds like you have jQuery hardcoded in your theme or another plugin. You need to go through it and remove, replacing with standard noConflict jQuery calls. In other words, it isn’t this plugin causing the problem it is another plugin or theme.

    Hope this helps identify the error.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: HTML5 jQuery Audio Player] Not Showing, empty div#mplayer’ is closed to new replies.