| 1 |
|
| 2 |
<div class="tb-theme-popup" style="display: none"> |
| 3 |
<div class="tb-theme-popup__wrap"> |
| 4 |
<div class="tb-theme-popup__close"> |
| 5 |
<span class="dashicon dashicons dashicons-no-alt"></span> |
| 6 |
</div> |
| 7 |
<div class="tb-theme-popup__body"> |
| 8 |
<div class="tb-connect__notice tb-text__center"> |
| 9 |
|
| 10 |
<div class="tb-connect__icon"> |
| 11 |
<img |
| 12 |
src='<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/logo-48x48.png');?>' |
| 13 |
alt="<?php esc_attr_e('Templateberg', 'templateberg');?>" |
| 14 |
/> |
| 15 |
</div> |
| 16 |
<h3 class="tb-connect__title"> |
| 17 |
<?php esc_html_e('Get access to hundreds of free templates by creating free account.', 'templateberg')?> |
| 18 |
</h3> |
| 19 |
<p class="tb-connect__desc"> |
| 20 |
<?php |
| 21 |
esc_html_e("Templateberg power you to create site quickly and easily. You don't have to spend hours trying to create a template and block design. With a click your favourite template design will import on your site and you can change text, image and customize it for your needs.", 'templateberg'); |
| 22 |
esc_html_e("Clicking the button below will install and activate the Gutentor Plugin since most of the templates are built with it.", 'templateberg'); |
| 23 |
?> |
| 24 |
</p> |
| 25 |
<a id="tb-connect-btn" |
| 26 |
href='<?php echo esc_url(templateberg_connect()->get_remote_connect_url());?>' |
| 27 |
target="_blank" |
| 28 |
class="tb-btn tb-btn__primary tb-btn__lg"> |
| 29 |
<?php |
| 30 |
esc_html_e('Get Started With Templateberg', 'templateberg') |
| 31 |
?> |
| 32 |
</a> |
| 33 |
</div> |
| 34 |
</div> |
| 35 |
</div> |
| 36 |
</div> |
| 37 |
|