Okay
  Public Ticket #2154274
Issues with the music player since updating the WP plugin.
Closed

Comments

  • Nola Klop started the conversation

    Hello,

    I really like your music player for my website, but there are some things that aren't working properly for me.

    Since I updated the plugin to version 1.2 some things have changed for the worse for my taste and for my website purpose.
    I've added a screenshot from before and after the update.

    Could you help me with the following?

    • The width of the tracks has become smaller, I need it to be full-width again. How can I change this back?
    • I very much preferred the duration of the tracks (1:37 etc.) to be outlined on the right instead of right behind the track title. Can I change this?
    • The formatting appears to be buggy on mobile view. I've attached a screenshot so you can see what I mean. The 2nd and 3rd track have a gap that shouldn't be there. Do you know why this happens?
    • This doesn't have to do with the update, but I was wondering if it is possible to change the download button in such a way that instead of opening the download URL in a new window, it downloads the track directly to your download folder when clicking on it?
    • Would it be possible to display only the download button on the right of the tracks instead of having to hover over the three dots first?

    Is there a way to go back to the previous version of the plugin if these things aren't fixable now?

    Looking forward to hearing from you!

    All the best,

    Nola Klop

    www.nolaklop.com

  •  1,103
    Max replied

    Hi,

    We changed it to gain more flexibility. but in your case, you can add this custom css to adjust the width of your track and align the time duration on the right:

    .tracklist-item-title {
        width: 400px;
        max-width: 400px!important;
    }

    @media only screen and (max-width: 991px){
    .sonaar-grid.sonaar-grid-fullwidth-mobile {
        display: block;
        text-align: left;
    }
    }

    For the button to open a new window, we will add this to our roadmap.

    For the button display on the right of the tracks instead of having to hover the three dots, this is only possible if you use our pro version along with Elementor page builder where you can customize the look and feel of the player without any limits.


    Thanks,


    Max from the Sonaar.io Crew

  • Nola Klop replied

    Hi Maxime,


    Thanks so much for your helpful reply!

    Unfortunately I haven't been able to get it to work properly yet in my situation.. is it possible to download and install the previous version of the plugin?


    All the best,
    Nola Klop

  •  1,103
    Max replied

    You can download a previous version from wordpress.org but it will but unsupported by us. We only support latest version. 

    Thanks,


    Max from the Sonaar.io Crew