Okay
  Public Ticket #3232781
How to remove a track list item?
Closed

Comments

  • Michael started the conversation

    Hi, how do I remove the item underlined in red? Also, is there a 'back' button designed within the Beats theme and if so how do I activate it? Thank you in advance.

    Attached files:  Screenshot 2023-02-15 110603.png

  •  647
    Alexandre replied

    Hello Michael, 

    Here two way to do it:

    1. You can use a css code: Go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:

    .single-sr_playlist .srp_tracklist{
    display: none;
    }

    2. Or you can set the player in the single music post with a shortcode. Go to wp-admin>mp3 player>settings>widget player
    Enable the "Use Advanced Player Shortcode for the Single Post" option here
    And copy this in the shortcode field:
    [sonaar_audioplayer show_playlist="false" sticky_player="true" show_skip_bt="true" show_volume_bt="true" show_speed_bt="true" show_shuffle_bt="true"]

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Michael replied

    Thank you so much!

  •  647
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew