template-library-badge.php
1 year ago
template-library-button.php
1 year ago
template-library-header.php
1 year ago
template-library-loader.php
1 year ago
template-library-preview.php
1 year ago
template-library-search.php
1 year ago
template-library-toolbar.php
1 year ago
templates.php
1 year ago
template-library-button.php
14 lines
| 1 | |
| 2 | <script type="text/template" id="docy-TemplateLibrary_insert-button"> |
| 3 | <a class="elementor-template-library-template-action elementor-button docyTemplateLibrary_insert-button footer-live-preview"> |
| 4 | <i class="eicon-file-download" aria-hidden="true"></i> |
| 5 | <span class="elementor-button-title"><?php esc_html_e( 'Insert', 'spider-elements' ); ?></span> |
| 6 | </a> |
| 7 | </script> |
| 8 | |
| 9 | <script type="text/template" id="docy-TemplateLibrary_pro-button"> |
| 10 | <a class="elementor-template-library-template-action elementor-button liteTemplateLibrary_pro-button" href="" target="_blank"> |
| 11 | <i class="eicon-external-link-square" aria-hidden="true"></i> |
| 12 | <span class="elementor-button-title"><?php esc_html_e( 'Go Pro', 'spider-elements' ); ?></span> |
| 13 | </a> |
| 14 | </script> |