PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.11
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.11
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / templates / docs.php

docs.php in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.4.11, at templates/docs.php

67 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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; ?>" target="_blank">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> or <a href="<?php echo VISUALIZER_DEMO_URL; ?>" target="_blank">view a demo</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; ?>" target="_blank">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" target="_blank">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/" target="_blank">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/" target="_blank">here</a>.</p>
61 <?php } ?>
62 </div>
63 <div class="clear"></div>
64 </div>
65 </div>
66 <div class="clear"></div>
67