Okay
  Public Ticket #2818357
Sticky player buttons
Closed

Comments

  • Artoym started the conversation

    Hello! 


    Could you help me: I want my sticky player to be consistent throughout my site. But it differs when it triggered from a product loop from when it triggered from a user-created playlist. 


    Pictures: 1. Product loop triggered look; 2. Playlist triggered look;


    How can I do them both look the same like product loop triggered version? (next/previous buttons are OK to stay)



  •  646
    Alexandre replied

    Hi, 
    The previous, next, shuffle or display track list dont make sense when only one track is selected by the player. 
    I can provide a custom code to always hide them, but this is really what you want?

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Artoym replied

    Yeah, sure! 


    To be clear: shuffle and display are to be gone. 

  •  646
    Alexandre replied

    Please add this code in your custom css code. 
    If you dont know where to add it, please go to wp-admin>appearance>customize>Additional CSS

    #sonaar-player .previous,
    #sonaar-player .next,
    #sonaar-player .shuffle,
    #sonaar-player .list,
    #sonaar-player .store{
    display: none;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Artoym replied

    Awesome! Thank you! 

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew