PluginProbe
Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates / 1.1.0
Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates v1.1.0
1.2.0 2.0.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9
templateberg / includes / lists / templates / getting-started.php

getting-started.php in Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates 1.1.0, at includes/lists/templates/getting-started.php

37 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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