%PDF- %PDF-
Direktori : /home/eirtvhdf/cloudsslamllc.com/wp-content/plugins/wp-ulike/admin/includes/templates/ |
Current File : //home/eirtvhdf/cloudsslamllc.com/wp-content/plugins/wp-ulike/admin/includes/templates/about.php |
<?php /** * About page template * * @package wp-ulike * @author TechnoWich 2021 * @link https://wpulike.com */ // no direct access allowed if ( ! defined('ABSPATH') ) { die(); } ?> <div class="wrap ulf-about"> <div class="ulf-about-header"> <div class="ulf-about-header-image"> <img alt="Need Some Help?" src="<?php echo WP_ULIKE_ASSETS_URL; ?>/img/svg/group.svg"> </div> <div class="ulf-about-header-title"> <p><?php echo WP_ULIKE_NAME . ' ' . WP_ULIKE_VERSION; ?></p> </div> <div class="ulf-about-header-text"><?php echo _e( 'A professional WordPress plugin that makes your website more attractive and user-friendly.', WP_ULIKE_SLUG) ; ?></div> <nav class="ulf-about-header-navigation nav-tab-wrapper wp-clearfix"> <a class="nav-tab nav-tab-active" href="admin.php?page=wp-ulike-about"><?php echo _e('About',WP_ULIKE_SLUG); ?></a> <a target="_blank" class="nav-tab" href="admin.php?page=wp-ulike-settings#tab=configuration"><?php echo _e('Configuration',WP_ULIKE_SLUG); ?></a> <a target="_blank" class="nav-tab" href="<?php echo esc_url( self_admin_url( 'customize.php' ) ); ?>"><?php echo _e('Customize',WP_ULIKE_SLUG); ?></a> <a target="_blank" class="nav-tab" href="https://wpulike.com/blog/?utm_source=about-page&utm_campaign=blog-nav&utm_medium=wp-dash"><?php echo _e('Our Blog',WP_ULIKE_SLUG); ?></a> <a target="_blank" class="nav-tab go-pro" href="https://wpulike.com/pricing/?utm_source=about-page&utm_campaign=gopro-nav&utm_medium=wp-dash"><?php echo _e('Go Pro',WP_ULIKE_SLUG); ?><img alt="Go Pro" src="<?php echo WP_ULIKE_ASSETS_URL; ?>/img/rocket-pro.gif"></a> </nav> </div> <div class="ulf-about-section is-feature has-subtle-background-color"> <div class="column"> <h1 class="is-smaller-heading"><?php echo _e('About',WP_ULIKE_SLUG) . ' ' . WP_ULIKE_NAME; ?></h1> <p><?php echo _e( 'Receiving feedback is crucial as a content creator, but unfortunately, the pieces of content you can collect it on are limited by default. However, with the help of the WP ULike plugin, it is possible to cast voting to any type of content you may have on your website. With outstanding and eye-catching widgets, you can have Like and Dislike Button on all of your content would it be a post, comment, BuddyPress activity, bbPress topics, WooCommerce products, you name it. Now you can feel your users Love for each part of your work.', WP_ULIKE_SLUG) ; ?></p> </div> </div> <div class="ulf-about-section ulf-box has-3-columns"> <div class="column"> <div class="column-header"> <img alt="Need Some Help?" src="<?php echo WP_ULIKE_ASSETS_URL; ?>/img/svg/col-support.svg"> <h2 class="is-smaller-heading"><?php echo _e('Need Some Help?',WP_ULIKE_SLUG); ?></h2> <p><?php echo _e('We would love to be of any assistance.',WP_ULIKE_SLUG); ?></p> </div> <div class="column-footer"> <?php echo wp_ulike_widget_button_callback( array( 'label' => __( 'Send Ticket', WP_ULIKE_SLUG ), 'color_name' => 'default', 'extra_classes' => 'green', 'link' => 'https://wpulike.com/support/?utm_source=about-page&utm_campaign=support-column&utm_medium=wp-dash', 'target' => '_blank' ) ); ?> </div> </div> <div class="column"> <div class="column-header"> <img alt="Documentation" src="<?php echo WP_ULIKE_ASSETS_URL; ?>/img/svg/col-doc.svg"> <h2 class="is-smaller-heading"><?php echo _e('Documentation',WP_ULIKE_SLUG); ?></h2> <p><?php echo _e('Learn about any aspect of WP ULike Plugin.',WP_ULIKE_SLUG); ?></p> </div> <div class="column-footer"> <?php echo wp_ulike_widget_button_callback( array( 'label' => __( 'Start Reading', WP_ULIKE_SLUG ), 'color_name' => 'default', 'extra_classes' => 'yellow', 'link' => 'https://docs.wpulike.com/?utm_source=about-page&utm_campaign=document-column&utm_medium=wp-dash', 'target' => '_blank' ) ); ?> </div> </div> <div class="column"> <div class="column-header"> <img alt="Submit Review" src="<?php echo WP_ULIKE_ASSETS_URL; ?>/img/svg/col-review.svg"> <h2 class="is-smaller-heading"><?php echo _e('Rate Us',WP_ULIKE_SLUG); ?></h2> <p><?php echo _e('By spreading the love, we can push WP ULike forward.',WP_ULIKE_SLUG); ?></p> </div> <div class="column-footer"> <?php echo wp_ulike_widget_button_callback( array( 'label' => __( 'Submit Review', WP_ULIKE_SLUG ), 'color_name' => 'default', 'extra_classes' => 'purple', 'link' => 'https://wordpress.org/support/plugin/wp-ulike/reviews/?filter=5', 'target' => '_blank' ) ); ?> </div> </div> </div> </div>