• The player is loaded in my header above the menu. It starts when the website loads. I turn it off, then go to the next page and the player restarts. Can I set it so that once it is turned off it stays turned off until the user manually plays it again?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, try the following code.

    <?php 
    if(is_front_page()){
        echo do_shortcode('[sc_embed_player fileurl="URL OF THE MP3 FILE" autoplay="true"]'); 
    }
    ?>

    Kind regards

    • This reply was modified 6 years, 6 months ago by mbrsolution.
Viewing 1 replies (of 1 total)
  • The topic ‘Audio player in header restarts on new page load’ is closed to new replies.