• Resolved tonyfleeds

    (@tonyfleeds)


    Hi,

    I wondered if other people had experience of modifying the download button and function this plug in. I’m currently experimenting with the free version on secondary site, but would buy it for my main site if I can get it to work the way I would like.

    My 3 issues are:

    I need the download button to show all the time, not the 3 dots. (I only want to allow direct download – I don’t need other stores).
    The download is triggering the file opening in the browser, not downloading. (This doesn’t happen with other content on the same browsers).
    The audio seems slow to load.

    I’ve seen it working in use on another site without these issues, so I imagine it can be fixed.

    I’m guessing I might need to modify the code around the store list and/or the css.
    I’ve already been tinkering with CSS on the site linked to, but I need to do more.

    Any tips welcome.

    Thank you!

    Tony

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • igcas

    (@igcas)

    I have the same problem. please some one fix this. Triple dot menu is not a good way to display download links.

    Plugin Author sonaar

    (@sonaar)

    Hi @tonyfleeds and @igcas

    1) For the 3dots, here is a work around. We cannot make this by default because if people have a lot of external links, it will break the tracklist display.

    Add this custom CSS:

    .iron-audioplayer .playlist .store-list .song-store-list-menu .fa-ellipsis-v {
        opacity: 0;
    }
    .iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container{
       opacity:1;
    }

    2) That should work with the last version. Make sure to use the latest plugin version (2.2 or higher). If not working, tell me which browser you use, and show me a page URL where I can see the issue

    3) Show me page URL where I can see the slow issue.

    • This reply was modified 4 years ago by sonaar.
    • This reply was modified 4 years ago by sonaar.
    igcas

    (@igcas)

    @sonaar Thank you it worked for me i got the download button now ?? Yeh!!!!

    Plugin Author sonaar

    (@sonaar)

    You are welcome

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Download button and function’ is closed to new replies.