• Hello!

    I am trying to style the button so it is actually visible on my website.

    http://djannalyze.net/?page_id=13

    First 2 audios are using the mb.miniAudioPlayer while the others are using the built in audio flag.

    You have no clue there is a download button next to the audio player.

    How can I customize it to make it more visible? I saw the fadeIn and fadeOut calls but that was for fading.

    Feature request: Customize what goes into the title attribute
    }).attr(“title”, “download: ” + fileName);

    Instead of fileName, would like it if it was able to pull what we put in between the a tags

    http://ww.wp.xz.cn/plugins/wp-miniaudioplayer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    you can change the appearance of the button via CSS (plug-in root/css/miniplayer.css).

    The related class is: .mbMiniPlayer span.map_download
    and for the Hover check the .map_download:hover for the skin you are using.

    Bye,
    Matteo

    Thread Starter didyouexpectthat

    (@codycook)

    Thank you very much for pointing them out for me. The help is very much appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Download button hidden’ is closed to new replies.