• Resolved Erich

    (@erichboileau)


    Hi folks,

    I’m putting together a site, and I’ve just recently noticed that my Audio Player plugin from Martin Lane (v 2.0.4.1) only appears in Mozilla Firefox. In IE, Safari and Chrome, I’m getting the generic Flash 9 or above required warning.

    Here’s the link to the page: https://www.remainnameless.org/content/kingdom-foundations-podcast-series/

    I believe this was working before, but probably stopped after I upgraded something.

    Anyways, I’ve read all the articles that say to make sure that my theme is calling for wp_head and wp_footer. I’ve double checked, and it looks like those are present, so I’m a little lost on what’s going on.

    I’d appreciate any help! Thanks so much in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Erich

    (@erichboileau)

    No help guys? ??

    The problem is caused by fancy box (a plugin I suppose). If you view the source of your page, you can see this HTML comment around line 97:

    <!--- STOP FANCYBOX -- >

    This is causing all sorts of problems because the comment tag is malformed. It should be this:

    <!-- STOP FANCYBOX -->

    Thread Starter Erich

    (@erichboileau)

    Hey bro. Thanks for the catch. That seems to fix the problem. Don’t know how I missed that.

    Is there a good debugging software you suggest to catch issues like that?

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Audio Player Plugin Flash 9 required warning’ is closed to new replies.