• Dear Pupunzi,

    thanks a lot for this wonderful plugin that I am using for quite a while now. I expercienced a bug for some time now (probably after I updated the plugin some time ago) and am thankful for your help!

    The download buttons on the following site appear black, even though the player is set on grey.
    When you click on “Rollen & Künstlerisches” on the same site, the download buttons appear correctly grey as in the settings.

    https://annisultany.de/sprecherin/demo/

    Since it is exactly the same player on the same site with the same settings I don’t know what to do about that problem.
    Maybe it occures because the player with the black buttons have been created long time ago (at that time they were also grey) and the correctly displayed players are created after the last update.

    How can I solve this problem?

    Thanks a lot in advance!

    Best regards,
    Anni

    https://www.ads-software.com/plugins/wp-miniaudioplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi Anni,
    The issue you have seams something related to the CSS on that page; it happens only on Firefox as I can see; the download button should have an opacity that is not applied in this context. If you see the CSS:

    .mbMiniPlayer span.map_download {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0px !important;
    padding: 0px 5px !important;
    font-family: “mb_audio_fontRegular” !important;
    font-size: 50px !important;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 0.2);
    transition: color 1s ease 0s;
    }

    the color should have an opacity of 0.2 but it is not allied for some reason.

    I can suggest to take a look at the CSS you are including in the page and see if there’s something that could conflict with the minAudioPlayer one.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Download button's colour displayed differently with same settings’ is closed to new replies.