| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) { |
| 2 |
exit; |
| 3 |
} |
| 4 |
/** |
| 5 |
* Extansion version |
| 6 |
* |
| 7 |
* @package Lead_Generation |
| 8 |
* @subpackage |
| 9 |
* @copyright Copyright (c) 2018, Dmytro Lobov |
| 10 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 11 |
* @since 1.0 |
| 12 |
*/ |
| 13 |
?> |
| 14 |
|
| 15 |
|
| 16 |
<div class="about-wrap wow-support"> |
| 17 |
<div class="feature-section one-col"> |
| 18 |
<div class="col"> |
| 19 |
|
| 20 |
<p>GET MORE FEATURES WITH THE PLUGIN EXTENSION.</p> |
| 21 |
|
| 22 |
<p><a href="<?php echo $this->pro_url; ?>" target="_blank" class="wow-btn">Get Pro Version</a></p> |
| 23 |
|
| 24 |
<p>ADDITIONAL OPTIONS IN PRO VERSION:</p> |
| 25 |
|
| 26 |
<div class="items itembox"> |
| 27 |
<div class="item-title"> |
| 28 |
<span class="faq-title">Devices control</span> |
| 29 |
</div> |
| 30 |
<div class="inside" style="display: none;"> |
| 31 |
<p>Test if the current browser runs on a mobile device (smartphone, tablet, etc.) or desktop and |
| 32 |
displays the code on the frontend |
| 33 |
</p> |
| 34 |
</div> |
| 35 |
</div> |
| 36 |
|
| 37 |
<div class="items itembox"> |
| 38 |
<div class="item-title"> |
| 39 |
<span class="faq-title">User Target</span> |
| 40 |
</div> |
| 41 |
<div class="inside" style="display: none;"> |
| 42 |
<p>You can customize display the item on the page depending on the role of the user who is on the |
| 43 |
site. You can configure targeting for such user groups:</p> |
| 44 |
<ul> |
| 45 |
<li>All users;</li> |
| 46 |
<li>Unauthorized users;</li> |
| 47 |
<li>Authorized users;</li> |
| 48 |
<li>The role of the authorized user on the site;</li> |
| 49 |
</ul> |
| 50 |
</div> |
| 51 |
</div> |
| 52 |
|
| 53 |
<div class="items itembox"> |
| 54 |
<div class="item-title"> |
| 55 |
<span class="faq-title">Multi language</span> |
| 56 |
</div> |
| 57 |
<div class="inside" style="display: none;"> |
| 58 |
<p>The condition for display the item depending on the language of the site.</p> |
| 59 |
<p>It is good to use if you have a website in several languages and you need to show different |
| 60 |
elements for a different language.</p> |
| 61 |
</div> |
| 62 |
</div> |
| 63 |
|
| 64 |
<div class="items itembox"> |
| 65 |
<div class="item-title"> |
| 66 |
<span class="faq-title">Target to content</span> |
| 67 |
</div> |
| 68 |
<div class="inside" style="display: none;"> |
| 69 |
<p>Choose a condition to target your item to specific content or various other segments. You can |
| 70 |
display the item on:</p> |
| 71 |
<ul> |
| 72 |
<li>All posts and pages;</li> |
| 73 |
<li>Only posts;</li> |
| 74 |
<li>Only pages;</li> |
| 75 |
<li>Posts with certain IDs;</li> |
| 76 |
<li>Pages with certain IDs;</li> |
| 77 |
<li>Posts in Categorys with IDs;</li> |
| 78 |
<li>All posts, except;</li> |
| 79 |
<li>All pages, except;</li> |
| 80 |
<li>Taxonomy;</li> |
| 81 |
</ul> |
| 82 |
</div> |
| 83 |
</div> |
| 84 |
</div> |
| 85 |
|
| 86 |
</div> |
| 87 |
</div> |