Title: Close on button click
Last modified: August 24, 2016

---

# Close on button click

 *  Resolved [diegojaimo](https://wordpress.org/support/users/diegojaimo/)
 * (@diegojaimo)
 * [11 years ago](https://wordpress.org/support/topic/close-on-button-click/)
 * Hi, in [http://masmetros.com.ar/testeo/](http://masmetros.com.ar/testeo/) I just
   want to close the popup when somebody clicks on “Reservar ahora”. Where and what
   code do I have to insert?
 * Thanks, great plugin!
 * [https://wordpress.org/plugins/popup-maker/](https://wordpress.org/plugins/popup-maker/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years ago](https://wordpress.org/support/topic/close-on-button-click/#post-6098564)
 * [@diegojaimo](https://wordpress.org/support/users/diegojaimo/) – Thanks. So you
   have 2 options here. Simplest would be to add the popmake-close class to your
   button, but I’m not 100% that the button will still make the page scroll that
   way. Worth testing as it is the simplest solution.
 * If not then we need to add some JS.
 *     ```
       <script>
       jQuery('#popmake-457 .avia-button').on('click', function () {
         jQuery('#popmake-457').popmake('close');
       });
       </script>
       ```
   
 * Please take a moment to [rate and review the plugin](https://wordpress.org/support/view/plugin-reviews/popup-maker)
   and or support.
 *  Thread Starter [diegojaimo](https://wordpress.org/support/users/diegojaimo/)
 * (@diegojaimo)
 * [11 years ago](https://wordpress.org/support/topic/close-on-button-click/#post-6098654)
 * It worked! Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Close on button click’ is closed to new replies.

 * ![](https://ps.w.org/popup-maker/assets/icon-256x256.gif?rev=3097653)
 * [Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder](https://wordpress.org/plugins/popup-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-maker/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [close](https://wordpress.org/support/topic-tag/close/)
 * [popup](https://wordpress.org/support/topic-tag/popup/)

 * 2 replies
 * 2 participants
 * Last reply from: [diegojaimo](https://wordpress.org/support/users/diegojaimo/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/close-on-button-click/#post-6098654)
 * Status: resolved