Okay
  Public Ticket #2212995
music player in footer
Closed

Comments

  • matthew started the conversation

    I wish to disable the footer player from either a single page or the entire website. I can't find that setting in my WP dashboard.

  •  1,103
    Max replied

    Hi,

    if you dont want a sticky player, you can add sticky_player="false" in the shortcode. Example:

    [sonaar_audioplayer albums="1218" show_playlist="true" show_track_market="true" show_album_market="true" sticky_player="false"][/sonaar_audioplayer]

    Thanks,


    Max from the Sonaar.io Crew

  • matthew replied

    Where exactly should I be pasting this short code?

  •  1,103
    Max replied

    How do you do right now to display a player on a page? You use a shortcode or you use Elementor?

    Thanks,


    Max from the Sonaar.io Crew

  • matthew replied

    I use elementor mostly. I tried the code a couple different places and they didn't work.

  •  1,103
    Max replied

    If you use our elementor widget, then there is a attribute to turn off the sticky player.

    see screenshot: https://d.pr/i/vdMEa7

    Thanks,


    Max from the Sonaar.io Crew

  • matthew replied

    I've had elementor pro. On the particular playlist I wish to hide sticky player, I see the attached.

  •  1,103
    Max replied

    Hi,

    We dont have an option to hide the sticky player but a quick workaround is to add this custom css to hide it on a certain page.

    .page-id-3050 #sonaar-player {
        display: none!important;
    }

    Replace 3050 by the post ID of your page.



    Thanks,


    Max from the Sonaar.io Crew