| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; |
| 2 |
/** |
| 3 |
* Support Page |
| 4 |
* |
| 5 |
* @package Lead_Generation |
| 6 |
* @subpackage |
| 7 |
* @copyright Copyright (c) 2018, Dmytro Lobov |
| 8 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 |
* @since 1.0 |
| 10 |
*/ |
| 11 |
?> |
| 12 |
|
| 13 |
<style> |
| 14 |
.feature-section.one-col p { |
| 15 |
font-size: 16px; |
| 16 |
} |
| 17 |
.lg-thank-you { |
| 18 |
color: #777; |
| 19 |
} |
| 20 |
.feature-section pre { |
| 21 |
box-sizing: border-box; |
| 22 |
width: 100%; |
| 23 |
margin: 0; |
| 24 |
overflow: auto; |
| 25 |
overflow-y: hidden; |
| 26 |
font-size: 12px; |
| 27 |
line-height: 20px; |
| 28 |
background: #fff !important; |
| 29 |
border: 1px solid #777; |
| 30 |
padding: 10px; |
| 31 |
color: #333; |
| 32 |
} |
| 33 |
</style> |
| 34 |
|
| 35 |
<div class="feature-section one-col"> |
| 36 |
<div class="col"> |
| 37 |
|
| 38 |
<p>To get your support related question answered in the fastest timing, please head over to our <a href="https://wow-estore.com/questions/" target="_blank">Support Forum</a> page and send your Question.</p> |
| 39 |
|
| 40 |
<p>Also, you can send us your ideas and suggestions for improving the plugin.</p> |
| 41 |
|
| 42 |
</div> |
| 43 |
|
| 44 |
</div> |