| 1 |
<?php |
| 2 |
/** |
| 3 |
* The main class for Meta-box configurations. |
| 4 |
* |
| 5 |
* @package Smart_Post_Show |
| 6 |
* @subpackage Smart_Post_Show/admin/assets/assets/views |
| 7 |
*/ |
| 8 |
|
| 9 |
if ( ! defined( 'ABSPATH' ) ) { |
| 10 |
die; |
| 11 |
} // Cannot access pages directly. |
| 12 |
|
| 13 |
/** |
| 14 |
* Smart Post Show Help Page. |
| 15 |
*/ |
| 16 |
class SPS_Premium { |
| 17 |
|
| 18 |
/** |
| 19 |
* Smart Post Show single instance of the class |
| 20 |
* |
| 21 |
* @var null The instance of the class. |
| 22 |
* @since 2.0 |
| 23 |
* |
| 24 |
* @return void |
| 25 |
*/ |
| 26 |
protected static $instance = null; |
| 27 |
|
| 28 |
/** |
| 29 |
* Main Smart_Post_Show_Help Instance |
| 30 |
* |
| 31 |
* @since 2.0 |
| 32 |
* @static |
| 33 |
* |
| 34 |
* @return self help instance |
| 35 |
*/ |
| 36 |
public static function instance() { |
| 37 |
if ( is_null( self::$instance ) ) { |
| 38 |
self::$instance = new self(); |
| 39 |
} |
| 40 |
|
| 41 |
return self::$instance; |
| 42 |
} |
| 43 |
|
| 44 |
/** |
| 45 |
* Add admin sub-menu. |
| 46 |
* |
| 47 |
* @return void |
| 48 |
*/ |
| 49 |
public function premium_page_menu() { |
| 50 |
add_submenu_page( |
| 51 |
'edit.php?post_type=sp_post_carousel', |
| 52 |
__( 'Smart Post Show Premium', 'smart-post-show' ), |
| 53 |
__( 'Premium', 'smart-post-show' ), |
| 54 |
apply_filters( 'pcp_user_role_permission', 'manage_options' ), |
| 55 |
'pcp_premium', |
| 56 |
array( |
| 57 |
$this, |
| 58 |
'premium_page_callback', |
| 59 |
) |
| 60 |
); |
| 61 |
} |
| 62 |
|
| 63 |
/** |
| 64 |
* Happy users. |
| 65 |
* |
| 66 |
* @param boolean $username The user name. |
| 67 |
* @param array $args The arguments. |
| 68 |
* @return mixed |
| 69 |
*/ |
| 70 |
public function happy_users( $username = 'shapedplugin', $args = array() ) { |
| 71 |
if ( $username ) { |
| 72 |
$params = array( |
| 73 |
'timeout' => 10, |
| 74 |
'sslverify' => false, |
| 75 |
); |
| 76 |
|
| 77 |
$raw = wp_remote_retrieve_body( wp_remote_get( 'http://wptally.com/api/' . $username, $params ) ); |
| 78 |
$raw = json_decode( $raw, true ); |
| 79 |
|
| 80 |
if ( array_key_exists( 'error', $raw ) ) { |
| 81 |
$data = array( |
| 82 |
'error' => $raw['error'], |
| 83 |
); |
| 84 |
} else { |
| 85 |
$data = $raw; |
| 86 |
} |
| 87 |
} else { |
| 88 |
$data = array( |
| 89 |
'error' => __( 'No data found!', 'smart-post-show' ), |
| 90 |
); |
| 91 |
} |
| 92 |
|
| 93 |
return $data; |
| 94 |
} |
| 95 |
|
| 96 |
/** |
| 97 |
* Premium Page Callback |
| 98 |
*/ |
| 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 ); |
| 103 |
?> |
| 104 |
<div class="sp-smart-post-premium-page"> |
| 105 |
<!-- Banner section start --> |
| 106 |
<section class="sp-sps__banner"> |
| 107 |
<div class="sp-sps__container"> |
| 108 |
<div class="row"> |
| 109 |
<div class="sp-sps__col-xl-6"> |
| 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', 'smart-post-show' ); ?></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!', 'smart-post-show' ); ?> </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!', '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 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.', 'smart-post-show' ); ?></p> |
| 115 |
</div> |
| 116 |
<div class="sp-sps__banner-button sp-sps__mt-40"> |
| 117 |
<a class="sp-sps__btn sp-sps__btn-sky" href="https://smartpostshow.com/?ref=1" target="_blank">Upgrade To Pro Now</a> |
| 118 |
<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 |
</div> |
| 120 |
</div> |
| 121 |
<div class="sp-sps__col-xl-6"> |
| 122 |
<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 |
</div> |
| 125 |
</div> |
| 126 |
</div> |
| 127 |
</div> |
| 128 |
</section> |
| 129 |
<!-- Banner section End --> |
| 130 |
|
| 131 |
<!-- Count section Start --> |
| 132 |
<section class="sp-sps__count"> |
| 133 |
<div class="sp-sps__container"> |
| 134 |
<div class="sp-sps__count-area"> |
| 135 |
<div class="count-item"> |
| 136 |
<h3 class="sp-sps__font-24"> |
| 137 |
<?php |
| 138 |
$plugin_data = $this->happy_users(); |
| 139 |
$plugin_names = array_values( $plugin_data['plugins'] ); |
| 140 |
|
| 141 |
$active_installations = array_column( $plugin_names, 'installs', 'url' ); |
| 142 |
echo esc_attr( $active_installations['http://wordpress.org/plugins/post-carousel'] ) . '+'; |
| 143 |
?> |
| 144 |
</h3> |
| 145 |
<span class="sp-sps__font-weight-400">Active Installations</span> |
| 146 |
</div> |
| 147 |
<div class="count-item"> |
| 148 |
<h3 class="sp-sps__font-24"> |
| 149 |
<?php |
| 150 |
$active_installations = array_column( $plugin_names, 'downloads', 'url' ); |
| 151 |
echo esc_attr( $active_installations['http://wordpress.org/plugins/post-carousel'] ); |
| 152 |
?> |
| 153 |
</h3> |
| 154 |
<span class="sp-sps__font-weight-400">all time downloads</span> |
| 155 |
</div> |
| 156 |
<div class="count-item"> |
| 157 |
<h3 class="sp-sps__font-24"> |
| 158 |
<?php |
| 159 |
$active_installations = array_column( $plugin_names, 'rating', 'url' ); |
| 160 |
echo esc_attr( $active_installations['http://wordpress.org/plugins/post-carousel'] ) . '/5'; |
| 161 |
?> |
| 162 |
</h3> |
| 163 |
<span class="sp-sps__font-weight-400">user reviews</span> |
| 164 |
</div> |
| 165 |
</div> |
| 166 |
</div> |
| 167 |
</section> |
| 168 |
<!-- Count section End --> |
| 169 |
|
| 170 |
<!-- Video Section Start --> |
| 171 |
<section class="sp-sps__video"> |
| 172 |
<div class="sp-sps__container"> |
| 173 |
<div class="section-title text-center"> |
| 174 |
<h2 class="sp-sps__font-28">Make Your WordPress Content Stand Out</h2> |
| 175 |
<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 |
</div> |
| 177 |
<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 |
<div class="video-button"> |
| 180 |
<a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/R72bq4McAw0"> |
| 181 |
<span><i class="fa fa-play"></i></span> |
| 182 |
</a> |
| 183 |
</div> |
| 184 |
</div> |
| 185 |
</div> |
| 186 |
</section> |
| 187 |
<!-- Video Section End --> |
| 188 |
|
| 189 |
<!-- Features Section Start --> |
| 190 |
<section class="sp-sps__feature"> |
| 191 |
<div class="sp-sps__container"> |
| 192 |
<div class="section-title text-center"> |
| 193 |
<h2 class="sp-sps__font-28">Amazing Pro Key Features</h2> |
| 194 |
<h4 class="sp-sps__font-16 sp-sps__mt-10 sp-sps__font-weight-400">With Smart Post Show Pro, you can unlock the following amazing features:</h4> |
| 195 |
</div> |
| 196 |
<div class="feature-wrapper"> |
| 197 |
<div class="feature-area"> |
| 198 |
<div class="feature-item mr-30"> |
| 199 |
<div class="feature-icon"> |
| 200 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/layout.svg' ); ?>" alt=""> |
| 201 |
</div> |
| 202 |
<div class="feature-content"> |
| 203 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">8+ Smart Layout Presets</h3> |
| 204 |
<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> |
| 205 |
</div> |
| 206 |
</div> |
| 207 |
|
| 208 |
<div class="feature-item ml-30"> |
| 209 |
<div class="feature-icon"> |
| 210 |
<img src=" |
| 211 |
<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/advanced-filtering.svg' ); ?> |
| 212 |
" alt=""> |
| 213 |
</div> |
| 214 |
<div class="feature-content"> |
| 215 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Advanced Filtering Options by Query Post</h3> |
| 216 |
<p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">Smart Post Show Pro allows you to filter and display posts <strong>(any custom post types), pages, taxonomy, custom taxonomy, custom field, in different beautiful layouts. Filter by: taxonomy, author, sort by, custom fields, status, date, keyword,</strong>, etc.</p> |
| 217 |
</div> |
| 218 |
</div> |
| 219 |
</div> |
| 220 |
<div class="feature-area"> |
| 221 |
<div class="feature-item mr-30"> |
| 222 |
<div class="feature-icon"> |
| 223 |
<img src=" |
| 224 |
<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Content.svg' ); ?> |
| 225 |
" alt=""> |
| 226 |
</div> |
| 227 |
<div class="feature-content"> |
| 228 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Display Any WordPress Content Smartly</h3> |
| 229 |
<p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24">You can display any WordPress content smartly in minutes, not hours. If you have more content on your website, this is very difficult and time-consuming to find and show the content to your visitors. This plugin helps you to find and display any WordPress content easily.</p> |
| 230 |
</div> |
| 231 |
</div> |
| 232 |
<div class="feature-item ml-30"> |
| 233 |
<div class="feature-icon"> |
| 234 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/control.svg' ); ?>" alt=""> |
| 235 |
</div> |
| 236 |
<div class="feature-content"> |
| 237 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Control Which Content Fields To Show</h3> |
| 238 |
<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> |
| 239 |
</div> |
| 240 |
</div> |
| 241 |
</div> |
| 242 |
<div class="feature-area"> |
| 243 |
<div class="feature-item mr-30"> |
| 244 |
<div class="feature-icon"> |
| 245 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/orientation.svg' ); ?>" alt=""> |
| 246 |
</div> |
| 247 |
<div class="feature-content"> |
| 248 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">6 Content Orientations with 8 Positions</h3> |
| 249 |
<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 |
</div> |
| 251 |
</div> |
| 252 |
<div class="feature-item ml-30"> |
| 253 |
<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 |
</div> |
| 256 |
<div class="feature-content"> |
| 257 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Display Any Custom Post Type</h3> |
| 258 |
<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> |
| 259 |
</div> |
| 260 |
</div> |
| 261 |
</div> |
| 262 |
<div class="feature-area"> |
| 263 |
<div class="feature-item mr-30"> |
| 264 |
<div class="feature-icon"> |
| 265 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Find.svg' ); ?>" alt=""> |
| 266 |
</div> |
| 267 |
<div class="feature-content"> |
| 268 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Help Your Visitors To Find What They Want</h3> |
| 269 |
<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 |
</div> |
| 271 |
</div> |
| 272 |
<div class="feature-item ml-30"> |
| 273 |
<div class="feature-icon"> |
| 274 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/ajax.svg' ); ?>" alt=""> |
| 275 |
</div> |
| 276 |
<div class="feature-content"> |
| 277 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">4 Ajax-based Pagination Types</h3> |
| 278 |
<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> |
| 279 |
</div> |
| 280 |
</div> |
| 281 |
</div> |
| 282 |
<div class="feature-area"> |
| 283 |
<div class="feature-item mr-30"> |
| 284 |
<div class="feature-icon"> |
| 285 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Detail.svg' ); ?>" alt=""> |
| 286 |
</div> |
| 287 |
<div class="feature-content"> |
| 288 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Detail Page Fields Control</h3> |
| 289 |
<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 |
</div> |
| 291 |
</div> |
| 292 |
<div class="feature-item ml-30"> |
| 293 |
<div class="feature-icon"> |
| 294 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/design.svg' ); ?>" alt=""> |
| 295 |
</div> |
| 296 |
<div class="feature-content"> |
| 297 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Design Beyond Limit Without Writing CSS</h3> |
| 298 |
<p class="sp-sps__font-15 sp-sps__mt-15 sp-sps__line-height-24"> |
| 299 |
Change the design through a range of options without coding knowledge. You can set countless colors and hover colors, 950+ Google fonts, font-size, weight, & line-height, control typography on mobile devices, and much more customizable options.</p> |
| 300 |
</div> |
| 301 |
</div> |
| 302 |
</div> |
| 303 |
<div class="feature-area"> |
| 304 |
<div class="feature-item mr-30"> |
| 305 |
<div class="feature-icon"> |
| 306 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/page-bilder.svg' ); ?>" alt=""> |
| 307 |
</div> |
| 308 |
<div class="feature-content"> |
| 309 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Page Builders & Countless Theme Compatibility</h3> |
| 310 |
<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 |
</div> |
| 312 |
</div> |
| 313 |
<div class="feature-item ml-30"> |
| 314 |
<div class="feature-icon"> |
| 315 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/Plugins.svg' ); ?>" alt=""> |
| 316 |
</div> |
| 317 |
<div class="feature-content"> |
| 318 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Seamlessly Work With Many WordPress Plugins</h3> |
| 319 |
<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> |
| 320 |
</div> |
| 321 |
</div> |
| 322 |
</div> |
| 323 |
<div class="feature-area"> |
| 324 |
<div class="feature-item mr-30"> |
| 325 |
<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 |
</div> |
| 328 |
<div class="feature-content"> |
| 329 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Multisite, Multilingual, RTL, Accessibility Ready</h3> |
| 330 |
<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 |
</div> |
| 332 |
</div> |
| 333 |
<div class="feature-item ml-30"> |
| 334 |
<div class="feature-icon"> |
| 335 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/premium/support.svg' ); ?>" alt=""> |
| 336 |
</div> |
| 337 |
<div class="feature-content"> |
| 338 |
<h3 class="sp-sps__font-18 sp-sps__font-weight-600">Top-notch Support and Frequently Updates</h3> |
| 339 |
<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> |
| 340 |
</div> |
| 341 |
</div> |
| 342 |
</div> |
| 343 |
</div> |
| 344 |
</div> |
| 345 |
</section> |
| 346 |
<!-- Features Section End --> |
| 347 |
|
| 348 |
<!-- Buy Section Start --> |
| 349 |
<section class="sp-sps__buy"> |
| 350 |
<div class="sp-sps__container"> |
| 351 |
<div class="row"> |
| 352 |
<div class="sp-sps__col-xl-12"> |
| 353 |
<div class="buy-content text-center"> |
| 354 |
<h2 class="sp-sps__font-28">Join |
| 355 |
<?php |
| 356 |
$install = 0; |
| 357 |
foreach ( $plugin_names as &$plugin_name ) { |
| 358 |
$install += $plugin_name['installs']; |
| 359 |
} |
| 360 |
echo esc_attr( $install + '15000' ) . '+'; |
| 361 |
?> |
| 362 |
Happy Users in 160+ Countries </h2> |
| 363 |
<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 |
So it’s a great time to join them.</p> |
| 365 |
<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 |
<span>14 Days Money-back Guarantee! No Question Asked.</span> |
| 367 |
</div> |
| 368 |
</div> |
| 369 |
</div> |
| 370 |
</div> |
| 371 |
</section> |
| 372 |
<!-- Buy Section End --> |
| 373 |
|
| 374 |
<!-- Testimonial section start --> |
| 375 |
<div class="testimonial-wrapper"> |
| 376 |
<section class="sp-sps__premium testimonial"> |
| 377 |
<div class="row"> |
| 378 |
<div class="col-lg-6"> |
| 379 |
<div class="testimonial-area"> |
| 380 |
<div class="testimonial-content"> |
| 381 |
<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 |
</div> |
| 383 |
<div class="testimonial-info"> |
| 384 |
<div class="img"> |
| 385 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/rainer-ott-min.jpeg' ); ?>" alt=""> |
| 386 |
</div> |
| 387 |
<div class="info"> |
| 388 |
<h3>Rainer Ott</h3> |
| 389 |
<div class="star"> |
| 390 |
<i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i> |
| 391 |
</div> |
| 392 |
</div> |
| 393 |
</div> |
| 394 |
</div> |
| 395 |
</div> |
| 396 |
<div class="col-lg-6"> |
| 397 |
<div class="testimonial-area"> |
| 398 |
<div class="testimonial-content"> |
| 399 |
<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 |
</div> |
| 401 |
<div class="testimonial-info"> |
| 402 |
<div class="img"> |
| 403 |
<img src="<?php echo esc_url( SP_PC_URL . 'admin/assets/img/images/kato-von-essen-min.jpeg' ); ?>" alt=""> |
| 404 |
</div> |
| 405 |
<div class="info"> |
| 406 |
<h3>Kato von Essen</h3> |
| 407 |
<div class="star"> |
| 408 |
<i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i> |
| 409 |
</div> |
| 410 |
</div> |
| 411 |
</div> |
| 412 |
</div> |
| 413 |
</div> |
| 414 |
</div> |
| 415 |
</section> |
| 416 |
</div> |
| 417 |
<!-- Testimonial section end --> |
| 418 |
</div> |
| 419 |
<!-- End premium page --> |
| 420 |
<?php |
| 421 |
} |
| 422 |
} |
| 423 |
|