You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/docs.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@
20
20
</ul>
21
21
22
22
<?phpif ( ! $is_pro ) { ?>
23
-
<p>We have many more features and charts, and offer email & chat support if you purchase our <a href="<?phpecho Visualizer_Plugin::PRO_TEASER_URL; ?>">Pro Version</a>.</p>
23
+
<p>We have many more features and charts, and offer email & chat support if you purchase our <a href="<?phpecho Visualizer_Plugin::PRO_TEASER_URL; ?>" target="_blank">Pro Version</a>.</p>
24
24
<?php } ?>
25
25
26
-
<p>Ready to begin? Let's <a href="<?phpechoadmin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart!</a>
26
+
<p>Ready to begin? Let's <a href="<?phpechoadmin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart</a> or <a href="<?phpechoVISUALIZER_DEMO_URL; ?>" target="_blank">view a demo</a>!
27
27
</div>
28
28
</div>
29
29
</div>
@@ -33,10 +33,10 @@
33
33
<div class="pro-feature-inner">
34
34
<div class="pro-feature-features">
35
35
<h2>Documentation</h2>
36
-
<p>To get started with Visualizer, we recommend you first bookmark our main documentation page <a href="<?phpechoVISUALIZER_MAIN_DOC; ?>">here</a>.</p>
36
+
<p>To get started with Visualizer, we recommend you first bookmark our main documentation page <a href="<?phpechoVISUALIZER_MAIN_DOC; ?>" target="_blank">here</a>.</p>
37
37
38
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>.
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
40
</p>
41
41
42
42
<p>If you prefer learning through video, this could prove useful. It is a little dated however.</p>
@@ -55,9 +55,9 @@
55
55
<div class="pro-feature-features">
56
56
<h2>Need help?</h2>
57
57
<?phpif ( ! $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>
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
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>
60
+
<p>Contact our premium support by logging in to your account <a href="https://store.themeisle.com/login/" target="_blank">here</a>.</p>
0 commit comments