Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Brodydorland

    Looks like the music player code is being included in the RSS feed and thus breaking it. Please try adding the following code to index.php in the plugin directory on line 78, and report back to let me know if this fixes your issue. If so, the fix can be implemented permanently into the plugin.


    if(is_feed()) {
    return '';
    } // short circuit to return nothing if a feed is being rendered

    Thanks

    Thread Starter brodydorland

    (@brodydorland)

    I’m not finding an “index.php in the plugin directory”.

    Note that I read that to mean look for an index file in here: /wp-content/plugins/html5-jquery-audio-player-pro/

    I do have a file here /wp-content/plugins/index.php, but that file only has three lines of code.

    I see that there is an index.php with a bunch of code here: /wp-content/plugins/html5-jquery-audio-player (the standard version)

    But I deactivated that plugin when I bought the pro version.

    Little help?

    Thread Starter brodydorland

    (@brodydorland)

    FYI for anyone else who runs into this issue.

    Here’s a temporary workaround to get your RSS feed functioning properly: Install WP Hide Post – https://www.ads-software.com/plugins/wp-hide-post/

    This plugin provides you with a simple “visibility” widget/form on your WP post editor that includes the ability to hide an individual post from your RSS feed. Therefore, by hiding/removing the post that has the HTML5 player issue, your feed is back up and running.

    Hope that helps.

    Thread Starter brodydorland

    (@brodydorland)

    Checking back in on this issue. I’m still running into the issue when embedding a playlist/tracks into a post. I’m surprised others haven’t mentioned it. Am I the only one with an invalid/broken feed? Does no one else care?

    @steaders – Does your suggestion above still apply? Can you update the instructions so I can test?

    More detail here: https://www.ads-software.com/support/topic/rss-feed-validation-issue-1?replies=1

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hi, I think @steaders assumed you were using the Free version, seeing as this is the forum for free version. Can I get you to re-post this support request over on the pro forum at https://enigmaplugins.com/support/ ?

    Thanks,
    Maeve

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Audio Player Breaking RSS Feed’ is closed to new replies.