modal.php
15 lines
| 1 | <?php defined( 'ABSPATH' ) || exit; ?> |
| 2 | |
| 3 | <div class="attr-modal attr-fade ekit-wid-con" id="elementskit_go_pro_modal" tabindex="-1" role="dialog" aria-labelledby="elementskit_go_pro_modalLabel" style="display: none;"> |
| 4 | <div class="attr-modal-dialog attr-modal-dialog-centered ekit-go-pro-con" role="document"> |
| 5 | <div class="attr-modal-content"> |
| 6 | <button type="button" class="close attr-hidden" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |
| 7 | <div class="attr-modal-body attr-text-center"> |
| 8 | <i class="icon icon-information"></i> |
| 9 | <h2>Go Premium</h2> |
| 10 | <p>Purchase our <a target="_blank" href="https://wpmet.com/elementskit-pricing">pro version</a> to unlock these premium features!</p> |
| 11 | </div> |
| 12 | </div> |
| 13 | </div> |
| 14 | </div> |
| 15 |