Okay
  Public Ticket #3054564
Removing Waveform Type
Closed

Comments

  • Shaya started the conversation

    In General Settings under Waveform Type there are three options: Synthetic Waveform, Very Simple & Dynamic Waveform. What would be the option to completely remove it and not have it displayed at all. 

    Please excuse me for not providing a related URL as the site is in staging process.  

  •  1,103
    Max replied

    Hi, 

    From what I understand, you don't want a waveform in the sticky player, correct? 

    Thanks,


    Max from the Sonaar.io Crew

  • Shaya replied

    That is correct. Want to remove it completely.

    Thank you.

  •  646
    Alexandre replied

    Hi Shaya, 

    Be awared the sticky player is designed to have a progressbar. It could look a bit weird without it. 
    But here a custom css to remove the progress bar. 


    #sonaar-player .player div.wavesurfer {
    opacity: 0;
    }


    If you dont know where to add this code, please go to wp-admin>appearance>customize>additional CSS.


    Thanks,


    Alexandre from the Sonaar.io Crew