Modal . Reshow Conditions + Button

Hi there.

Using the modal with 2 open behaviours. 1st is… it opens on site load - 2nd there is a button to (re)open it again. Now I´ve set the Reshow conditions to ‘Reshow on next visit’ + checked ‘Only show once per session’ - what acts nice for the opens on site load part. But…

At this combination the button to (re)open the modal seems completly blocked.

Is there a way to give the button the right to reopen the modal in any case?

I believe you’re using the BricksExtras modal here, it’s not a native element to Bricks.

The ‘only show once’ will block the built-in triggers, but you could use Interactions to show the modal when a button is clicked. This wouldn’t be blocked by any of the trigger settings.

Hi David.

Oh - yes. Didn´t check that before. So thanks for supporting me here :slight_smile:

What interaction do you suggest - via class?

Each element has it’s own interactions for controlling. Go to the modal documentation, under the ‘interactions’ tab. it shows how to open via the bricksextras.modal.open in the screenshot.

That´s it. Thank you!