Okay
  Public Ticket #2566586
Help with Sonaar Mp3 Pro in Gutenberg WordPress -- getting audio loudness indicator visible
Closed

Comments

  •  1
    Ted Hildebrandt started the conversation

    I've got the Pro Version of your MP3 player.  I'm working in WP in Gutenberg context.  I can't figure out how to get rid of the "Available at" and download symbol in the middle of the screen.  Do you have a manual on this plugin (the youtube video was helpful but need something more complete).     I also don't know how to get the menu going on the "Sticky" line at the bottom.  How do I enter and modify the menu items?  Another issue just came up:  the "sticky" line at the bottom appears on pages I didn't want it to.  How do I restrict the "sticky" bottom line to only that one page? thanks!

  •  1
    Ted Hildebrandt replied

    Besides that one music video where can I get help on Youtube with all the features and who it works with Gutenberg in WP Is there a written manual for the Pro version I could use?

  •  1,101
    Max replied

    Hi,

    If you want to turn off the Available and Download symbol and use the Gutenburg Sonaar MP3 block, you can simply disable Show Store Album option: https://d.pr/i/bn3X0u  

    For the "menu going on the sticky line at the bottom", Im a bit confuse on what you are refering to. Can you send me a screenshot please. If you mean the icons in the sticky player, you can add/edit/remove them by editing the "Where to buy/download this track?" on each audio track. See screenshot: https://d.pr/i/E9oHXb

    If you want to display the sticky player on 1 page only, make sure no playlist is selected in the player settings: https://d.pr/i/kv7YKR and then, go edit your page and select which playlist to load in the sticky player. see screenshot: https://d.pr/i/FodTQl

    Unfortunately, we dont have a manual on guternburg as it should be pretty straight foward in the sense that the only options available are these one: https://d.pr/i/XqNzSJ

    Enable Sticky Audio Player : this enable the sticky audio player when you click play.

    Enable Shuffle: This enable the shuffle option so the tracks are being played randomly.

    Enable Scrollbar: this enable a scrollbar within your tracklist

    Show Playlist: this will make the playlist displayed

    Show Album Store: this will make the album stores available or not in your page

    Hide Album Cover: this hide the album cover or featured image assigned to that playlist.

    Hide Mini Player/Soundwave: this hide the soundwave player in your block

    Play its own Post ID track: this will play the tracks you've set within the page where your block is added.

    Thanks,


    Max from the Sonaar.io Crew

  •  1
    Ted Hildebrandt replied

    Maxime,
    Thank you so much.  I'm a newbie with this plug-in and obviously
    don't know what I'm doing -- but I'm learning.  Thanks for your help.

    The menu on the sticky bar is on the left side of the sticky bar there
    is a hamburger icon    
        _______
        _______
        _______  
            _____     kind of icon which popups up a list of all the tracks (under the red
    rectangle in the print screen example (lower left corner-Stickybar).  
    It lists the tracks but the other things there look bad and I'm wanting
    control over the size and content of those various items to the right of
    the track list name.  Any hints on that?

    Thanks again for getting back to me!

    All the best,
    Ted Hildebrandt

  •  1,101
    Max replied

    Hi,

    can you send me a screenshot of the elements that look bad when you popup the tracklist?

    Thanks,


    Max from the Sonaar.io Crew

  •  1
    Ted Hildebrandt replied

    Maxime,

    Here is a screen grab of the Menu that pops up from the sticky bar.  It looks okay but 
    it would be good to have how long each mp3 track is.  Are there other columns there
    that can be shown?  How do I control the colors of this menu?
    Thanks,

    Ted Hildebrandt

  •  1
    Ted Hildebrandt replied

    Another problem:  I got the Sticky Menu to work and plays sound well but not the original play list items 
    will not play.  Not sure what I messed up.  The list displays on the page well but doesn't play (the triangles
    and titles in the page list don't respond by playing???

    Here's the short code:  I got an error message about some AJAX thing not working 

    [sonaar_audioplayer title="Nothing" albums="20695" show_playlist="true" show_track_market="true" show_album_market="true" sticky_player="true" scrollbar="true"][/sonaar_audioplayer] 

  •  1,101
    Max replied

    Hi,

    1) You cant customize the playlist track layouts without doing some custom PHP/CSS and Javascript. unfortunately, that is beyond the scope of our support.

    2) However, I see that there is a huge gap between each of your tracks. You can fix it by adding this custom CSS in WP-Admin > Appearance > Customize > Additional CSS:

    #sonaar-player .playlist .tracklist li {
        line-height: 25px!important;
    }

    3) You can change the colors in WP-Admin > MP3 Player > Settings. See screenshot: https://d.pr/i/vEEJCP

    4) I can fully hear the first track on your homepage: https://d.pr/i/x8505c have you fixed the issue? If not, please elaborate

    Thanks,


    Max from the Sonaar.io Crew