PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.2.10
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.2.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
← All changes | admin/views/class-sps-premium.php +34 -33 2.4.12 → 2.2.10 View file →
@@ -48,10 +48,10 @@
48 48 */
49 49 public function premium_page_menu() {
50 50 add_submenu_page(
51 51 'edit.php?post_type=sp_post_carousel',
52 - __( 'Smart Post Show Premium', 'post-carousel' ),
53 - __( 'Premium', 'post-carousel' ),
52 + __( 'Smart Post Show Premium', 'smart-post-show' ),
53 + __( 'Premium', 'smart-post-show' ),
54 54 apply_filters( 'pcp_user_role_permission', 'manage_options' ),
55 55 'pcp_premium',
56 56 array(
57 57 $this,
@@ -62,11 +62,11 @@
62 62
63 63 /**
64 64 * Happy users.
65 65 *
66 - * @param boolean $username The user name.
67 - * @param array $args The arguments.
68 - * @return mixed
66 + * @param boolean $username
67 + * @param array $args
68 + * @return void
69 69 */
70 70 public function happy_users( $username = 'shapedplugin', $args = array() ) {
71 71 if ( $username ) {
72 72 $params = array(
@@ -85,9 +85,9 @@
85 85 $data = $raw;
86 86 }
87 87 } else {
88 88 $data = array(
89 - 'error' => __( 'No data found!', 'post-carousel' ),
89 + 'error' => __( 'No data found!', 'smart-post-show' ),
90 90 );
91 91 }
92 92
93 93 return $data;
@@ -96,11 +96,11 @@
96 96 /**
97 97 * Premium Page Callback
98 98 */
99 99 public function premium_page_callback() {
100 - wp_enqueue_style( 'sp-sps__admin-premium', esc_url( SP_PC_URL . 'admin/assets/css/premium-page.min.css' ), array(), SP_PC_VERSION );
101 - wp_enqueue_style( 'sp-sps__admin-premium-modal', esc_url( SP_PC_URL . 'admin/assets/css/modal-video.min.css' ), array(), SP_PC_VERSION );
102 - wp_enqueue_script( 'sp-sps__admin-premium', esc_url( SP_PC_URL . 'admin/assets/js/jquery-modal-video.min.js' ), array( 'jquery' ), SP_PC_VERSION, true );
100 + wp_enqueue_style( 'sp-sps__admin-premium', SP_PC_URL . 'admin/assets/css/premium-page.min.css', array(), SP_PC_VERSION );
101 + wp_enqueue_style( 'sp-sps__admin-premium-modal', SP_PC_URL . 'admin/assets/css/modal-video.min.css', array(), SP_PC_VERSION );
102 + wp_enqueue_script( 'sp-sps__admin-premium', SP_PC_URL . 'admin/assets/js/jquery-modal-video.min.js', array( 'jquery' ), SP_PC_VERSION, true );
103 103 ?>
104 104 <div class="sp-smart-post-premium-page">
105 105 <!-- Banner section start -->
106 106 <section class="sp-sps__banner">
@@ -107,12 +107,13 @@
107 107 <div class="sp-sps__container">
108 108 <div class="row">
109 109 <div class="sp-sps__col-xl-6">
110 110 <div class="sp-sps__banner-content">
111 - <h2 class="sp-sps__font-30 main-color sp-sps__font-weight-500"><?php esc_html_e( 'Upgrade To Smart Post Show Pro', 'post-carousel' ); ?></h2>
112 - <h4 class="sp-sps__mt-10 sp-sps__font-18 sp-sps__font-weight-500"><?php echo wp_kses_post( 'The Best <strong>Post Grid and Filter</strong> Plugin For WordPress!', 'post-carousel' ); ?> </h4>
113 - <p class="sp-sps__mt-25 text-color-2 line-height-20 sp-sps__font-weight-400"><?php echo wp_kses_post( ' Filter and display <strong>posts (any post type), pages, taxonomy, custom taxonomy, custom field,</strong> in beautiful layouts <strong>(carousel, grid, list, filter, timeline, zigzag, accordion, large with small)</strong> easily without coding!', 'post-carousel' ); ?></p>
114 - <p class="sp-sps__mt-20 text-color-2 sp-sps__line-height-20 sp-sps__font-weight-400"><?php echo wp_kses_post( 'You can select one, multiple, or all types of post content <strong>(posts, pages, products, events, portfolios, services, properties, and any custom post types)</strong>. Seamlessly work with many WordPress plugins: custom post, custom field, membership, translation, & page builders and supports <strong>ACF, WooCommerce, EDD, CPT UI, The Events Calendar, Events Manager, Pods, Toolset, WPML, Polylang, Membership,</strong> and many more.', 'post-carousel' ); ?></p>
111 + <h2 class="sp-sps__font-30 main-color sp-sps__font-weight-500"><?php _e( 'Upgrade To Smart Post Show Pro', 'smart-post-show' ); ?></h2>
112 + <h4 class="sp-sps__mt-10 sp-sps__font-18 sp-sps__font-weight-500"><?php _e( 'The Best <strong>Post Grid and Filter</strong> Plugin For WordPress!', 'smart-post-show' ); ?> </h4>
113 + <p class="sp-sps__mt-25 text-color-2 line-height-20 sp-sps__font-weight-400"><?php _e( ' Filter and display <strong>posts (any post type), pages, taxonomy, custom taxonomy, custom field,</strong> in beautiful layouts <strong>(carousel, grid, list, filter, timeline, zigzag, accordion, large with small)</strong> easily without coding!', 'smart-post-show' ); ?></p>
114 + <p class="sp-sps__mt-20 text-color-2 sp-sps__line-height-20 sp-sps__font-weight-400"><?php _e( 'You can select one, multiple, or all types of post content <strong>(posts, pages, products, events, portfolios, services, properties, and any custom post types)</strong>. Seamlessly work with many WordPress plugins: custom post, custom field, membership, translation, & page builders and supports <strong>ACF, WooCommerce, EDD, CPT UI, The Events Calendar, Events Manager, Pods, Toolset, WPML, Polylang, Membership,</strong> and many more.', 'smart-post-show' ); ?></p>
115 +
115 116 </div>
116 117 <div class="sp-sps__banner-button sp-sps__mt-40">
117 118 <a class="sp-sps__btn sp-sps__btn-sky" href="https://smartpostshow.com/?ref=1" target="_blank">Upgrade To Pro Now</a>
118 119 <a class="sp-sps__btn sp-sps__btn-border ml-16 sp-sps__mt-15" href="https://smartpostshow.com/demo/?ref=1" target="_blank">Live Demo</a>
@@ -119,9 +120,9 @@
119 120 </div>
120 121 </div>
121 122 <div class="sp-sps__col-xl-6">
122 123 <div class="sp-sps__banner-img">
123 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/sps-vect.svg' ); ?>" alt="">
124 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/sps-vect.svg'; ?>" alt="">
124 125 </div>
125 126 </div>
126 127 </div>
127 128 </div>
@@ -174,11 +175,11 @@
174 175 <h2 class="sp-sps__font-28">Make Your WordPress Content Stand Out</h2>
175 176 <h4 class="sp-sps__font-16 sp-sps__mt-10 sp-sps__font-weight-400">Learn why Smart Post Show Pro is the best WordPress Content display plugin.</h4>
176 177 </div>
177 178 <div class="video-area text-center">
178 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/wpcp-vector-2.svg' ); ?>" alt="">
179 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/wpcp-vector-2.svg'; ?>" alt="">
179 180 <div class="video-button">
180 - <a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/XGv-pzFlPLg">
181 + <a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/R72bq4McAw0">
181 182 <span><i class="fa fa-play"></i></span>
182 183 </a>
183 184 </div>
184 185 </div>
@@ -196,9 +197,9 @@
196 197 <div class="feature-wrapper">
197 198 <div class="feature-area">
198 199 <div class="feature-item mr-30">
199 200 <div class="feature-icon">
200 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/layout.svg' ); ?>" alt="">
201 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/layout.svg'; ?>" alt="">
201 202 </div>
202 203 <div class="feature-content">
203 204 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">8+ Smart Layout Presets</h3>
204 205 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Shuffle through 8+ smart layouts. Smart Post Show Pro comes with 8 unique layouts <strong>(Carousel, Grid (Even, Masonry), List, Isotope, Timeline, ZigZag, Accordion, Large with Small)</strong>. to display posts and customizes the layout with several options.</p>
@@ -207,9 +208,9 @@
207 208
208 209 <div class="feature-item ml-30">
209 210 <div class="feature-icon">
210 211 <img src="
211 - <?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/advanced-filtering.svg' ); ?>
212 + <?php echo SP_PC_URL . 'admin/assets/img/images/premium/advanced-filtering.svg'; ?>
212 213 " alt="">
213 214 </div>
214 215 <div class="feature-content">
215 216 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Advanced Filtering Options by Query Post</h3>
@@ -220,9 +221,9 @@
220 221 <div class="feature-area">
221 222 <div class="feature-item mr-30">
222 223 <div class="feature-icon">
223 224 <img src="
224 - <?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Content.svg' ); ?>
225 + <?php echo SP_PC_URL . 'admin/assets/img/images/premium/Content.svg'; ?>
225 226 " alt="">
226 227 </div>
227 228 <div class="feature-content">
228 229 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Display Any WordPress Content Smartly</h3>
@@ -230,9 +231,9 @@
230 231 </div>
231 232 </div>
232 233 <div class="feature-item ml-30">
233 234 <div class="feature-icon">
234 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/control.svg' ); ?>" alt="">
235 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/control.svg'; ?>" alt="">
235 236 </div>
236 237 <div class="feature-content">
237 238 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Control Which Content Fields To Show</h3>
238 239 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">You can control which content fields you want to display. You can show/hide any content fields and change the display order of content by drag & drop. There are lots of settings to customize the following content fields: Thumbnails, Title, Meta Fields, Content, Social Share, Custom Fields, etc.</p>
@@ -241,9 +242,9 @@
241 242 </div>
242 243 <div class="feature-area">
243 244 <div class="feature-item mr-30">
244 245 <div class="feature-icon">
245 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/orientation.svg' ); ?>" alt="">
246 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/orientation.svg'; ?>" alt="">
246 247 </div>
247 248 <div class="feature-content">
248 249 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">6 Content Orientations with 8 Positions</h3>
249 250 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Display any WordPress content smartly in 6 content orientations and even 8 positions. You can set 30+ animations for overlay content, solid and gradient overlay color, visibility type for overlay content, Border, radius, box-shadow, inner padding, etc.</p>
@@ -250,9 +251,9 @@
250 251 </div>
251 252 </div>
252 253 <div class="feature-item ml-30">
253 254 <div class="feature-icon">
254 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Custom-Post-Type.svg' ); ?>" alt="">
255 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/Custom-Post-Type.svg'; ?>" alt="">
255 256 </div>
256 257 <div class="feature-content">
257 258 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Display Any Custom Post Type</h3>
258 259 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">You can select one, multiple, or all types of post content <strong>(posts, pages, products, events, portfolios, services, properties, and any custom post types)</strong>. Smart Post Show Pro has the easiest user interface for any level of people.</p>
@@ -261,9 +262,9 @@
261 262 </div>
262 263 <div class="feature-area">
263 264 <div class="feature-item mr-30">
264 265 <div class="feature-icon">
265 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Find.svg' ); ?>" alt="">
266 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/Find.svg'; ?>" alt="">
266 267 </div>
267 268 <div class="feature-content">
268 269 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Help Your Visitors To Find What They Want</h3>
269 270 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">It is important for any website owner to help visitors to find their desired content quickly. You can live search or multiple filters at a time. Find your content by many criteria: Taxonomies, Custom taxonomy and custom fields, date, author, status, keyword, sort by, etc.</p>
@@ -270,9 +271,9 @@
270 271 </div>
271 272 </div>
272 273 <div class="feature-item ml-30">
273 274 <div class="feature-icon">
274 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/ajax.svg' ); ?>" alt="">
275 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/ajax.svg'; ?>" alt="">
275 276 </div>
276 277 <div class="feature-content">
277 278 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">4 Ajax-based Pagination Types</h3>
278 279 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Ajax Number, Ajax Load More Button, Ajax Infinite to Scroll, and Normal Pagination, You can control the number of items how many you want to load per click. You can set pagination types for the mobile, color, label, ending a message, alignment.</p>
@@ -281,9 +282,9 @@
281 282 </div>
282 283 <div class="feature-area">
283 284 <div class="feature-item mr-30">
284 285 <div class="feature-icon">
285 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Detail.svg' ); ?>" alt="">
286 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/Detail.svg'; ?>" alt="">
286 287 </div>
287 288 <div class="feature-content">
288 289 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Detail Page Fields Control</h3>
289 290 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">You can select which content fields you want to show in the single and multi popup preview. You can set detail page link type, popup width & height, popup content, overlay, background colors, and show/Hide all content fields in the popup.</p>
@@ -290,9 +291,9 @@
290 291 </div>
291 292 </div>
292 293 <div class="feature-item ml-30">
293 294 <div class="feature-icon">
294 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/design.svg' ); ?>" alt="">
295 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/design.svg'; ?>" alt="">
295 296 </div>
296 297 <div class="feature-content">
297 298 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Design Beyond Limit Without Writing CSS</h3>
298 299 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">
@@ -302,9 +303,9 @@
302 303 </div>
303 304 <div class="feature-area">
304 305 <div class="feature-item mr-30">
305 306 <div class="feature-icon">
306 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/page-bilder.svg' ); ?>" alt="">
307 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/page-bilder.svg'; ?>" alt="">
307 308 </div>
308 309 <div class="feature-content">
309 310 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Page Builders & Countless Theme Compatibility</h3>
310 311 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">The plugin works seamlessly with the popular themes, e.g: Avada, Genesis, Divi, WooThemes, ThemeForest, or any standard themes and page builders plugins, e.g: Gutenberg, WPBakery, Elementor/Pro, Divi builder, BeaverBuilder, Fusion Builder, SiteOrgin, Themify Builder, etc.</p>
@@ -311,9 +312,9 @@
311 312 </div>
312 313 </div>
313 314 <div class="feature-item ml-30">
314 315 <div class="feature-icon">
315 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Plugins.svg' ); ?>" alt="">
316 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/Plugins.svg'; ?>" alt="">
316 317 </div>
317 318 <div class="feature-content">
318 319 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Seamlessly Work With Many WordPress Plugins</h3>
319 320 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Smart Post Show Pro works perfectly with many kinds of plugins: custom post, custom field, membership, translation, & page builders and supports ACF, WooCommerce, EDD, CPT UI, The Events Calendar, Events Manager, Pods, Toolset, WPML, Polylang, Membership, and many more.</p>
@@ -322,9 +323,9 @@
322 323 </div>
323 324 <div class="feature-area">
324 325 <div class="feature-item mr-30">
325 326 <div class="feature-icon">
326 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Translation-RTL-Ready.svg' ); ?>" alt="">
327 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/Translation-RTL-Ready.svg'; ?>" alt="">
327 328 </div>
328 329 <div class="feature-content">
329 330 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Multisite, Multilingual, RTL, Accessibility Ready</h3>
330 331 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">The plugin is Multisite, Multilingual, RTL, and Accessibility ready. For Arabic, Hebrew, Persian, etc. languages, you can select the right-to-left option for carousel direction, without writing any CSS. You can even create multilingual websites.</p>
@@ -331,9 +332,9 @@
331 332 </div>
332 333 </div>
333 334 <div class="feature-item ml-30">
334 335 <div class="feature-icon">
335 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/support.svg' ); ?>" alt="">
336 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/premium/support.svg'; ?>" alt="">
336 337 </div>
337 338 <div class="feature-content">
338 339 <h3 class="sp-sps__font-18 sp-sps__font-weight-600">Top-notch Support and Frequently Updates</h3>
339 340 <p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Our dedicated top-notch support team is always ready to offer you world-class support and help when needed. Our engineering team is continuously working to improve the plugin and release new versions!</p>
@@ -358,9 +359,9 @@
358 359 $install += $plugin_name['installs'];
359 360 }
360 361 echo esc_attr( $install + '15000' ) . '+';
361 362 ?>
362 - Happy Users in 160+ Countries </h2>
363 + Happy Users in 160+ Countries </h2>
363 364 <p class="sp-sps__font-16 sp-sps__mt-25 sp-sps__line-height-22">98% of customers are happy with <b>ShapedPlugin's</b> products and support. <br>
364 365 So it’s a great time to join them.</p>
365 366 <a class="sp-sps__btn sp-sps__btn-buy sp-sps__mt-40" href="https://smartpostshow.com/?ref=1" target="_blank">Get Started for $39 Today!</a>
366 367 <span>14 Days Money-back Guarantee! No Question Asked.</span>
@@ -381,9 +382,9 @@
381 382 <p>A fantastic plugin with lots of options to style. The best thing, however, is the outstanding customer service form ShapedPlugin support team. Any question I had so far has been answered very promptly – mostly on the same day.</p>
382 383 </div>
383 384 <div class="testimonial-info">
384 385 <div class="img">
385 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/rainer-ott-min.jpeg' ); ?>" alt="">
386 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/rainer-ott-min.jpeg'; ?>" alt="">
386 387 </div>
387 388 <div class="info">
388 389 <h3>Rainer Ott</h3>
389 390 <div class="star">
@@ -399,9 +400,9 @@
399 400 <p>I experienced a few issues with my Smart Post Show plugin and was connected to Hares from ShapedPlugin Support. He did a PHENOMENAL job of explaining the different features and benefits of Smart Post Show and answered all of my questions in a timely fashion...</p>
400 401 </div>
401 402 <div class="testimonial-info">
402 403 <div class="img">
403 - <img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/kato-von-essen-min.jpeg' ); ?>" alt="">
404 + <img src="<?php echo SP_PC_URL . 'admin/assets/img/images/kato-von-essen-min.jpeg'; ?>" alt="">
404 405 </div>
405 406 <div class="info">
406 407 <h3>Kato von Essen</h3>
407 408 <div class="star">