How to create quick popup modals

Hi Bricks Lovers,

Today I encountered an issue and would appreciate your guidance.

We have a section that displays 5 to 6 team members in a grid layout, showing their name, bio, and a READ MORE button.

This team members grid is static and not based on a CPT.

What I want is to open a popup/modal when the user clicks the READ MORE button—but without creating a separate Bricks Popup Template for each team member. Is there a way to achieve this while staying on the same page?

If I remember correctly, there was a modal element in the Oxygen Builder for this kind of setup.

Please let me know if you have any ideas.
Thank you in advance!

Hi. Create cpt and custom field and use Fetch content via AJAX How to Create Product Quick View with Bricks – Bricks Academy

2 method dynamic popup or offcanvas inside the loop

offcanvas is the easiest one just add the offcanvas inside the loop add the loop dynamic tags …etc. I would recommend this path fastest and simplest implementation.

or dynamic loop popup hovewer need some setup watch this;

Thanks @sinanisler & @clickfusion63
Actually, I’m aware of dynamic popups which utilizes ajax to fetch current post data.

But I was looking for static popups, because, I don’t wanted to create a CPT for just 5 members, running queries,

And creating 5 static popup TEMPLATES is also not a good idea, I was searching if there is a way to achive this without leaving the TEAM page

UPDATE:
I have achieved this via bricks interactions, created a div with position fixed, it’s hidden by default and shows up when user clicks on the button, and it worked

Thank you all.

1 Like