PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.5.4
Post Grid Gutenberg Blocks – PostX v2.5.4
5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 2.1.2 All 237 releases
ultimate-post / classes / options / Overview.php

Overview.php in Post Grid Gutenberg Blocks – PostX 2.5.4, at classes/options/Overview.php

155 lines 9.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace ULTP;
3
4 defined('ABSPATH') || exit;
5
6 class Options_Overview{
7 public function __construct() {
8 add_submenu_page(
9 'ultp-settings',
10 __('Overview', 'ultimate-post'),
11 __('Overview', 'ultimate-post'),
12 'manage_options',
13 'ultp-settings',
14 array( self::class, 'create_admin_page'), 0
15 );
16 }
17
18 /**
19 * Settings page output
20 */
21 public static function create_admin_page() { ?>
22 <style>
23 .style-css{
24 background-color: #f2f2f2;
25 -webkit-font-smoothing: subpixel-antialiased;
26 }
27 </style>
28
29 <div class="ultp-option-body">
30
31 <?php require_once ULTP_PATH . 'classes/options/Heading.php'; ?>
32
33 <div class="ultp-tab-wrap">
34 <div class="ultp-content-wrap">
35 <div class="ultp-overview-wrap">
36 <div class="ultp-tab-content-wrap">
37 <div class="ultp-overview ultp-admin-card">
38 <iframe width="650" height="350" src="https://www.youtube.com/embed/_GfXTvSdJTk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
39 <div class="ultp-overview-btn">
40 <a href="https://ultp.wpxpo.com/" class="ultp-btn ultp-btn-primary"><?php esc_html_e('Live Preview', 'ultimate-post'); ?></a>
41 <a class="ultp-btn ultp-btn-transparent" target="_blank" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php esc_html_e('Plugin Details', 'ultimate-post'); ?></a>
42 </div>
43 </div>
44 </div><!--/overview-->
45
46 <div class="ultp-admin-sidebar">
47 <div class="ultp-sidebar ultp-admin-card">
48 <h3><?php esc_html_e('Plugins Feature', 'ultimate-post'); ?></h3>
49 <p><?php esc_html_e('PostX plugin helps to create beautiful post grid, post listing, dynamic post slider and post carousel within a few seconds.', 'ultimate-post'); ?></p>
50 <ul class="ultp-sidebar-list">
51 <li><?php esc_html_e('Archive Builder.', 'ultimate-post'); ?></li>
52 <li><?php esc_html_e('Custom Taxonomy Support.', 'ultimate-post'); ?></li>
53 <li><?php esc_html_e('Block Layout Options.', 'ultimate-post'); ?></li>
54 <li><?php esc_html_e('Ready-made Start Packs.', 'ultimate-post'); ?></li>
55 <li><?php esc_html_e('Advanced Quick Query Feature.', 'ultimate-post'); ?></li>
56 <li><?php esc_html_e('Get Category Specific Color and Image Feature.', 'ultimate-post'); ?></li>
57 <li><?php esc_html_e('Get Fast & Quick Support.', 'ultimate-post'); ?></li>
58 </ul>
59 <?php if(!function_exists('ultimate_post_pro')) { ?>
60 <a href="<?php echo ultimate_post()->get_premium_link(); ?>" target="_blank" class="ultp-btn ultp-btn-primary ultp-btn-pro"><?php esc_html_e('Upgrade Pro ➤', 'ultimate-post'); ?></a>
61 <?php } ?>
62 </div>
63 </div><!--/sidebar-->
64 </div>
65 </div><!--/overview wrapper-->
66
67 <div class="ultp-content-wrap">
68 <div class="ultp-promo-items">
69 <div class="ultp-promo-item ultp-admin-card">
70 <h4><?php _e('<strong>Archive</strong> Builder <span style="color:#25b425">(Pro)</span>', 'ultimate-post'); ?></h4>
71 </div>
72 <div class="ultp-promo-item ultp-admin-card">
73 <h4><?php _e('Advanced <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
74 </div>
75 <div class="ultp-promo-item ultp-admin-card">
76 <h4><?php _e('<strong>AJAX</strong> Powered Post Filter', 'ultimate-post'); ?></h4>
77 </div>
78 <div class="ultp-promo-item ultp-admin-card">
79 <h4><?php _e('Quick <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
80 </div>
81 <div class="ultp-promo-item ultp-admin-card">
82 <h4><?php _e('Ready-made <strong>Starter</strong> Packs', 'ultimate-post'); ?></h4>
83 </div>
84 </div>
85 </div><!--/Promo-->
86
87 <div class="ultp-content-wrap">
88 <div class="ultp-featured-item ultp-admin-card">
89 <div class="ultp-featured-image">
90 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/starter-packs.png'; ?>" alt="Filter Category">
91 </div>
92 <div class="ultp-featured-content">
93 <h4><?php _e('Design Library', 'ultimate-post'); ?></h4>
94 <p><?php _e('PostX comes with a rich and beautiful ready-made starter pack and design library. It helps you create a beautiful website without the knowledge of web design.', 'ultimate-post'); ?></p>
95 <a class="ultp-btn ultp-btn-primary" target="_blank" href="https://ultp.wpxpo.com/starter-packs/"><?php _e('Explore Details', 'ultimate-post'); ?></a>
96 </div>
97 </div>
98 </div><!--/ultp-featured-item-->
99
100 <div class="ultp-content-wrap">
101 <div class="ultp-features ultp-admin-card">
102 <div class="ultp-text-center"><h2 class="ultp-admin-title"><?php _e('Core Features', 'ultimate-post'); ?></h2></div>
103 <div class="ultp-feature-items">
104 <div class="ultp-feature-item">
105 <div class="ultp-feature-image">
106 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f1.png'; ?>" alt="Filter Category">
107 </div>
108 <div class="ultp-feature-content">
109 <h4><?php _e('AJAX Powered Post Filter', 'ultimate-post'); ?></h4>
110 <div><?php _e('A category or tag filter is the best tool to show several contents in a small place. By clicking on category or tag users can easily read the content they are interested in.', 'ultimate-post'); ?></div>
111 </div>
112 </div>
113 <div class="ultp-feature-item">
114 <div class="ultp-feature-image">
115 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f2.png'; ?>" alt="Filter Category">
116 </div>
117 <div class="ultp-feature-content">
118 <h4><?php _e('Advanced Pagination Options', 'ultimate-post'); ?></h4>
119 <div><?php _e('PostX comes with an AJAX-powered Pagination system, that’s why content is loaded without reloading the whole page.', 'ultimate-post'); ?></div>
120 </div>
121 </div>
122 <div class="ultp-feature-item">
123 <div class="ultp-feature-image">
124 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f3.png'; ?>" alt="Filter Category">
125 </div>
126 <div class="ultp-feature-content">
127 <h4><?php _e('Awesome Typography Control', 'ultimate-post'); ?></h4>
128 <div><?php _e('Typography is one of the major concerns for readability. PostX accumulates all the Google free fonts in one place for your convenience.', 'ultimate-post'); ?></div>
129 </div>
130 </div>
131 <div class="ultp-feature-item">
132 <div class="ultp-feature-image">
133 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f4.png'; ?>" alt="Filter Category">
134 </div>
135 <div class="ultp-feature-content">
136 <h4><?php _e('Dynamic Post Slider', 'ultimate-post'); ?></h4>
137 <div><?php _e('Post Sliders are now easier to build using our post slider blocks. It is fully dynamic and can be used with any custom query to display your posts.', 'ultimate-post'); ?></div>
138 </div>
139 </div>
140 </div>
141 <div class="ultp-text-center">
142 <a class="ultp-btn ultp-btn-primary" target="_blank" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php esc_html_e('More Features', 'ultimate-post'); ?></a>
143 </div>
144 </div>
145 </div><!--/feature-->
146
147 <?php require_once ULTP_PATH . 'classes/options/Footer.php'; ?>
148
149 </div>
150 </div>
151
152 <?php }
153 }
154
155