Usage of Modals in Blade

Besides the predefined ways to have modals (popups) in Blade like Contact Forms, Mailchimp Forms, Search etc, anyone can “call” and use these modals (popups) from any button. Let’s see how:

Add the Search Modal in a button

  1. Create the button you wish
  2. Add for the button link the #grve-search-modal
  3. Add the class grve-toggle-modal in the Button class name field

Add the Form Modal you have set in the Menu elements in a button

  1. Create the button you wish
  2. Add for the button link the #grve-menu-form-modal
  3. Add the class grve-toggle-modal in the Button class name field

Add the Form Modal you have set in the Left TopBar area in a button

  1. Create the button you wish
  2. Add for the button link the #grve-top-left-form-modal
  3. Add the class grve-toggle-modal in the Button class name field

Add the Form Modal you have set in the Right TopBar area in a button

  1. Create the button you wish
  2. Add for the button link the #grve-top-right-form-modal
  3. Add the class grve-toggle-modal in the Button class name field

Open the Sliding Hidden Area via a button

  1. Create the button you wish
  2. Add for the button link the #grve-sidearea
  3. Add the class grve-toggle-hiddenarea in the Button class name field

Add the Socials Modal you have set in the Menu elements in a button

  1. Create the button you wish
  2. Add for the button link the #grve-socials-modal
  3. Add the class grve-toggle-modal in the Button class name field

Open Vimeo/YouTube video popup via a button

  1. Create the button you wish
  2. Add for the button link the video link eg. https://vimeo.com/144862059
  3. Add the class grve-video-popup in the Button class name field

Have in mind that you can use any element with a link in order to open the modals (popups) you need, not only the button element. For example, you can achieve it with the Image with Link element. So, you just need a link and an extra class.

Check below some related screenshots to help you more. You can also check this related article.