| 1 |
<?php |
| 2 |
$is_pro = Visualizer_Module::is_pro(); |
| 3 |
?> |
| 4 |
<div class="pro-feature"> |
| 5 |
<div class="pro-feature-inner"> |
| 6 |
<div class="pro-feature-features"> |
| 7 |
<h2>Welcome to Visualizer!</h2> |
| 8 |
<p>Visualizer lets you easily create and customize responsive tables and charts so you can share your data effectively to your users.</p> |
| 9 |
<p>With this version, you can already:</p> |
| 10 |
|
| 11 |
<ul style="list-style: disc; list-style-position: inside;"> |
| 12 |
<li>Create an unlimited number of tables and charts</li> |
| 13 |
<li>Manually edit the data used by any graphs and tables</li> |
| 14 |
<li>Import data from a URL or file</li> |
| 15 |
<li>Fully customize the design and behavior of your tables and charts</li> |
| 16 |
<?php if ( $is_pro ) { ?> |
| 17 |
<li>Schedule regular updates to your charts</li> |
| 18 |
<li>Import from the database or other charts</li> |
| 19 |
<?php } ?> |
| 20 |
</ul> |
| 21 |
|
| 22 |
<?php if ( ! $is_pro ) { ?> |
| 23 |
<p>We have many more features and charts, and offer email & chat support if you purchase our <a href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>">Pro Version</a>.</p> |
| 24 |
<?php } ?> |
| 25 |
|
| 26 |
<p>Ready to begin? Let's <a href="<?php echo admin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart!</a> |
| 27 |
</div> |
| 28 |
</div> |
| 29 |
</div> |
| 30 |
<div class="clear"></div> |
| 31 |
|
| 32 |
<div class="pro-feature"> |
| 33 |
<div class="pro-feature-inner"> |
| 34 |
<div class="pro-feature-features"> |
| 35 |
<h2>Documentation</h2> |
| 36 |
<p>To get started with Visualizer, we recommend you first bookmark our main documentation page <a href="<?php echo VISUALIZER_MAIN_DOC; ?>">here</a>.</p> |
| 37 |
|
| 38 |
<p> |
| 39 |
Notably, you could take a look at this first introductory tutorial: <a href="https://docs.themeisle.com/article/597-create-chart">How to create my first chart</a>. |
| 40 |
</p> |
| 41 |
|
| 42 |
<p>If you prefer learning through video, this could prove useful. It is a little dated however.</p> |
| 43 |
</div> |
| 44 |
<div class="pro-feature-image"> |
| 45 |
<iframe width="500" height="235" src="https://www.youtube.com/embed/hQO_evnb_tQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 46 |
</div> |
| 47 |
<div class="clear"></div> |
| 48 |
</div> |
| 49 |
</div> |
| 50 |
<div class="clear"></div> |
| 51 |
|
| 52 |
|
| 53 |
<div class="pro-feature"> |
| 54 |
<div class="pro-feature-inner"> |
| 55 |
<div class="pro-feature-features"> |
| 56 |
<h2>Need help?</h2> |
| 57 |
<?php if ( ! $is_pro ) { ?> |
| 58 |
<p>Our support channel for users of the free version can be found <a href="https://wordpress.org/support/plugin/visualizer/">here</a>.</p> |
| 59 |
<?php } else { ?> |
| 60 |
<p>Contact our premium support by logging in to your account <a href="https://store.themeisle.com/login/">here</a>.</p> |
| 61 |
<?php } ?> |
| 62 |
</div> |
| 63 |
<div class="clear"></div> |
| 64 |
</div> |
| 65 |
</div> |
| 66 |
<div class="clear"></div> |
| 67 |
|