| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Provide a admin area view for the plugin |
| 5 |
* |
| 6 |
* This file is used to markup the admin-facing aspects of the plugin. |
| 7 |
* |
| 8 |
* @link https://ays-pro.com/ |
| 9 |
* @since 1.0.0 |
| 10 |
* |
| 11 |
* @package Chart_Builder |
| 12 |
* @subpackage Chart_Builder/admin/partials |
| 13 |
*/ |
| 14 |
|
| 15 |
$chart_page_url = sprintf('?page=%s', 'chart-builder'); |
| 16 |
$add_new_url = sprintf('?page=%s&action=%s', 'chart-builder', 'add'); |
| 17 |
|
| 18 |
?> |
| 19 |
<div class="wrap"> |
| 20 |
<!-- <div class="ays-chart-builder-wrapper" style="position:relative;"> |
| 21 |
<h1 class="ays_heart_beat"><?php // echo __(esc_html(get_admin_page_title()),$this->plugin_name); ?> <i class="ays_fa ays_fa_heart_o animated"></i></h1> |
| 22 |
</div> --> |
| 23 |
<div class="ays-chart-heading-box"> |
| 24 |
<div class="ays-chart-wordpress-user-manual-box"> |
| 25 |
<a href="https://ays-pro.com/wordpress-chart-builder-plugin-user-manual" target="_blank" style="text-decoration: none;font-size: 13px;"> |
| 26 |
<i class="ays_fa ays_fa_file_text" ></i> |
| 27 |
<span style="margin-left: 3px;text-decoration: underline;">View Documentation</span> |
| 28 |
</a> |
| 29 |
</div> |
| 30 |
</div> |
| 31 |
<div class="ays-chart-heart-beat-main-heading ays-chart-heart-beat-main-heading-container"> |
| 32 |
<h1 class="ays-chart-builder-wrapper ays_heart_beat"> |
| 33 |
<?php echo __(esc_html(get_admin_page_title()),$this->plugin_name); ?> <i class="ays_fa ays_fa_heart_o animated"></i> |
| 34 |
</h1> |
| 35 |
</div> |
| 36 |
<div class="ays-chart-faq-main"> |
| 37 |
<h2> |
| 38 |
<?php echo __("How to create a chart in 4 steps with the help of the", $this->plugin_name ) . |
| 39 |
' <strong>'. __("Chartify", $this->plugin_name ) .'</strong> '. |
| 40 |
__("plugin.", $this->plugin_name ); ?> |
| 41 |
|
| 42 |
</h2> |
| 43 |
<fieldset> |
| 44 |
<div class="ays-chart-ol-container"> |
| 45 |
<ol> |
| 46 |
<li> |
| 47 |
<?php echo __( "Go to the", $this->plugin_name ) . ' <a href="'. $chart_page_url .'" target="_blank">'. __( "Chartify" , $this->plugin_name ) .'</a> ' . __( "page and click on the", $this->plugin_name ) . ' <a href="'. $add_new_url .'" target="_blank">'. __( "Add New" , $this->plugin_name ) .'</a> ' . __( "button for creating your first chart.", $this->plugin_name ); ?>, |
| 48 |
</li> |
| 49 |
<li> |
| 50 |
<?php echo __( "Choose your preferred chart type and click on the Next button.", $this->plugin_name ); ?> |
| 51 |
</li> |
| 52 |
<li> |
| 53 |
<?php echo __( "Add the needed data for your chart (manually, from Google Sheets and from Database)", $this->plugin_name ); ?> |
| 54 |
</li> |
| 55 |
<li> |
| 56 |
<?php echo __( "Copy the", $this->plugin_name ) . ' <strong>'. __( "shortcode" , $this->plugin_name ) .'</strong> ' . __( "of the chart and paste it into any post․", $this->plugin_name ); ?> |
| 57 |
</li> |
| 58 |
</ol> |
| 59 |
</div> |
| 60 |
<div class="ays-chart-p-container"> |
| 61 |
<p><?php echo __("Congrats! You have already created your first chart." , $this->plugin_name); ?></p> |
| 62 |
</div> |
| 63 |
</fieldset> |
| 64 |
</div> |
| 65 |
<br> |
| 66 |
|
| 67 |
<div class="ays-chart-community-wrap"> |
| 68 |
<div class="ays-chart-community-title"> |
| 69 |
<h4><?php echo __( "Community", $this->plugin_name ); ?></h4> |
| 70 |
</div> |
| 71 |
<div class="ays-chart-community-youtube-video"> |
| 72 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/xP1M_j1haUg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" loading="lazy" allowfullscreen></iframe> |
| 73 |
</div> |
| 74 |
<div class="ays-chart-community-container"> |
| 75 |
<div class="ays-chart-community-item"> |
| 76 |
<a href="https://www.youtube.com/channel/UC-1vioc90xaKjE7stq30wmA" target="_blank" class="ays-chart-community-item-cover" > |
| 77 |
<i class="ays-chart-community-item-img ays_fa ays_fa_youtube_play"></i> |
| 78 |
</a> |
| 79 |
<h3 class="ays-chart-community-item-title"><?php echo __( "YouTube community", $this->plugin_name ); ?></h3> |
| 80 |
<p class="ays-chart-community-item-desc"><?php echo __("Our YouTube community guides you to step by step tutorials about our products and not only...", $this->plugin_name); ?></p> |
| 81 |
<p class="ays-chart-community-item-desc"></p> |
| 82 |
<div class="ays-chart-community-item-footer"> |
| 83 |
<a href="https://www.youtube.com/channel/UC-1vioc90xaKjE7stq30wmA" target="_blank" class="button"><?php echo __( "Subscribe", $this->plugin_name ); ?></a> |
| 84 |
</div> |
| 85 |
</div> |
| 86 |
<div class="ays-chart-community-item"> |
| 87 |
<a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="ays-chart-community-item-cover" > |
| 88 |
<i class="ays-chart-community-item-img ays_fa ays_fa_wordpress"></i> |
| 89 |
</a> |
| 90 |
<h3 class="ays-chart-community-item-title"><?php echo __( "Best Free support", $this->plugin_name ); ?></h3> |
| 91 |
<p class="ays-chart-community-item-desc"><?php echo __( "With the Free version, you get a lifetime usage for the plugin, however, you will get new updates and support for only 1 month.", $this->plugin_name ); ?></p> |
| 92 |
<p class="ays-chart-community-item-desc"></p> |
| 93 |
<div class="ays-chart-community-item-footer"> |
| 94 |
<a href="https://wordpress.org/support/plugin/chart-builder/" target="_blank" class="button"><?php echo __( "Join", $this->plugin_name ); ?></a> |
| 95 |
</div> |
| 96 |
</div> |
| 97 |
<div class="ays-chart-community-item"> |
| 98 |
<a href="https://ays-pro.com/contact" target="_blank" class="ays-chart-community-item-cover" > |
| 99 |
<i class="ays-chart-community-item-img ays_fa ays_fa_users" aria-hidden="true"></i> |
| 100 |
</a> |
| 101 |
<h3 class="ays-chart-community-item-title"><?php echo __( "Premium support", $this->plugin_name ); ?></h3> |
| 102 |
<p class="ays-chart-community-item-desc"><?php echo __( "Get 12 months updates and support for the Business package and lifetime updates and support for the Developer package.", $this->plugin_name ); ?></p> |
| 103 |
<p class="ays-chart-community-item-desc"></p> |
| 104 |
<div class="ays-chart-community-item-footer"> |
| 105 |
<a href="https://ays-pro.com/contact" target="_blank" class="button"><?php echo __( "Contact", $this->plugin_name ); ?></a> |
| 106 |
</div> |
| 107 |
</div> |
| 108 |
</div> |
| 109 |
</div> |
| 110 |
</div> |