css
11 months ago
images
11 months ago
js
11 months ago
themes
11 months ago
webfonts
11 months ago
banner.php
11 months ago
default-options.php
11 months ago
index.php
11 months ago
option-data.php
11 months ago
option-panel.php
11 months ago
option-settings.php
11 months ago
banner.php
58 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) exit; ?> |
| 3 | <div class="col-md-12 form-group cs-back nls"> |
| 4 | <div class="col-md-12 ms-links"> |
| 5 | <div class="cs-top"> |
| 6 | <h2><?php esc_html_e('Newsletter Subscription Form Pro','NLS_TEXT_DOMAIN' );?></h2> |
| 7 | <p><?php esc_html_e('Connect your visitors','NLS_TEXT_DOMAIN' );?></p> |
| 8 | </div> |
| 9 | <div class="col-md-12"> |
| 10 | <ul class="cs-desc"> |
| 11 | <li><?php esc_html_e('More Then 5 Pro Template','NLS_TEXT_DOMAIN' );?></li> |
| 12 | <li><?php esc_html_e('Easy Integration with More then 5 News Letter Subscriptions APIs services ','NLS_TEXT_DOMAIN' );?></li> |
| 13 | <li><?php esc_html_e('Multiple form with different mail services( Mail API ) forms and color schemes','NLS_TEXT_DOMAIN' );?></li> |
| 14 | <li><?php esc_html_e('More shortcodes and more options with widget','NLS_TEXT_DOMAIN' );?></li> |
| 15 | <li><?php esc_html_e('Manage Subscriber with download .CSV file option','NLS_TEXT_DOMAIN' );?></li> |
| 16 | <li><?php esc_html_e('Auto & Manual Notification To Subscribers','NLS_TEXT_DOMAIN' );?></li> |
| 17 | <li><?php esc_html_e('Notify All and selected Subscriber','NLS_TEXT_DOMAIN' );?></li> |
| 18 | <li><?php esc_html_e('Responsive dashboard, Form Templates design','NLS_TEXT_DOMAIN' );?></li> |
| 19 | <li><?php esc_html_e('Easy to use, user friendly interface','NLS_TEXT_DOMAIN' );?></li> |
| 20 | <li><?php esc_html_e('User friendly Descriptive section design with message tool tips','NLS_TEXT_DOMAIN' );?></li> |
| 21 | <li><?php esc_html_e('Multi Site Support','NLS_TEXT_DOMAIN' );?></li> |
| 22 | <li><?php esc_html_e('Multilingual Translate Plugin In Any Language','NLS_TEXT_DOMAIN' );?></li> |
| 23 | <li><?php esc_html_e('Unlimited Social Media Profile Links','NLS_TEXT_DOMAIN' );?></li> |
| 24 | <li><?php esc_html_e('500+ Google Fonts Family','NLS_TEXT_DOMAIN' );?></li> |
| 25 | <li><?php esc_html_e('Unlimited Color Scheme','NLS_TEXT_DOMAIN' );?></li> |
| 26 | <li><?php esc_html_e('Bootstrap Based Responsive Plugin Settings Panel','NLS_TEXT_DOMAIN' );?></li> |
| 27 | <li><?php esc_html_e('Compatible With Most WordPress Theme','NLS_TEXT_DOMAIN' );?></li> |
| 28 | <li><?php esc_html_e('Latest Font Awesome Icon','NLS_TEXT_DOMAIN' );?></li> |
| 29 | <li><?php esc_html_e('Multilingual & Translation Ready','NLS_TEXT_DOMAIN' );?></li> |
| 30 | <li><?php esc_html_e('Compatible With All Major Browsers','NLS_TEXT_DOMAIN' );?></li> |
| 31 | <li><?php esc_html_e('Complete Plugin Documentation','NLS_TEXT_DOMAIN' );?></li> |
| 32 | <li><?php esc_html_e('Friendly and Professional Support Team','NLS_TEXT_DOMAIN' );?></li> |
| 33 | </ul> |
| 34 | </div> |
| 35 | <div class="col-md-12 row "> |
| 36 | <div class="col-md-4 col-sm-4 ms-btn"> |
| 37 | <b><?php esc_html_e('Try Live Demo','NLS_TEXT_DOMAIN' );?></b> |
| 38 | <a class="btn" target="_new" href="http://demo.weblizar.com/newsletter-subscription-form-pro/" rel="nofollow"><?php esc_html_e('Click Here','NLS_TEXT_DOMAIN' );?></a> |
| 39 | </div> |
| 40 | <div class="col-md-4 col-sm-4 ms-btn"> |
| 41 | <b><?php esc_html_e('Try Before Buy Using Admin Demo','NLS_TEXT_DOMAIN' );?></b> |
| 42 | <a class="btn" target="_new" href="http://demo.weblizar.com/newsletter-subscription-form-pro-admin-demo/" rel="nofollow"><?php esc_html_e('Click Here','NLS_TEXT_DOMAIN' );?></a> |
| 43 | <br/><span><b><?php esc_html_e('Username: ','NLS_TEXT_DOMAIN' );?></b><?php esc_html_e('userdemo','NLS_TEXT_DOMAIN' );?></span><br/><span><b><?php esc_html_e('Password: ','NLS_TEXT_DOMAIN' );?></b><?php esc_html_e('userdemo','NLS_TEXT_DOMAIN' );?></span> |
| 44 | </div> |
| 45 | <div class="col-md-4 col-sm-4 ms-btn"> |
| 46 | <h3><?php esc_html_e('Upgrade To Pro Version Only In $7','NLS_TEXT_DOMAIN' );?></h3> |
| 47 | <a class="btn btn-success pro-link" target="_new" href="https://weblizar.com/plugins/newsletter-subscription-form-pro/" rel="nofollow"><?php esc_html_e('Check Detail','NLS_TEXT_DOMAIN' );?></a> |
| 48 | </div> |
| 49 | </div> |
| 50 | </div> |
| 51 | </div> |
| 52 | <style type="text/css"> |
| 53 | <?php $imgpath = WEBLIZAR_NLS_PLUGIN_URL."options/images/1.jpg"; ?> |
| 54 | .nls{ |
| 55 | /* display: none;; */ |
| 56 | background-image: url("<?php echo esc_url($imgpath); ?>") !important; |
| 57 | } |
| 58 | </style> |