Archived topic
Suggestion for a plugin for properly swapping audio files that really works?
5 replies · Started by qpaq on February 2, 2023
I'd like to achieve building a page similar to the example website listed below.
I couldn't find a proper plugin or way to make tabbed content that swaps different audio/video files. Modal windows might be a solution but the problem with modals or pop-ups is that when you close them, the audio or video content keeps running.
Is there a way to deliver such content in WordPress via GP?
Hi there,
its not a GP thing, and i don't think its a WP thing either. I had a look for plugins but couldn't find anything related.
It could be done with Javascript.
I found an example here:
https://stackoverflow.com/a/10792564
This method means that only one audio player is loaded and its src gets updated on link click. That would ensure that only one audio is played at one time.
Thank you David,
I thought the same. I think the only solution is to implement a Javascript.
Do you have any suggestions for the tabbed content, like this one:
https://www.artnovion.com/educational/room-acoustics
Those tabs are just a bunch of buttons as each of them links to a new page.
If you want Tabs, then in GenerateBlocks Pro 1.5 which is in Beta we just added Tabs and Accordions:
See here:
https://generateblocks.com/flexbox-sizing-tabs-accordions-more/
Ah, that's great. Thank you for reminding me of the Tabs in GenerateBlocks.
You're welcome