Okay
  Public Ticket #2467417
Slide Music Player
Closed

Comments

  • calojer started the conversation

    How can I temporary hide/disable the slide music player? Artwork and songs of my Album are not ready. But I don't want it to be deleted, just disabled.

  •  470
    Alex replied

    Hi, 

    Please send me credentials for your WordPress and the URl and I will temporarily hide the row that holds the music player. 

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • calojer replied

    Hi Alex,
    Unfortunately, I'm working on the site locally through MAMP PRO. 
    Can you tell me how to do that? Is it very complicated? 

    Thank you
    Fabio

  •  470
    Alex replied

    No, is quite simple. Edit the wpbakery row that holds the music player and add a specific ID to that row (there is a special input field for that). The ID is a simple name, like player_row_container.

    Then go to Appearance - Customize - Additional CSS and add the following code: 

    #player_row_container {
    display: none;
    }

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author