Okay
  Public Ticket #3270569
Audio Player Filter
Closed

Comments

  • Michael Ghelfi started the conversation

    Hello,

    I'm working on that page : https://michaelghelfi.com/audio-store

    The Audio Player Filter doesn't display the Source:ACF -> ACF Fields and I don't understand why. It just shows a "Select..." dropdown option but nothing appears.

    My ACF fields are correctly made, as I can search through them on my products page.

    The Target Player ID is also correct as I can access it with the search bar and chips.

    If you got any insight, I'd gladly take it.

    Thanks

    Michael

    Attached files:  Capture d’écran 2023-03-09 032012.png

  •  1,103
    Max replied

    Hi, 

    What type of your ACF field? Make sure its a select, checkbox or radio type field. 


    If it's already one of these and it does not work, please provide me temporary access to your wp-admin and I will gladly check the issue you have.

    Thanks,


    Max from the Sonaar.io Crew

  • Michael Ghelfi replied

    Hello,

    Thank you for your reply.

    Apparently, the plugin wasn't up to date (despite having downloaded it yesterday and not appearing as updatable on the plugins list).

    I have other questions regarding the audio player :

    1) How can I get rid of the external links buttons?

    2) How can I reduce the height of the mini-player?

    3) We have a huge collection of 2000+ sounds (and growing). It contains atmospheres, SFX and music. All of these have different "Genres" (or tags, or mood). I'd like to mix these all together on a single ACF field (so I'd have only one column in the mp3 audio player instead of 3), but the problem would be that the Filter Select & Tags would be a huge mess as, by example, our music doesn't have the same tags as our SFX or ambiences.

    I'd like to know how to dynamically only show the genre/tags that apply to a pre-selected filter choice. Example -> We don't have songs that have the "zombie" tag/genre, as it's an ambience tag. If I select Music, I don't want to be able to select the Zombie tag.

    Thank you for your help and for your patience.

    Attached files:  Capture d’écran 2023-03-09 140218.png

  •  1,103
    Max replied

    Hi,

    0) We have released an update 12 hours ago. its why you see an update available.

    1) You can disable the CTA buttons beside each of your playlist here: https://drops.sonaar.io/i/8wtuaL

    2) You can reduce the height of the mini-player by removing the padding with custom CSS:

    .sr_progressbar {
        margin: 0px!important;
    }
    .srp_player_boxed {
        padding: 0px 20px;
    }

    3) Umm. Im thinking outside the box here..What I would do is to create to first split your tracks by 3 categories (Atmo, SFX, Music).

    Then I would create also 3 different Genres ACF field.

    Then I would create 3 different Elementor Audio Player widget. Each player would list 1 specific category.

    Then add Elementor Filter widget with your ACF field related to the category you need.


    You cannot have only 1 player that apply preselected filter choices.


    Thanks,


    Max from the Sonaar.io Crew

  •   Michael Ghelfi replied privately
  •  1,103
    Max replied

    Hi, 

    If you use our theme, please deactivate Advanced Custom Field stand-alone plugin because it's already built-in into our theme. 

    Thanks,


    Max from the Sonaar.io Crew