# Guest Gate (Sign Up Popup Plugin)

**URL:** <https://meta.discourse.org/t/guest-gate-sign-up-popup-plugin/56625>\
**Category:** Plugin\
**Tags:** deprecated\
**Created:** [2017年一月30日 23:39 UTC](https://meta.discourse.org/t/guest-gate-sign-up-popup-plugin/56625 "2017-01-30T23:39:37Z")\
**Posts on this page:** 1\
**Showing post:** 12

<div class="post-metadata">

**Author:** ![Shrike](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shrike/32/68103_2.png) [@Shrike](https://meta.discourse.org/u/Shrike)\
**Post date:** [2017年四月10日 17:33 UTC](https://meta.discourse.org/t/guest-gate-sign-up-popup-plugin/56625/12 "2017-04-10T17:33:16Z")

</div>

Hi!  
The plugin has incorrect (outdated?) `modal.hbs` template:

```plaintext
      <div class="modal-inner-container">
        <div class="modal-header">
          <a class="close" {{action "closeModal"}}>{{fa-icon "times"}}</a>
          <h3>{{title}}</h3>
          <div class="clearfix"></div>
        </div>

```

The `.close` anchor should be wrapped in div with `modal-close` class.

It has several consequence:  
[https://meta.discourse.org/t/dialog-close-button-design/60727/](https://meta.discourse.org/t/dialog-close-button-design/60727/)  
[https://meta.discourse.org/t/dialog-and-esc-handling/60725](https://meta.discourse.org/t/dialog-and-esc-handling/60725)

PR: [fix broken layout in modal.hbs: added .modal-close by evil-shrike · Pull Request #3 · jgujgu/discourse-guest-gate · GitHub](https://github.com/jgujgu/discourse-guest-gate/pull/3)

---

_[View the full topic](https://meta.discourse.org/t/guest-gate-sign-up-popup-plugin/56625)._
