• Hi,

    Audio players disappeared from site that I am trying to maintain. For example this page has audio in it, but the player is not showing up.

    I searched this forum and the problem seems to be quite similar to one solved on this thread:
    [resolved] [closed] Audio Players not showing after upgrade (11 posts)

    Element of class “wp-audio-shortcode” visibility is hidden. According to the thread that I’ve referenced, this element is supposed to be set to visible by media scripts included by wp_footer().

    I have checked that wp_footer() call exists in theme footer.php, and that media scripts are being attached to the page. So, now I don’t know what to try next 🙁

    Can someone help me to debug this? I don’t have much experience with troubleshooting WP.

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter tarzan99

    (@tarzan99)

    I managed to find a lead by noticing errors in firebug console window:

    TypeError: b.browser is undefined
    <code>...se,B=b.extend(b("<div/>")[0],</code>{prop:0}),M=b.browser.msie&&b.browser.version<7&&!w...
    jquery....r=1.3.4 (line 18, col 207)
    
    TypeError: jQuery(...).fancybox is not a function
    jQuery("a.fancybox").fancybox({

    Search on web showed that this could be due to including older version of JQuery. But none of suggested solutions helps.

    Any suggestion how to figure out what is causing these errors?

    Link

Viewing 1 replies (of 1 total)

The topic ‘Audio player not showing’ is closed to new replies.