Okay
  Public Ticket #2037903
Audio player
Closed

Comments

  • Ryan started the conversation

    I cannot figure out how to edit the audio player in a page (not in the footer). I want to edit the spacing between the side bar and the album cover, make the album cover smaller, add an "add to cart" option, and delete the huge "RELEASE DATE" text.

    Is there a way to customize the temple "Album with Side Cover"??

    thanks

    Ryan

  •  647
    Alexandre replied

    Hi Ryan,

    To customize a page template core, you have to duplicate it in a child-theme. You can use custom CSS code.


    To remove the "release date", please go to wp-admin>theme options>custom css/js
    And this to custom css field: 
    .sr_it-playlist-release-date{ display: none; }


    To reduce the image size you can use this custom code:

    .iron-audioplayer .album .album-art {max-width: 350px; }

    But Changing the image size will probably causes some alignment issues. We dont support this kind of customization, because one change can make you require many other adjustments.


    About your first request, "edit the spacing between the side bar and the album cover", I dont understand which side bar you are talking about. Can you provide a screenshot?

    Thanks,


    Alexandre from the Sonaar.io Crew