Skip to content

Instantly share code, notes, and snippets.

@wpbean
Created October 13, 2023 09:26
Show Gist options
  • Save wpbean/919bcdc7af3ada6e3b8bba7449e6bdea to your computer and use it in GitHub Desktop.
Save wpbean/919bcdc7af3ada6e3b8bba7449e6bdea to your computer and use it in GitHub Desktop.
WPB Popup for Contact Form 7: Trigger popup using CSS class and data attributes
<div class="nectar-fancy-box nectar-underline using-img has-animation aspect-4-5 triggered-animation animated-in" data-style="image_above_text_underline" data-border-radius="default" data-animation="fade-in" data-delay="150" data-alignment="left" style="opacity: 1; transform: none;"><div class="image-wrap"><div class="box-bg" style="background-image: url('https://www.arteal.com/wp-content/uploads/2023/10/arteal-colecao-versati-01.webp'); "></div></div>
<div class="text">
<h3 style="text-align: center">Test Popup</h3>
<p style="text-align: center">Elegância e uma estética refinada</p>
</div>
<a target="_blank" href="" class="box-link wpb-pcf-form-fire" data-id="940" data-form_style data-allow_outside_click="1" data-width="500px"></a>
</div>
<div class="divider-wrap height_tablet_20px height_phone_20px " data-alignment="default"><div style="height: 1px;" class="divider"></div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment