• Resolved egilarntzen

    (@egilarntzen)


    Hey, I have successfully installed the WP audio player (version 2.0.4.1) and it shows in my sidebar exactly the way I want to, but the problem is that it won’t find or play my mp3 file…

    The website I am designing is: https://www.antonruuditerapi.no

    In my theme folder I have a folder named “audio” and a MP3-file called “test.mp3”.

    This is the code in my sidebar:

    <div id=”sidebar”>
    <ul class=”menu”>
    <?php wp_list_pages(‘title_li=’); ?>

    <?php
    if ( ! dynamic_sidebar( ‘Sidebar’ ) ) : ?>

    <?php endif; // end primary widget area ?>
    <!– WP audio player –>
    <?php if (function_exists(“insert_audio_player”)) {
    insert_audio_player(“[audio:https://www.antonruuditerapi.no/audio/test.mp3%5D&#8221;);
    } ?>
    </div>

    Please help me out.

    Cheers.

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

    (@egilarntzen)

    In the audio player settings I have tried to “verify” the default audio folder location.

    But I get this message:
    Audio folder location not found. Please check that the following folder exists on your server:
    /customers/e/1/4/antonruuditerapi.no/httpd.www/audio

    I followed all instrucions on the plugin site: https://www.WPAudioPlayer.com

    Hey you seemed to figure this out, please share. I’m having the same problem and can’t figure it out. Please help.

    Thread Starter egilarntzen

    (@egilarntzen)

    In the audio player settings in WP-admin I used this path:
    https://www.mywebsite.no/wp-content/audio/

    And I used this:
    <!– WP audio player –>
    <?php if (function_exists(“insert_audio_player”)) {
    insert_audio_player(“[audio:test.mp3,test02.mp3]”);
    } ?>

    So it will look for both test.mp3 and test02.mp3 in the wp-content/audio folder on your server….

    Hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Audio Player’ is closed to new replies.