I am trying to: display an audio player for each song listing in the loop, the first item does not load the player but keeps spinning, the second item plays the audio from the first item, but displays all the other information for the item correctly
Link to a page where the issue can be seen: hidden link (scroll down to view all songs)
I expected to see: the audio player for the first item stop spinning and play the associated audio, and for the other players to play their respective audio.
Instead, I got: the audio of the previous item.
The audio player is generated by the WavePlayer shortcode.
All of the views using a song listing are having the same issue.
I've deactivated all plugins except Toolset, WooCommerce and Waveplayer and switched themes to TT1, the issue is still persisting.
It appears some content filter from the active theme or a third-party player was affecting this and by including suppress_filters="true" attribute, the extra content filters are removed from the template's output.