This topic has 22 replies, 3 voices, and was last updated 10 years, 7 months ago by Anonymous.
Viewing 23 posts - 1 through 23 (of 23 total)
Hello,
Please is there a way to replace the “play” and “download” buttons with Text or another icon?
Thank You in advance.
For play button, you can add an icon and for download button, you can’t add an icon but you can add text for that.
Thank you for your quick reply. Please can you show me how? Where do i edit?
With the download button i’d like to display the text DOWNLOAD
and with the play , i’d like to use the attached pic
I know its a text or image where you want to put that there are plenty of places in the theme where we have used play and download icons. Kindly please send me a screenshot Like as i have done for you according to my knowledge.
the screenshot you sent, thats exactly what i want. The highlighted Part .
Its there at many places which you need to change that and if you want to customize that i can let you know the php files.
musicband/albums/single-albums.php
framework/shortcode/music-albums.php
framework/widgets/music-albums.php
hello , i’m slightly confused now.
i want it everywhere
Following are the buttons for the play we are using
musicplay/images/playing.gif
musicplay/images/playing_white.gif
musicplay/images/play.gif
musicplay/images/play_white.gif
css for this is in style.css for you to modify
.ivaplay {
display: table-cell;
border-radius: 50px;
height: 26px;
margin: 0 auto;
vertical-align: middle;
background: url('images/play.png') no-repeat scroll center center transparent;
}
For downloads its not possible to change that into the image as we are using the icons instead of image.
Thank you very much. i’ll try and edit it and see.
But you did say i can change the DOWNLOAD ICON to the text “DOWNLOAD” . Please how do i do that ?
its not working …. or i think i am doing something wrong. i uploaded my new play button to the same folder and pointed the url to the new button’s .png here in my css
background: url(‘images/NEWplay.png’) no-repeat scroll center center transparent;
…but its not showing up.
I finally got it to work but how can i increase the width of the play button css , it seems to be limited in width somehow
You need to play around with the css for customizing it. You need to use chrome and inspect the element and debug it to see where to make changes etc. The following tutorial will help you out on how to use the chrome to make yourself easy to handle with such things. https://www.youtube.com/watch?v=nV9PLPFTnkE
Thank you, I’ll try it and let you know how it goes. Have a nice day. 🙂
hello , with the code
<i class=”fa fa-download fa-lg fa-fw”></i>
there is more than one instance of it in ‘ musicband/albums/single-albums.php ‘
Do i need to replace everything ? i’m a bit confused
sorry about that … there’s only one … but i’m still having a hard time trying to figure out where to place the “DOWNLOAD” text in the code.
i just broke my play and download counter
So basically , the play and download counter has stopped working
and the Download Button too has stopped working. i tried replacing the file (musicband/albums/single-albums.php) i tried editing before these problems started , but the problem still exists.
UPDATE: i reinstalled the theme and it fixed the play and download count problem.
Viewing 23 posts - 1 through 23 (of 23 total)
You must be logged in to reply to this topic.