PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.2.5
Post Grid Gutenberg Blocks – PostX v2.2.5
5.0.41 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 All 238 releases
← All changes | classes/options/Overview.php +49 -46 2.1.22.2.5 View file →
@@ -19,9 +19,9 @@
19 19 }
20 20 </style>
21 21
22 22 <div class="ultp-option-body">
23 -
23 +
24 24 <?php require_once ULTP_PATH . 'classes/options/Heading.php'; ?>
25 25
26 26 <div class="ultp-tab-wrap">
27 27 <div class="ultp-content-wrap">
@@ -30,18 +30,19 @@
30 30 <div class="ultp-overview ultp-admin-card">
31 31 <iframe width="650" height="350" src="https://www.youtube.com/embed/JZxIflYKOuM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
32 32 <div class="ultp-overview-btn">
33 33 <a href="https://ultp.wpxpo.com/" class="ultp-btn ultp-btn-primary"><?php esc_html_e('Live Preview', 'ultimate-post'); ?></a>
34 - <a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/?utm_campaign=go_premium"><?php esc_html_e('Plugin Details', 'ultimate-post'); ?></a>
34 + <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>
35 35 </div>
36 36 </div>
37 37 </div><!--/overview-->
38 -
38 +
39 39 <div class="ultp-admin-sidebar">
40 40 <div class="ultp-sidebar ultp-admin-card">
41 - <h3><?php esc_html_e('Why Upgrade to Pro', 'ultimate-post'); ?></h3>
42 - <p><?php esc_html_e('You are using the lite version of Gutenberg Post Blocks. To get the most amazing features and the best version of Gutenberg Post Blocks upgrade to the Pro version.', 'ultimate-post'); ?></p>
41 + <h3><?php esc_html_e('Plugins Feature', 'ultimate-post'); ?></h3>
42 + <p><?php esc_html_e('Gutenberg Post Block plugin helps to create beautiful post grid, post listing, dynamic post slider and post carousel within a few seconds.', 'ultimate-post'); ?></p>
43 43 <ul class="ultp-sidebar-list">
44 + <li><?php esc_html_e('Custom Taxonomy Support.', 'ultimate-post'); ?></li>
44 45 <li><?php esc_html_e('Block Layout Options.', 'ultimate-post'); ?></li>
45 46 <li><?php esc_html_e('Ready-made Start Packs.', 'ultimate-post'); ?></li>
46 47 <li><?php esc_html_e('Advanced Quick Query Feature.', 'ultimate-post'); ?></li>
47 48 <li><?php esc_html_e('Get Category Specific Color and Image Feature.', 'ultimate-post'); ?></li>
@@ -47,9 +48,11 @@
47 48 <li><?php esc_html_e('Get Category Specific Color and Image Feature.', 'ultimate-post'); ?></li>
48 49 <li><?php esc_html_e('Get All Blocks with Complete Control.', 'ultimate-post'); ?></li>
49 50 <li><?php esc_html_e('Get Fast & Quick Support.', 'ultimate-post'); ?></li>
50 51 </ul>
51 - <a href="https://www.wpxpo.com/gutenberg-post-blocks/?utm_campaign=go_premium" target="_blank" class="ultp-btn ultp-btn-primary ultp-btn-pro"><?php esc_html_e('Upgrade Pro ➤', 'ultimate-post'); ?></a>
52 + <?php if(!function_exists('ultimate_post_pro')) { ?>
53 + <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>
54 + <?php } ?>
52 55 </div>
53 56 </div><!--/sidebar-->
54 57 </div>
55 58 </div><!--/overview wrapper-->
@@ -56,33 +59,33 @@
56 59
57 60 <div class="ultp-content-wrap">
58 61 <div class="ultp-promo-items">
59 62 <div class="ultp-promo-item ultp-admin-card">
60 - <h4><?php _e('Advanced <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
63 + <h4><?php _e('Advanced <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
61 64 </div>
62 65 <div class="ultp-promo-item ultp-admin-card">
63 - <h4><?php _e('<strong>AJAX</strong> Powered Post Filter', 'ultimate-post'); ?></h4>
66 + <h4><?php _e('<strong>AJAX</strong> Powered Post Filter', 'ultimate-post'); ?></h4>
64 67 </div>
65 68 <div class="ultp-promo-item ultp-admin-card">
66 - <h4><?php _e('Quick <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
69 + <h4><?php _e('Quick <strong>Query</strong> Builder', 'ultimate-post'); ?></h4>
67 70 </div>
68 71 <div class="ultp-promo-item ultp-admin-card">
69 - <h4><?php _e('Ready-made <strong>Starter</strong> Packs', 'ultimate-post'); ?></h4>
72 + <h4><?php _e('Ready-made <strong>Starter</strong> Packs', 'ultimate-post'); ?></h4>
70 73 </div>
71 74 <div class="ultp-promo-item ultp-admin-card">
72 - <h4><?php _e('Premade <strong>Block</strong> Designs', 'ultimate-post'); ?></h4>
75 + <h4><?php _e('Premade <strong>Block</strong> Designs', 'ultimate-post'); ?></h4>
73 76 </div>
74 77 </div>
75 78 </div><!--/Promo-->
76 79
77 80 <div class="ultp-content-wrap">
78 - <div class="ultp-featured-item ultp-admin-card">
79 - <div class="ultp-featured-image">
80 - <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/starter-packs.png'; ?>" alt="Filter Category">
81 + <div class="ultp-featured-item ultp-admin-card">
82 + <div class="ultp-featured-image">
83 + <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/starter-packs.png'; ?>" alt="Filter Category">
81 84 </div>
82 - <div class="ultp-featured-content">
83 - <h4><?php _e('Design Library', 'ultimate-post'); ?></h4>
84 - <p><?php _e('Gutenberg Post Blocks 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>
85 + <div class="ultp-featured-content">
86 + <h4><?php _e('Design Library', 'ultimate-post'); ?></h4>
87 + <p><?php _e('Gutenberg Post Blocks 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>
85 88 <a class="ultp-btn ultp-btn-primary" target="_blank" href="https://ultp.wpxpo.com/starter-packs/"><?php _e('Explore Details', 'ultimate-post'); ?></a>
86 89 </div>
87 90 </div>
88 91 </div><!--/ultp-featured-item-->
@@ -87,52 +90,52 @@
87 90 </div>
88 91 </div><!--/ultp-featured-item-->
89 92
90 93 <div class="ultp-content-wrap">
91 - <div class="ultp-features ultp-admin-card">
92 - <div class="ultp-text-center"><h2 class="ultp-admin-title"><?php _e('Core Features', 'ultimate-post'); ?></h2></div>
93 - <div class="ultp-feature-items">
94 - <div class="ultp-feature-item">
95 - <div class="ultp-feature-image">
96 - <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f1.png'; ?>" alt="Filter Category">
94 + <div class="ultp-features ultp-admin-card">
95 + <div class="ultp-text-center"><h2 class="ultp-admin-title"><?php _e('Core Features', 'ultimate-post'); ?></h2></div>
96 + <div class="ultp-feature-items">
97 + <div class="ultp-feature-item">
98 + <div class="ultp-feature-image">
99 + <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f1.png'; ?>" alt="Filter Category">
97 100 </div>
98 - <div class="ultp-feature-content">
99 - <h4><?php _e('AJAX Powered Post Filter', 'ultimate-post'); ?></h4>
101 + <div class="ultp-feature-content">
102 + <h4><?php _e('AJAX Powered Post Filter', 'ultimate-post'); ?></h4>
100 103 <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>
101 104 </div>
102 105 </div>
103 - <div class="ultp-feature-item">
104 - <div class="ultp-feature-image">
105 - <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f2.png'; ?>" alt="Filter Category">
106 - </div>
107 - <div class="ultp-feature-content">
108 - <h4><?php _e('Advanced Pagination Options', 'ultimate-post'); ?></h4>
106 + <div class="ultp-feature-item">
107 + <div class="ultp-feature-image">
108 + <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f2.png'; ?>" alt="Filter Category">
109 + </div>
110 + <div class="ultp-feature-content">
111 + <h4><?php _e('Advanced Pagination Options', 'ultimate-post'); ?></h4>
109 112 <div><?php _e('Gutenberg Post Blocks comes with an AJAX-powered Pagination system, that’s why content is loaded without reloading the whole page.', 'ultimate-post'); ?></div>
110 113 </div>
111 114 </div>
112 - <div class="ultp-feature-item">
113 - <div class="ultp-feature-image">
114 - <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f3.png'; ?>" alt="Filter Category">
115 + <div class="ultp-feature-item">
116 + <div class="ultp-feature-image">
117 + <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f3.png'; ?>" alt="Filter Category">
115 118 </div>
116 - <div class="ultp-feature-content">
117 - <h4><?php _e('Awesome Typography Control', 'ultimate-post'); ?></h4>
119 + <div class="ultp-feature-content">
120 + <h4><?php _e('Awesome Typography Control', 'ultimate-post'); ?></h4>
118 121 <div><?php _e('Typography is one of the major concerns for readability. Gutenberg Post Blocks accumulates all the Google free fonts in one place for your convenience.', 'ultimate-post'); ?></div>
119 122 </div>
120 123 </div>
121 - <div class="ultp-feature-item">
122 - <div class="ultp-feature-image">
123 - <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f4.png'; ?>" alt="Filter Category">
124 - </div>
125 - <div class="ultp-feature-content">
126 - <h4><?php _e('Dynamic Post Slider', 'ultimate-post'); ?></h4>
124 + <div class="ultp-feature-item">
125 + <div class="ultp-feature-image">
126 + <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f4.png'; ?>" alt="Filter Category">
127 + </div>
128 + <div class="ultp-feature-content">
129 + <h4><?php _e('Dynamic Post Slider', 'ultimate-post'); ?></h4>
127 130 <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>
128 131 </div>
129 - </div>
132 + </div>
130 133 </div>
131 134 <div class="ultp-text-center">
132 - <a class="ultp-btn ultp-btn-primary" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/all-features/?utm_campaign=go_premium"><?php esc_html_e('More Features', 'ultimate-post'); ?></a>
133 - </div>
134 - </div>
135 + <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>
136 + </div>
137 + </div>
135 138 </div><!--/feature-->
136 139
137 140 <?php require_once ULTP_PATH . 'classes/options/Footer.php'; ?>
138 141