Plugin Directory

Changeset 2606523


Ignore:
Timestamp:
09/29/2021 07:49:56 AM (4 years ago)
Author:
wpshopmart
Message:

commit version 1.6.0

Location:
testimonial-builder
Files:
139 added
19 edited

Legend:

Unmodified
Added
Removed
  • testimonial-builder/trunk/assets/js/bootstrap.js

    r1512719 r2606523  
    99}
    1010
    11 +function ($) {
     11/*+function ($) {
    1212  'use strict';
    1313  var version = $.fn.jquery.split(' ')[0].split('.')
     
    1515    throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')
    1616  }
    17 }(jQuery);
     17}(jQuery);*/
    1818
    1919/* ========================================================================
  • testimonial-builder/trunk/ink/admin/add-test-js-footer.php

    r1512719 r2606523  
    22<script>
    33var j = 1000;
     4
    45    function add_new_content(){
    56    var output =    '<li class="wpsm_ac-panel single_color_box" >'+
    67            '<div class="col-md-12">'+
    78                '<div class="col-md-2">'+
    8                     '<img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/test.png'; ?>" />'+
     9                    '<img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/test.png'); ?>" />'+
    910                    '<input style="margin-bottom:15px" type="button" id="upload-background" name="upload-background" value="Upload Image" class="button-primary rcsp_media_upload btn-block" onclick="wpsm_media_upload(this)" />'+
    10                     '<input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo wpshopmart_test_b_directory_url.'assets/images/test.png'; ?>"  readonly="readonly" placeholder="No Media Selected" />'+
     11                    '<input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/test.png'); ?>"  readonly="readonly" placeholder="No Media Selected" />'+
    1112                    '<input style="display:block;width:100%" type="hidden"  name="mb_id[]" class="wpsm_ac_label_text"  value="0"  readonly="readonly" placeholder="No Media Selected" />'+
    1213                '</div>'+
    1314                '<div class="col-md-10">'+
    14                     '<span class="ac_label"><?php _e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>'+
     15                    '<span class="ac_label"><?php esc_html_e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>'+
    1516                    '<input type="text"  name="mb_name[]" value="" placeholder="Enter Testimonial Name Here" class="wpsm_ac_label_text">'+
    16                     '<span class="ac_label"><?php _e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>'+
     17                    '<span class="ac_label"><?php esc_html_e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>'+
    1718                    '<input type="text"  name="mb_deg[]" value="" placeholder="Enter Testimonial Designation Here" class="wpsm_ac_label_text">'+
    18                     '<span class="ac_label"><?php _e('Website URL',wpshopmart_test_b_text_domain); ?></span>'+
     19                    '<span class="ac_label"><?php esc_html_e('Website URL',wpshopmart_test_b_text_domain); ?></span>'+
    1920                    '<input type="text"  name="mb_website[]" value="" placeholder="Enter web site url with http:// ex : http://wpshopmart.com/" class="wpsm_ac_label_text">'+
    20                     '<span class="ac_label"><?php _e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>'+
     21                    '<span class="ac_label"><?php esc_html_e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>'+
    2122                    '<textarea  name="mb_desc[]"  placeholder="Enter Testimonial Content Here" class="wpsm_ac_label_text"></textarea>'+
    2223                '</div>'+
  • testimonial-builder/trunk/ink/admin/add-test.php

    r2513198 r2606523  
    11<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
    22<div style=" overflow: hidden;padding: 10px;">
    3     <h3><?php _e('Add Testimonials Here',wpshopmart_test_b_text_domain); ?></h3>
     3    <h3><?php esc_html_e('Add Testimonials Here',wpshopmart_test_b_text_domain); ?></h3>
    44    <input type="hidden" name="test_b_save_data_action" value="test_b_save_data_action" />
    55    <ul class="clearfix" id="wpsm_test_panel">
     
    2626                        <div class="col-md-12">
    2727                            <div class="col-md-2">
    28                                 <img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo $mb_photo; ?>" />
     28                                <img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo esc_url($mb_photo); ?>" />
    2929                                <input style="margin-bottom:15px" type="button" id="upload-background" name="upload-background" value="Upload Image" class="button-primary rcsp_media_upload btn-block"  onclick="wpsm_media_upload(this)"/>
    30                                 <input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo $mb_photo; ?>"  readonly="readonly" placeholder="No Media Selected" />
    31                                 <input style="display:block;width:100%" type="hidden"  name="mb_id[]" class="wpsm_ac_label_text"  value="<?php echo $mb_id; ?>"  readonly="readonly" placeholder="No Media Selected" />
     30                                <input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo esc_url($mb_photo); ?>"  readonly="readonly" placeholder="No Media Selected" />
     31                                <input style="display:block;width:100%" type="hidden"  name="mb_id[]" class="wpsm_ac_label_text"  value="<?php echo esc_attr($mb_id); ?>"  readonly="readonly" placeholder="No Media Selected" />
    3232                            </div>
    3333                            <div class="col-md-10">
    34                                 <span class="ac_label"><?php _e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>
    35                                 <input type="text"  name="mb_name[]" value="<?php echo $mb_name; ?>" placeholder="Enter Testimonial Name Here" class="wpsm_ac_label_text">
     34                                <span class="ac_label"><?php esc_html_e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>
     35                                <input type="text"    name="mb_name[]" value="<?php echo esc_attr($mb_name); ?>" placeholder="Enter Testimonial Name Here" class="wpsm_ac_label_text">
    3636                               
    37                                 <span class="ac_label"><?php _e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>
    38                                 <input type="text"  name="mb_deg[]" value="<?php echo $mb_deg; ?>" placeholder="Enter Testimonial Designation Here" class="wpsm_ac_label_text">
     37                                <span class="ac_label"><?php esc_html_e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>
     38                                <input type="text"  name="mb_deg[]" value="<?php echo esc_attr($mb_deg); ?>" placeholder="Enter Testimonial Designation Here" class="wpsm_ac_label_text">
    3939                               
    40                                 <span class="ac_label"><?php _e('Website URL',wpshopmart_test_b_text_domain); ?></span>
    41                                 <input type="text"  name="mb_website[]" value="<?php echo $mb_website; ?>" placeholder="Enter web site url with http:// ex : http://wpshopmart.com/" class="wpsm_ac_label_text">
     40                                <span class="ac_label"><?php esc_html_e('Website URL',wpshopmart_test_b_text_domain); ?></span>
     41                                <input type="text"  name="mb_website[]" value="<?php echo esc_url($mb_website); ?>" placeholder="Enter web site url with http:// ex : http://wpshopmart.com/" class="wpsm_ac_label_text">
    4242                               
    43                                 <span class="ac_label"><?php _e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>
     43                                <span class="ac_label"><?php esc_html_e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>
    4444                                <textarea  name="mb_desc[]"  placeholder="Enter Testimonial Content Here" class="wpsm_ac_label_text"><?php echo esc_html($mb_desc); ?></textarea>
    4545                            <a class="remove_button" href="#delete" id="remove_bt" ><i class="fa fa-trash-o"></i></a>
     
    6565                    <div class="col-md-12">
    6666                        <div class="col-md-2">
    67                             <img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/test.png'; ?>" />
     67                            <img style="margin-bottom:15px" class="test-img-responsive" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/test.png'); ?>" />
    6868                            <input style="margin-bottom:15px" type="button" id="upload-background" name="upload-background" value="Upload Image" class="button-primary rcsp_media_upload btn-block"  onclick="wpsm_media_upload(this)"/>
    69                             <input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo wpshopmart_test_b_directory_url.'assets/images/test.png'; ?>"  readonly="readonly" placeholder="No Media Selected" />
     69                            <input style="display:block;width:100%" type="hidden"  name="mb_photo[]" class="wpsm_ac_label_text"  value="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/test.png'); ?>"  readonly="readonly" placeholder="No Media Selected" />
    7070                            <input style="display:block;width:100%" type="hidden"  name="mb_id[]" class="wpsm_ac_label_text"  value="0"  readonly="readonly" placeholder="No Media Selected" />
    7171                       
    7272                        </div>
    7373                        <div class="col-md-10">
    74                             <span class="ac_label"><?php _e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>
    75                             <input type="text"  name="mb_name[]" value="Testimonial Name" placeholder="Enter Testimonial Name Here" class="wpsm_ac_label_text">
     74                            <span class="ac_label"><?php esc_html_e('Testimonial User Name',wpshopmart_test_b_text_domain); ?></span>
     75                            <input type="text"   name="mb_name[]" value="Testimonial Name" placeholder="Enter Testimonial Name Here" class="wpsm_ac_label_text">
    7676                           
    77                             <span class="ac_label"><?php _e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>
     77                            <span class="ac_label"><?php esc_html_e('Testimonial Designation',wpshopmart_test_b_text_domain); ?></span>
    7878                            <input type="text"  name="mb_deg[]" value="Designation" placeholder="Enter Testimonial Designation Here" class="wpsm_ac_label_text">
    7979
    80                             <span class="ac_label"><?php _e('Website URL',wpshopmart_test_b_text_domain); ?></span>
     80                            <span class="ac_label"><?php esc_html_e('Website URL',wpshopmart_test_b_text_domain); ?></span>
    8181                            <input type="text"  name="mb_website[]" value="http://wpshopmart.com/" placeholder="Enter web site url with http:// ex : http://wpshopmart.com/" class="wpsm_ac_label_text">
    8282                           
    83                             <span class="ac_label"><?php _e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>
    84                             <textarea  name="mb_desc[]"  placeholder="Enter Testimonial Content Here" class="wpsm_ac_label_text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel fermentum dui. Pellentesque vitae porttitor ex, euismod sodales magna. Nunc sed felis sed dui pellentesque sodales porta a magna. Donec dui augue</textarea>
     83                            <span class="ac_label"><?php esc_html_e('Testimonial Content',wpshopmart_test_b_text_domain); ?></span>
     84                            <textarea  name="mb_desc[]"  placeholder="Enter Testimonial Content Here" class="wpsm_ac_label_text"><?php esc_html_e('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel fermentum dui. Pellentesque vitae porttitor ex, euismod sodales magna. Nunc sed felis sed dui pellentesque sodales porta a magna. Donec dui augue',wpshopmart_test_b_text_domain); ?></textarea>
    8585                           
    8686                            <a class="remove_button" href="#delete" id="remove_bt" ><i class="fa fa-trash-o"></i></a>   
     
    9898        <div class="col-md-10">
    9999            <a class="btn " class="wpsm_ac-panel add_wpsm_ac_new" id="add_new_ac" onclick="add_new_content()"  style="overflow:hidden;font-size: 52px;font-weight: 600; padding:10px 30px 10px 30px; background:#1e73be;width:100%;color:#fff;text-align:center"  >
    100                 <?php _e('Add New Testimonial', wpshopmart_test_b_text_domain); ?>
     100                <?php esc_html_e('Add New Testimonial', wpshopmart_test_b_text_domain); ?>
    101101            </a>
    102102        </div>
     
    104104        <a  style="float: left;width:100%;padding:10px !important;background:#31a3dd;" class=" add_wpsm_ac_new delete_all_acc" id="delete_all_colorbox"    >
    105105            <i style="font-size:57px;"class="fa fa-trash-o"></i>
    106             <span style="display:block"><?php _e('Delete All',wpshopmart_test_b_text_domain); ?></span>
     106            <span style="display:block"><?php esc_html_e('Delete All',wpshopmart_test_b_text_domain); ?></span>
    107107        </a>
    108108        </div>
  • testimonial-builder/trunk/ink/admin/data-post/test-save-data.php

    r1546461 r2606523  
    22if ( ! defined( 'ABSPATH' ) ) exit;
    33if(isset($PostID) && isset($_POST['test_b_save_data_action']) ) {
     4    if (!wp_verify_nonce($_POST['wpsm_security'], 'wpsm_nonce_save_settings_values')) {
     5                die();
     6            }
    47            $TotalCount = count($_POST['mb_name']);
    58            $All_data = array();
  • testimonial-builder/trunk/ink/admin/data-post/test-settings-save-data.php

    r1512719 r2606523  
    22if ( ! defined( 'ABSPATH' ) ) exit;
    33if(isset($PostID) && isset($_POST['test_b_setting_save_action'])) {
    4             $test_mb_name_clr            = sanitize_text_field($_POST['test_mb_name_clr']);
    5             $test_mb_deg_clr            = sanitize_text_field($_POST['test_mb_deg_clr']);
    6             $test_mb_web_link_clr            = sanitize_text_field($_POST['test_mb_web_link_clr']);
    7             $test_mb_content_clr            = sanitize_text_field($_POST['test_mb_content_clr']);
     4            if (!wp_verify_nonce($_POST['wpsm_security'], 'wpsm_nonce_save_settings_values')) {
     5                die();
     6            }
     7            $test_mb_name_clr            = sanitize_hex_color($_POST['test_mb_name_clr']);
     8            $test_mb_deg_clr            = sanitize_hex_color($_POST['test_mb_deg_clr']);
     9            $test_mb_web_link_clr            = sanitize_hex_color($_POST['test_mb_web_link_clr']);
     10            $test_mb_content_clr            = sanitize_hex_color($_POST['test_mb_content_clr']);
    811            $bgclr_style2            = sanitize_text_field($_POST['bgclr_style2']);
    912           
  • testimonial-builder/trunk/ink/admin/design.php

    r1936279 r2606523  
    5959        $De_Settings = unserialize(get_option('test_B_default_Settings'));
    6060        $Test_Settings = unserialize(get_post_meta( $PostId, 'Test_Settings', true));
    61         if($Test_Settings['test_mb_name_clr']  )   { 
    62         $templates      = $Test_Settings['templates'];
     61       
     62        if($Test_Settings != ""  )   { 
     63            $templates      = $Test_Settings['templates'];
    6364        }
    6465        else{
    65         $templates=$De_Settings['templates'];
    66         }           
     66            $templates=$De_Settings['templates'];
     67        }   
     68
    6769    ?>
    6870    <?php for($i=1;$i<=2;$i++){ ?>
    6971        <div class="col-md-4">
    7072            <div class="demoftr">   
    71                 <span class="checked_temp" id="checked_temp_<?php echo $i; ?>" <?php if($templates!=$i) { ?>  style="display:none" <?php } ?> ><i class="fa fa-check"></i></span>
     73                <span class="checked_temp" id="checked_temp_<?php echo esc_attr($i); ?>" <?php if($templates!=$i) { ?>  style="display:none" <?php } ?> ><i class="fa fa-check"></i></span>
    7274                <div class="">
    7375                    <div class="wpsm_home_portfolio_showcase">
    74                         <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/design/test-'.$i.'.png'?>">
    75                         <span class="img-demo-span"><a style="color:#fff;text-decoration:none" target="_new" href="http://demo.wpshopmart.com/testimonial-builder/demo-<?php echo $i; ?>/">Demo</a></span>
     76                        <img class="wpsm_img_responsive ftr_img" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/design/test-').esc_attr($i).'.png'?>">
     77                        <span class="img-demo-span"><a style="color:#fff;text-decoration:none" target="_new" href="http://demo.wpshopmart.com/testimonial-builder/demo-<?php echo esc_attr($i); ?>/">Demo</a></span>
    7678                    </div>
    7779                </div>
    7880                <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
    79                     <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Design <?php echo $i; ?></h3>
     81                    <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Design <?php echo esc_attr($i); ?></h3>
    8082                    <button type="button" <?php if($templates==$i) { ?> disabled="disabled" style="background:#F50000;border-color:#F50000;" <?php } ?> class="pull-right btn btn-primary design_btn" id="templates_btn<?php echo $i; ?>" onclick="select_template('<?php echo $i; ?>')"><?php if($templates==$i){  echo "Selected"; } else { echo "Select"; } ?></button>
    81                     <input type="radio" name="templates" id="design<?php echo $i; ?>" value="<?php echo $i; ?>" <?php if($templates==$i){  echo "checked"; } ?> style="display:none">
     83                    <input type="radio" name="templates" id="design<?php echo esc_attr($i); ?>" value="<?php echo esc_attr($i); ?>" <?php if($templates==$i){  echo "checked"; } ?> style="display:none">
    8284                </div>     
    8385            </div> 
     
    9193                    <div class="wpsm_home_portfolio_showcase">
    9294                        <a   href="http://demo.wpshopmart.com/testimonial-pro-demo" target="_blank" >
    93                         <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/design/test-3.png'?>"></a>
     95                        <img class="wpsm_img_responsive ftr_img" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/design/test-3.png')?>"></a>
    9496                        <span class="img-demo-span"><a style="color:#fff;text-decoration:none" target="_new" href="http://demo.wpshopmart.com/testimonial-pro-demo">Demo</a></span>
    9597                    </div>
  • testimonial-builder/trunk/ink/admin/free.php

    r1517129 r2606523  
    8686                    }
    8787                    ?>
    88                         <form id="frmrecommendation" class="layout-form">
    89                             <div id="poststuff" style="width: 99% !important;">
    90                                 <div id="post-body" class="metabox-holder">
    91                                     <div id="postbox-container-2" class="postbox-container">
    92                                         <div id="advanced" class="meta-box-sortables">
    93                                             <div id="gallery_bank_get_started" class="postbox" >
    94                                                 <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
    95                                                 <h2 class="hndle" style="text-align:center;font-size:30px;"><span>More Free Plugins Recommendation From Wpshopmart</span></h3>
    96                                                 <div class="inside">
    97                                                     <div id="ux_recommendation" class="gallery_bank_layout">
    98                                                        
    99                                                         <div class="fluid-layout">
    100                                                             <div class="layout-span12">
    101                                                                 <div class="wp-list-table plugin-install">
    102                                                                     <div id="the-list">
    103                                                                         <?php
    104                                                                         foreach ((array) $item as $plugin)
    105                                                                         {
    106                                                                            
    107                                                                             if (is_object( $plugin))
    108                                                                             {
    109                                                                                 $plugin = (array) $plugin;
    110                                                                                
    111                                                                             }
    112                                                                             if (!empty($plugin["icons"]["svg"]))
    113                                                                             {
    114                                                                                 $plugin_icon_url = $plugin["icons"]["svg"];
    115                                                                             }
    116                                                                             elseif (!empty( $plugin["icons"]["2x"]))
    117                                                                             {
    118                                                                                 $plugin_icon_url = $plugin["icons"]["2x"];
    119                                                                             }
    120                                                                             elseif (!empty( $plugin["icons"]["1x"]))
    121                                                                             {
    122                                                                                 $plugin_icon_url = $plugin["icons"]["1x"];
    123                                                                             }
    124                                                                             else
    125                                                                             {
    126                                                                                 $plugin_icon_url = $plugin["icons"]["default"];
    127                                                                             }
    128                                                                             $plugins_allowedtags = array
    129                                                                             (
    130                                                                                 "a" => array( "href" => array(),"title" => array(), "target" => array() ),
    131                                                                                 "abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
    132                                                                                 "code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
    133                                                                                 "ul" => array(), "ol" => array(), "li" => array(), "p" => array(), "br" => array()
    134                                                                             );
    135                                                                             $title = wp_kses($plugin["name"], $plugins_allowedtags);
    136                                                                             $description = strip_tags($plugin["short_description"]);
    137                                                                             $author = wp_kses($plugin["author"], $plugins_allowedtags);
    138                                                                             $version = wp_kses($plugin["version"], $plugins_allowedtags);
    139                                                                             $name = strip_tags( $title . " " . $version );
    140                                                                             $details_link   = self_admin_url( "plugin-install.php?tab=plugin-information&amp;plugin=" . $plugin["slug"] .
    141                                                                             "&amp;TB_iframe=true&amp;width=600&amp;height=550" );
    142                                                                            
     88        <form id="frmrecommendation" class="layout-form">
     89            <div id="poststuff" style="width: 99% !important;">
     90                <div id="post-body" class="metabox-holder">
     91                    <div id="postbox-container-2" class="postbox-container">
     92                        <div id="advanced" class="meta-box-sortables">
     93                            <div id="gallery_bank_get_started" class="postbox" >
     94                                <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
     95                                <h2 class="hndle" style="text-align:center;font-size:30px;"><span><?php esc_html_e('More Free Plugins Recommendation From Wpshopmart',wpshopmart_test_b_text_domain); ?></span></h3>
     96                                <div class="inside">
     97                                    <div id="ux_recommendation" class="gallery_bank_layout">
     98                                       
     99                                        <div class="fluid-layout">
     100                                            <div class="layout-span12">
     101                                                <div class="wp-list-table plugin-install">
     102                                                    <div id="the-list">
     103                                                        <?php
     104                                                        foreach ((array) $item as $plugin)
     105                                                        {
     106                                                           
     107                                                            if (is_object( $plugin))
     108                                                            {
     109                                                                $plugin = (array) $plugin;
     110                                                               
     111                                                            }
     112                                                            if (!empty($plugin["icons"]["svg"]))
     113                                                            {
     114                                                                $plugin_icon_url = $plugin["icons"]["svg"];
     115                                                            }
     116                                                            elseif (!empty( $plugin["icons"]["2x"]))
     117                                                            {
     118                                                                $plugin_icon_url = $plugin["icons"]["2x"];
     119                                                            }
     120                                                            elseif (!empty( $plugin["icons"]["1x"]))
     121                                                            {
     122                                                                $plugin_icon_url = $plugin["icons"]["1x"];
     123                                                            }
     124                                                            else
     125                                                            {
     126                                                                $plugin_icon_url = $plugin["icons"]["default"];
     127                                                            }
     128                                                            $plugins_allowedtags = array
     129                                                            (
     130                                                                "a" => array( "href" => array(),"title" => array(), "target" => array() ),
     131                                                                "abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
     132                                                                "code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
     133                                                                "ul" => array(), "ol" => array(), "li" => array(), "p" => array(), "br" => array()
     134                                                            );
     135                                                            $title = wp_kses($plugin["name"], $plugins_allowedtags);
     136                                                            $description = strip_tags($plugin["short_description"]);
     137                                                            $author = wp_kses($plugin["author"], $plugins_allowedtags);
     138                                                            $version = wp_kses($plugin["version"], $plugins_allowedtags);
     139                                                            $name = strip_tags( $title . " " . $version );
     140                                                            $details_link   = self_admin_url( "plugin-install.php?tab=plugin-information&amp;plugin=" . $plugin["slug"] .
     141                                                            "&amp;TB_iframe=true&amp;width=600&amp;height=550" );
     142                                                           
     143                                                            /* translators: 1: Plugin name and version. */
     144                                                            $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
     145                                                            $action_links = array();
     146                                                            if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
     147                                                            {
     148                                                                $status = install_plugin_install_status( $plugin );
     149                                                                switch ($status["status"])
     150                                                                {
     151                                                                    case "install":
     152                                                                        if ( $status["url"] )
     153                                                                        {
    143154                                                                            /* translators: 1: Plugin name and version. */
    144                                                                             $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
    145                                                                             $action_links = array();
    146                                                                             if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
    147                                                                             {
    148                                                                                 $status = install_plugin_install_status( $plugin );
    149                                                                                 switch ($status["status"])
    150                                                                                 {
    151                                                                                     case "install":
    152                                                                                         if ( $status["url"] )
    153                                                                                         {
    154                                                                                             /* translators: 1: Plugin name and version. */
    155                                                                                             $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
    156                                                                                         }
    157                                                                                     break;
    158                                                                                     case "update_available":
    159                                                                                         if ($status["url"])
    160                                                                                         {
    161                                                                                             /* translators: 1: Plugin name and version */
    162                                                                                             $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
    163                                                                                         }
    164                                                                                     break;
    165                                                                                     case "latest_installed":
    166                                                                                     case "newer_installed":
    167                                                                                         $action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
    168                                                                                     break;
    169                                                                                 }
    170                                                                             }
    171                                                                             ?>
    172                                                                             <div class="plugin-div plugin-div-settings">
    173                                                                                 <div class="plugin-div-top plugin-div-settings-top">
    174                                                                                     <div class="plugin-div-inner-content">
    175                                                                                         <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon plugin-icon-custom">
    176                                                                                             <img class="custom_icon" src="<?php echo esc_attr( $plugin_icon_url ) ?>" />
    177                                                                                         </a>
    178                                                                                         <div class="name column-name">
    179                                                                                             <h4>
    180                                                                                                 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a>
    181                                                                                             </h4>
    182                                                                                         </div>
    183                                                                                         <div class="desc column-description">
    184                                                                                             <p>
    185                                                                                                 <?php echo $description; ?>
    186                                                                                             </p>
    187                                                                                             <p class="authors">
    188                                                                                                 <cite>
    189                                                                                                     By <?php echo $author;?>
    190                                                                                                 </cite>
    191                                                                                             </p>
    192                                                                                         </div>
    193                                                                                     </div>
    194                                                                                     <div class="action-links">
    195                                                                                         <ul class="plugin-action-buttons-custom">
    196                                                                                             <li>
    197                                                                                                 <?php
    198                                                                                                     if ($action_links)
    199                                                                                                     {
    200                                                                                                         echo implode("</li><li>", $action_links);
    201                                                                                                     }
    202                                                                                                        
    203                                                                                                     switch($plugin["slug"])
    204                                                                                                     {
    205                                                                                                         case "gallery-bank" :
    206                                                                                                             ?>
    207                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
    208                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    209                                                                                                                 </a>
    210                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
    211                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    212                                                                                                                 </a>
    213                                                                                                             <?php
    214                                                                                                         break;
    215                                                                                                         case "contact-bank" :
    216                                                                                                             ?>
    217                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
    218                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    219                                                                                                                 </a>
    220                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
    221                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    222                                                                                                                 </a>
    223                                                                                                             <?php
    224                                                                                                         break;
    225                                                                                                         case "captcha-bank" :
    226                                                                                                             ?>
    227                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
    228                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    229                                                                                                                 </a>
    230                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
    231                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    232                                                                                                                 </a>
    233                                                                                                             <?php
    234                                                                                                         break;
    235                                                                                                         case "wp-clean-up-optimizer" :
    236                                                                                                             ?>
    237                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
    238                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    239                                                                                                                 </a>
    240                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
    241                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    242                                                                                                                 </a>
    243                                                                                                             <?php
    244                                                                                                         break;
    245                                                                                                         case "google-maps-bank":
    246                                                                                                             ?>
    247                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
    248                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    249                                                                                                                 </a>
    250                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
    251                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    252                                                                                                                 </a>
    253                                                                                                             <?php
    254                                                                                                         break;
    255                                                                                                         case "wp-backup-bank":
    256                                                                                                             ?>
    257                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
    258                                                                                                                     <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
    259                                                                                                                 </a>
    260                                                                                                                 <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
    261                                                                                                                     <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
    262                                                                                                                 </a>
    263                                                                                                             <?php
    264                                                                                                         break;
    265                                                                                                     }
    266                                                                                                 ?>
    267                                                                                             </li>
    268                                                                                         </ul>
    269                                                                                     </div>
    270                                                                                 </div>
    271                                                                                 <div class="plugin-card-bottom plugin-card-bottom_settings">
    272                                                                                     <div class="vers column-rating">
    273                                                                                         <?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
    274                                                                                         <span class="num-ratings">
    275                                                                                             (<?php echo number_format_i18n( $plugin["num_ratings"] ); ?>)
    276                                                                                         </span>
    277                                                                                     </div>
    278                                                                                     <div class="column-updated">
    279                                                                                         <strong><?php _e("Last Updated:"); ?></strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
    280                                                                                             <?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
    281                                                                                         </span>
    282                                                                                     </div>
    283                                                                                     <div class="column-downloaded">
    284                                                                                         <?php echo sprintf( _n("%s download", "%s downloads", $plugin["downloaded"]), number_format_i18n($plugin["downloaded"])); ?>
    285                                                                                     </div>
    286                                                                                     <div class="column-compatibility">
    287                                                                                         <?php
    288                                                                                         if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">"))
    289                                                                                         {
    290                                                                                             echo '<span class="compatibility-untested">' . __( "<strong>Untested</strong> with your version of WordPress" ) . '</span>';
    291                                                                                         }
    292                                                                                         elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<"))
    293                                                                                         {
    294                                                                                             echo '<span class="compatibility-incompatible">' . __("Incompatible with your version of WordPress") . '</span>';
    295                                                                                         }
    296                                                                                         else
    297                                                                                         {
    298                                                                                             echo '<span class="compatibility-compatible">' . __("Compatible with your version of WordPress") . '</span>';
    299                                                                                         }
    300                                                                                         ?>
    301                                                                                     </div>
    302                                                                                 </div>
    303                                                                             </div>
     155                                                                            $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
     156                                                                        }
     157                                                                    break;
     158                                                                    case "update_available":
     159                                                                        if ($status["url"])
     160                                                                        {
     161                                                                            /* translators: 1: Plugin name and version */
     162                                                                            $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
     163                                                                        }
     164                                                                    break;
     165                                                                    case "latest_installed":
     166                                                                    case "newer_installed":
     167                                                                        $action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
     168                                                                    break;
     169                                                                }
     170                                                            }
     171                                                            ?>
     172                                                            <div class="plugin-div plugin-div-settings">
     173                                                                <div class="plugin-div-top plugin-div-settings-top">
     174                                                                    <div class="plugin-div-inner-content">
     175                                                                        <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon plugin-icon-custom">
     176                                                                            <img class="custom_icon" src="<?php echo esc_attr( $plugin_icon_url ) ?>" />
     177                                                                        </a>
     178                                                                        <div class="name column-name">
     179                                                                            <h4>
     180                                                                                <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo esc_html($title); ?></a>
     181                                                                            </h4>
     182                                                                        </div>
     183                                                                        <div class="desc column-description">
     184                                                                            <p>
     185                                                                                <?php echo esc_html($description); ?>
     186                                                                            </p>
     187                                                                            <p class="authors">
     188                                                                                <cite>
     189                                                                                    By <?php echo $author;?>
     190                                                                                </cite>
     191                                                                            </p>
     192                                                                        </div>
     193                                                                    </div>
     194                                                                    <div class="action-links">
     195                                                                        <ul class="plugin-action-buttons-custom">
     196                                                                            <li>
     197                                                                                <?php
     198                                                                                    if ($action_links)
     199                                                                                    {
     200                                                                                        echo implode("</li><li>", $action_links);
     201                                                                                    }
     202                                                                                       
     203                                                                                    switch($plugin["slug"])
     204                                                                                    {
     205                                                                                        case "gallery-bank" :
     206                                                                                            ?>
     207                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
     208                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     209                                                                                                </a>
     210                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
     211                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     212                                                                                                </a>
     213                                                                                            <?php
     214                                                                                        break;
     215                                                                                        case "contact-bank" :
     216                                                                                            ?>
     217                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
     218                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     219                                                                                                </a>
     220                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
     221                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     222                                                                                                </a>
     223                                                                                            <?php
     224                                                                                        break;
     225                                                                                        case "captcha-bank" :
     226                                                                                            ?>
     227                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
     228                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     229                                                                                                </a>
     230                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
     231                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     232                                                                                                </a>
     233                                                                                            <?php
     234                                                                                        break;
     235                                                                                        case "wp-clean-up-optimizer" :
     236                                                                                            ?>
     237                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
     238                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     239                                                                                                </a>
     240                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
     241                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     242                                                                                                </a>
     243                                                                                            <?php
     244                                                                                        break;
     245                                                                                        case "google-maps-bank":
     246                                                                                            ?>
     247                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
     248                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     249                                                                                                </a>
     250                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
     251                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     252                                                                                                </a>
     253                                                                                            <?php
     254                                                                                        break;
     255                                                                                        case "wp-backup-bank":
     256                                                                                            ?>
     257                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
     258                                                                                                    <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
     259                                                                                                </a>
     260                                                                                                <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
     261                                                                                                    <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
     262                                                                                                </a>
     263                                                                                            <?php
     264                                                                                        break;
     265                                                                                    }
     266                                                                                ?>
     267                                                                            </li>
     268                                                                        </ul>
     269                                                                    </div>
     270                                                                </div>
     271                                                                <div class="plugin-card-bottom plugin-card-bottom_settings">
     272                                                                    <div class="vers column-rating">
     273                                                                        <?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
     274                                                                        <span class="num-ratings">
     275                                                                            (<?php echo number_format_i18n( $plugin["num_ratings"] ); ?>)
     276                                                                        </span>
     277                                                                    </div>
     278                                                                    <div class="column-updated">
     279                                                                        <strong><?php _e("Last Updated:"); ?></strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
     280                                                                            <?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
     281                                                                        </span>
     282                                                                    </div>
     283                                                                    <div class="column-downloaded">
     284                                                                        <?php echo sprintf( _n("%s download", "%s downloads", $plugin["downloaded"]), number_format_i18n($plugin["downloaded"])); ?>
     285                                                                    </div>
     286                                                                    <div class="column-compatibility">
    304287                                                                        <?php
     288                                                                        if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">"))
     289                                                                        {
     290                                                                            echo '<span class="compatibility-untested">' . __( "<strong>Untested</strong> with your version of WordPress" ) . '</span>';
     291                                                                        }
     292                                                                        elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<"))
     293                                                                        {
     294                                                                            echo '<span class="compatibility-incompatible">' . __("Incompatible with your version of WordPress") . '</span>';
     295                                                                        }
     296                                                                        else
     297                                                                        {
     298                                                                            echo '<span class="compatibility-compatible">' . __("Compatible with your version of WordPress") . '</span>';
    305299                                                                        }
    306300                                                                        ?>
     
    308302                                                                </div>
    309303                                                            </div>
    310                                                         </div>
     304                                                        <?php
     305                                                        }
     306                                                        ?>
    311307                                                    </div>
    312308                                                </div>
     
    316312                                </div>
    317313                            </div>
    318                         </form>
     314                        </div>
     315                    </div>
     316                </div>
     317            </div>
     318        </form>
    319319                    </td>
    320320                </tr>
  • testimonial-builder/trunk/ink/admin/fvp.php

    r1968212 r2606523  
    11  <div class="free-vs-pro-tab info-tab-content">
    2     <a href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank" class="button button-primary button-hero">Testimonial Pro Demo</a>
    3     <a href="https://wpshopmart.com/plugins/testimonial-pro" target="_blank" class="button button-primary button-hero">Upgrade To Pro</a>
     2    <a href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank" class="button button-primary button-hero"><?php esc_html_e('Testimonial Pro Demo',wpshopmart_test_b_text_domain); ?></a>
     3    <a href="https://wpshopmart.com/plugins/testimonial-pro" target="_blank" class="button button-primary button-hero"><?php esc_html_e('Upgrade To Pro',wpshopmart_test_b_text_domain); ?></a>
    44  </div>
    55 
     
    1010                            <tr>
    1111                                <th></th> 
    12                                 <th>Testimonial Plugin FREE</th>
    13                                 <th>Testimonial Plugin PRO</th>
     12                                <th><?php esc_html_e('Testimonial Plugin FREE',wpshopmart_test_b_text_domain); ?></th>
     13                                <th><?php esc_html_e('Testimonial Plugin PRO',wpshopmart_test_b_text_domain); ?></th>
    1414                            </tr>
    1515                        </thead>
     
    1717                            <tr>
    1818                                <td><h3><?php _e('Pricing', wpshopmart_test_b_text_domain); ?></h3></td>
    19                                 <td class="only-lite">free</td>
    20                                 <td class="only-lite">$14</td>
     19                                <td class="only-lite"><?php esc_html_e('free',wpshopmart_test_b_text_domain); ?></td>
     20                                <td class="only-lite"><?php esc_html_e('$14',wpshopmart_test_b_text_domain); ?></td>
    2121                            </tr>
    2222                            <tr>
     
    2727                            <tr>                           
    2828                            <td><h3><?php _e('No. Of Design Templates', wpshopmart_test_b_text_domain); ?></h3></td>
    29                                 <td class="only-lite">2</td>
    30                                 <td class="only-lite">150+</td>
     29                                <td class="only-lite"><?php esc_html_e(2,wpshopmart_test_b_text_domain); ?></td>
     30                                <td class="only-lite"><?php esc_html_e('150+',wpshopmart_test_b_text_domain); ?></td>
    3131                            </tr>
    3232                            <tr>
    3333                                <td><h3><?php _e('Coulmn Layout', wpshopmart_test_b_text_domain); ?></h3></td>
    34                                 <td class="only-lite">3</td>
    35                                 <td class="only-lite">9</td>
     34                                <td class="only-lite"><?php esc_html_e(3,wpshopmart_test_b_text_domain); ?></td>
     35                                <td class="only-lite"><?php esc_html_e(9,wpshopmart_test_b_text_domain); ?></td>
    3636                            </tr>                           
    3737                           
     
    144144                           
    145145                            <tr class="ti-about-page-text-center">
    146                                 <td><a href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank" class="button button-primary button-hero">Testimonial Pro Demo</a></td>
    147                                 <td colspan="2"><a href="https://wpshopmart.com/plugins/testimonial-pro" target="_blank" class="button button-primary button-hero">Upgrade To Pro</a></td>
     146                                <td><a href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank" class="button button-primary button-hero"><?php esc_html_e('Testimonial Pro Demo',wpshopmart_test_b_text_domain); ?></a></td>
     147                                <td colspan="2"><a href="https://wpshopmart.com/plugins/testimonial-pro" target="_blank" class="button button-primary button-hero"><?php esc_html_e('Upgrade To Pro',wpshopmart_test_b_text_domain); ?></a></td>
    148148                            </tr>
    149149                        </tbody>
  • testimonial-builder/trunk/ink/admin/help.php

    r2214948 r2606523  
    5353
    5454<div class="row wpsm_ac_h_i2 " >
    55 <h1 style="color:#000;">Get Support Help Here</h1>
    56 <h3 style="color:#000;">If You have any issue then please ask us any time</h3>
    57 <a href="https://wordpress.org/support/plugin/testimonial-builder" target="_blank" class="button button-primary button-hero ">Get Support Here</a>
     55<h1 style="color:#000;"><?php esc_html_e('Get Support Help Here',wpshopmart_test_b_text_domain); ?></h1>
     56<h3 style="color:#000;"><?php esc_html_e('If You have any issue then please ask us any time',wpshopmart_test_b_text_domain); ?></h3>
     57<a href="https://wordpress.org/support/plugin/testimonial-builder" target="_blank" class="button button-primary button-hero "><?php esc_html_e('Get Support Here',wpshopmart_test_b_text_domain); ?></a>
    5858</br></br>
    5959<div>                           
    60                                 <h1 style="color:#000;font-size:24px;font-weight:500;line-height:1.4">Testimonial documentation Form</h1>                           
     60                                <h1 style="color:#000;font-size:24px;font-weight:500;line-height:1.4"><?php esc_html_e('Testimonial documentation Form',wpshopmart_test_b_text_domain); ?></h1>                         
    6161                            </div> 
    6262
    6363<div class="col-md-12" style="margin-bottom: 30px;">
    64                         <div class="col-md-4">  <img width="100" height="20" style="width:310px;height:auto; margin-top: 20px;" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/wpshopmart-logo.png'; ?>" > </div>
    65                         <div class="col-md-8"><a class="btn btn-danger btn-lg " href="https://www.youtube.com/c/wpshopmart?sub_confirmation=1" target="_blank">Subscribe Our Channel</a>
    66                         <a class="btn btn-success btn-lg " href="https://www.youtube.com/c/wpshopmart" target="_blank">Check More Helping Videos</a></div>
     64                        <div class="col-md-4">  <img width="100" height="20" style="width:310px;height:auto; margin-top: 20px;" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/wpshopmart-logo.png'); ?>" > </div>
     65                        <div class="col-md-8"><a class="btn btn-danger btn-lg " href="https://www.youtube.com/c/wpshopmart?sub_confirmation=1" target="_blank"><?php esc_html_e('Subscribe Our Channel',wpshopmart_test_b_text_domain); ?></a>
     66                        <a class="btn btn-success btn-lg " href="https://www.youtube.com/c/wpshopmart" target="_blank"><?php esc_html_e('Check More Helping Videos',wpshopmart_test_b_text_domain); ?></a></div>
    6767                            </div>                             
    6868                            </br></br>
  • testimonial-builder/trunk/ink/admin/menu.php

    r2427122 r2606523  
    8282            break;
    8383            case 'count' :
    84             echo $TotalCount;
     84            echo esc_html($TotalCount);
    8585            break;
    8686          default :
     
    165165            }
    166166        </style>
    167            <h1>Follow Us On</h1>
    168            <h3>Youtube To Grab Free Web design Course & WordPress Help/Tips </h3>
    169             <a href="https://www.youtube.com/c/wpshopmart" target="_blank"><img style="width:200px;height:auto" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/youtube.png'; ?>" /></a>
    170             <a href="https://www.youtube.com/c/wpshopmart?sub_confirmation=1" target="_blank" class="button button-primary button-hero ">Subscribe Us Now</a>
     167           <h1><?php esc_html_e('Follow Us On',wpshopmart_test_b_text_domain); ?></h1>
     168           <h3><?php esc_html_e('Youtube To Grab Free Web design Course & WordPress Help/Tips',wpshopmart_test_b_text_domain); ?> </h3>
     169            <a href="https://www.youtube.com/c/wpshopmart" target="_blank"><img style="width:200px;height:auto" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/youtube.png'); ?>" /></a>
     170            <a href="https://www.youtube.com/c/wpshopmart?sub_confirmation=1" target="_blank" class="button button-primary button-hero "><?php esc_html_e('Subscribe Us Now', wpshopmart_test_b_text_domain); ?></a>
    171171            <?php
    172172    }
     
    216216            }
    217217        </style>
    218            <h1>Please Rate Us </h1>
    219             <h3>If you like our plugin then please give us some valuable feedback on wordpress</h3>
    220             <a href="https://wordpress.org/support/plugin/testimonial-builder/reviews/?filter=5" target="_blank" class="button button-primary button-hero ">RATE HERE</a>
     218           <h1><?php esc_html_e('Please Rate Us',wpshopmart_test_b_text_domain); ?> </h1>
     219            <h3><?php esc_html_e('If you like our plugin then please give us some valuable feedback on wordpress',wpshopmart_test_b_text_domain); ?></h3>
     220            <a href="https://wordpress.org/support/plugin/testimonial-builder/reviews/?filter=5" target="_blank" class="button button-primary button-hero "><?php esc_html_e('RATE HERE',wpshopmart_test_b_text_domain); ?></a>
    221221            <a class="wpsm-rate-us" style=" text-decoration: none; height: 40px; width: 40px;" href="https://wordpress.org/support/plugin/testimonial-builder/reviews/?filter=5" target="_blank">
    222222                <span class="dashicons dashicons-star-filled"></span>
     
    268268        </style>
    269269            <ul class="pro-list">
    270             <li> <i class="fa fa-check"></i>100+ Slider Templates </li>
    271             <li> <i class="fa fa-check"></i>50+ Grid Templates</li>
    272             <li> <i class="fa fa-check"></i>3d Testimonial Effect</li>
    273             <li> <i class="fa fa-check"></i>Front End Submission</li>
    274             <li> <i class="fa fa-check"></i>Filter Option</li>
    275                 <li><i class="fa fa-check"></i>10+ Column Layout</li>
    276             <li> <i class="fa fa-check"></i>Add Website Link</li>
    277             <li> <i class="fa fa-check"></i>Add Email Link </li>                               
    278             <li> <i class="fa fa-check"></i>Add Ratings</li>                               
    279             <li> <i class="fa fa-check"></i>Touch Slider Effect </li>   
    280             <li> <i class="fa fa-check"></i>1000+ FontAwesome Icons</li>
    281             <li> <i class="fa fa-check"></i>5+ Dot navigation Style</li>
    282             <li> <i class="fa fa-check"></i>5+ Button Navigation Style</li>
    283             <li> <i class="fa fa-check"></i>GDPR Supported </li>
    284             <li> <i class="fa fa-check"></i>Quotes Icon Settings </li>
    285             <li> <i class="fa fa-check"></i>500+ Google Fonts </li>
    286             <li> <i class="fa fa-check"></i>Border Color Customization </li>
    287             <li> <i class="fa fa-check"></i>Unlimited Color Scheme </li>
    288             <li> <i class="fa fa-check"></i>High Priority Support </li>
    289             <li> <i class="fa fa-check"></i>All Browser Compatible </li>
     270            <li> <i class="fa fa-check"></i><?php esc_html_e('100+ Slider Templates',wpshopmart_test_b_text_domain); ?> </li>
     271            <li> <i class="fa fa-check"></i><?php esc_html_e('50+ Grid Templates',wpshopmart_test_b_text_domain); ?></li>
     272            <li> <i class="fa fa-check"></i><?php esc_html_e('3d Testimonial Effect',wpshopmart_test_b_text_domain); ?></li>
     273            <li> <i class="fa fa-check"></i><?php esc_html_e('Front End Submission',wpshopmart_test_b_text_domain); ?></li>
     274            <li> <i class="fa fa-check"></i><?php esc_html_e('Filter Option',wpshopmart_test_b_text_domain); ?></li>
     275                <li><i class="fa fa-check"></i><?php esc_html_e('10+ Column Layout',wpshopmart_test_b_text_domain); ?></li>
     276            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Website Link',wpshopmart_test_b_text_domain); ?></li>
     277            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Email Link',wpshopmart_test_b_text_domain); ?> </li>                             
     278            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Ratings',wpshopmart_test_b_text_domain); ?></li>                             
     279            <li> <i class="fa fa-check"></i><?php esc_html_e('Touch Slider Effect',wpshopmart_test_b_text_domain); ?> </li>
     280            <li> <i class="fa fa-check"></i><?php esc_html_e('1000+ FontAwesome Icons',wpshopmart_test_b_text_domain); ?></li>
     281            <li> <i class="fa fa-check"></i><?php esc_html_e('5+ Dot navigation Style',wpshopmart_test_b_text_domain); ?></li>
     282            <li> <i class="fa fa-check"></i><?php esc_html_e('5+ Button Navigation Style',wpshopmart_test_b_text_domain); ?></li>
     283            <li> <i class="fa fa-check"></i><?php esc_html_e('GDPR Supported',wpshopmart_test_b_text_domain); ?> </li>
     284            <li> <i class="fa fa-check"></i><?php esc_html_e('Quotes Icon Settings',wpshopmart_test_b_text_domain); ?> </li>
     285            <li> <i class="fa fa-check"></i><?php esc_html_e('500+ Google Fonts',wpshopmart_test_b_text_domain); ?> </li>
     286            <li> <i class="fa fa-check"></i><?php esc_html_e('Border Color Customization',wpshopmart_test_b_text_domain); ?> </li>
     287            <li> <i class="fa fa-check"></i><?php esc_html_e('Unlimited Color Scheme',wpshopmart_test_b_text_domain); ?> </li>
     288            <li> <i class="fa fa-check"></i><?php esc_html_e('High Priority Support',wpshopmart_test_b_text_domain); ?> </li>
     289            <li> <i class="fa fa-check"></i><?php esc_html_e('All Browser Compatible',wpshopmart_test_b_text_domain); ?> </li>
    290290                                           
    291291            </ul>
    292292            <div class="pro-button-div">
    293                 <a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Check Pro Version</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank">Testimonial Pro Demo</a>
     293                <a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Check Pro Version',wpshopmart_test_b_text_domain); ?></a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank"><?php esc_html_e('Testimonial Pro Demo',wpshopmart_test_b_text_domain); ?></a>
    294294            </div>             
    295295        <?php
  • testimonial-builder/trunk/ink/admin/more-pro.php

    r2214948 r2606523  
    114114            }
    115115        </style>
    116         <h1>Recommended Premium Plugins From Wpshopmart</h1>
     116        <h1><?php esc_html_e('Recommended Premium Plugins From Wpshopmart',wpshopmart_test_b_text_domain); ?></h1>
    117117            <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
    118118                <div class="col-md-12">
     
    120120                        <a href="https://wpshopmart.com/plugins/coming-soon-pro/" target="_blank" title="Coming Soon Pro">
    121121                            <div class="wpsm-theme-container" style="">
    122                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    123                                 <div class="wpsm_product_wrapper">
    124                                     <h3>Coming Soon Pro <span>wordpress</span></h3>
    125                                     <span class="price"><span class="amount"></span></span>
    126                                     <div class="wpsm-btn-block" style="">
    127                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    128                                         <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
     122                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/csp.png'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     123                                <div class="wpsm_product_wrapper">
     124                                    <h3><?php esc_html_e('Coming Soon Pro',wpshopmart_test_b_text_domain); ?> <span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     125                                    <span class="price"><span class="amount"></span></span>
     126                                    <div class="wpsm-btn-block" style="">
     127                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     128                                        <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    129129                                    </div>
    130130                                </div>
     
    136136                        <a href="https://wpshopmart.com/plugins/colorbox-pro/" target="_blank" title="ColorBox Pro">
    137137                            <div class="wpsm-theme-container" style="">
    138                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    139                                 <div class="wpsm_product_wrapper">
    140                                     <h3>ColorBox Pro <span>wordpress</span></h3>
    141                                     <span class="price"><span class="amount"></span></span>
    142                                     <div class="wpsm-btn-block" style="">
    143                                                                        
    144                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    145                                         <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
     138                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/cb.png'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     139                                <div class="wpsm_product_wrapper">
     140                                    <h3><?php esc_html_e('ColorBox Pro',wpshopmart_test_b_text_domain); ?> <span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     141                                    <span class="price"><span class="amount"></span></span>
     142                                    <div class="wpsm-btn-block" style="">
     143                                                                       
     144                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     145                                        <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    146146                                    </div>
    147147                                </div>
     
    152152                        <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank" title="Accordion Pro">
    153153                            <div class="wpsm-theme-container" style="">
    154                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    155                                 <div class="wpsm_product_wrapper">
    156                                     <h3>Accordion Pro<span>wordpress</span></h3>
    157                                     <span class="price"><span class="amount"></span></span>
    158                                     <div class="wpsm-btn-block" style="">
    159                                                                        
    160                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    161                                         <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
     154                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/ac.png'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     155                                <div class="wpsm_product_wrapper">
     156                                    <h3><?php esc_html_e('Accordion Pro',wpshopmart_test_b_text_domain); ?><span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     157                                    <span class="price"><span class="amount"></span></span>
     158                                    <div class="wpsm-btn-block" style="">
     159                                                                       
     160                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     161                                        <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    162162                                    </div>
    163163                                </div>
     
    168168                        <a href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank" title="Accordion Pro">
    169169                            <div class="wpsm-theme-container" style="">
    170                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/tabs-pro.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    171                                 <div class="wpsm_product_wrapper">
    172                                     <h3>Tabs Pro<span>wordpress</span></h3>
    173                                     <span class="price"><span class="amount"></span></span>
    174                                     <div class="wpsm-btn-block" style="">
    175                                                                        
    176                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    177                                         <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" class="portfolio_demo_btn pull-right">View Demo</a>
     170                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/tabs-pro.png'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     171                                <div class="wpsm_product_wrapper">
     172                                    <h3><?php esc_html_e('Tabs Pro',wpshopmart_test_b_text_domain); ?><span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     173                                    <span class="price"><span class="amount"></span></span>
     174                                    <div class="wpsm-btn-block" style="">
     175                                                                       
     176                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     177                                        <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    178178                                    </div>
    179179                                </div>
     
    184184                        <a href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" target="_blank" title="Accordion Pro">
    185185                            <div class="wpsm-theme-container" style="">
    186                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/service-pro.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    187                                 <div class="wpsm_product_wrapper">
    188                                     <h3>Service Showcase Pro<span>wordpress</span></h3>
    189                                     <span class="price"><span class="amount"></span></span>
    190                                     <div class="wpsm-btn-block" style="">
    191                                                                        
    192                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    193                                         <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/service-showcase-pro-demo-for-wordpress/" class="portfolio_demo_btn pull-right">View Demo</a>
     186                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/service-pro.jpg'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     187                                <div class="wpsm_product_wrapper">
     188                                    <h3><?php esc_html_e('Service Showcase Pro',wpshopmart_test_b_text_domain); ?><span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     189                                    <span class="price"><span class="amount"></span></span>
     190                                    <div class="wpsm-btn-block" style="">
     191                                                                       
     192                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     193                                        <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/service-showcase-pro-demo-for-wordpress/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    194194                                    </div>
    195195                                </div>
     
    200200                        <a href="https://wpshopmart.com/plugins/counter-numbers-pro/" target="_blank" title="Accordion Pro">
    201201                            <div class="wpsm-theme-container" style="">
    202                                 <img width="700" height="394" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/counters.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
    203                                 <div class="wpsm_product_wrapper">
    204                                     <h3>Counter Number Pro<span>wordpress</span></h3>
    205                                     <span class="price"><span class="amount"></span></span>
    206                                     <div class="wpsm-btn-block" style="">
    207                                                                        
    208                                         <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/counter-numbers-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
    209                                         <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/counter-number-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
     202                                <img width="700" height="394" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/counters.jpg'); ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
     203                                <div class="wpsm_product_wrapper">
     204                                    <h3><?php esc_html_e('Counter Number Pro',wpshopmart_test_b_text_domain); ?><span><?php esc_html_e('wordpress',wpshopmart_test_b_text_domain); ?></span></h3>
     205                                    <span class="price"><span class="amount"></span></span>
     206                                    <div class="wpsm-btn-block" style="">
     207                                                                       
     208                                        <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/counter-numbers-pro/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_test_b_text_domain); ?></a>
     209                                        <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/counter-number-pro/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    210210                                    </div>
    211211                                </div>
  • testimonial-builder/trunk/ink/admin/settings.php

    r1945941 r2606523  
    11<?php
    22if ( ! defined( 'ABSPATH' ) ) exit;
     3
     4 $wpsm_nonce = wp_create_nonce( 'wpsm_nonce_save_settings_values' );
    35  $De_Settings = unserialize(get_option('test_B_default_Settings'));
    46  $PostId = $post->ID;
     
    4951        });
    5052       
    51         jQuery( "#test_mb_name_ft_size_id" ).slider("value",<?php if(isset ($test_mb_name_font_size)) { echo $test_mb_name_font_size ;} else {echo "19"; } ?> );
     53        jQuery( "#test_mb_name_ft_size_id" ).slider("value",<?php if(isset ($test_mb_name_font_size)) { echo esc_attr($test_mb_name_font_size) ;} else {echo "19"; } ?> );
    5254        jQuery( "#test_mb_name_font_size" ).val( jQuery( "#test_mb_name_ft_size_id" ).slider( "value") );
    5355   
     
    6870        });
    6971       
    70         jQuery( "#test_mb_deg_font_size_id" ).slider("value",<?php if(isset ($test_mb_deg_font_size)) { echo $test_mb_deg_font_size ;} else {echo "19"; } ?> );
     72        jQuery( "#test_mb_deg_font_size_id" ).slider("value",<?php if(isset ($test_mb_deg_font_size)) { echo esc_attr($test_mb_deg_font_size) ;} else {echo "19"; } ?> );
    7173        jQuery( "#test_mb_deg_font_size" ).val( jQuery( "#test_mb_deg_font_size_id" ).slider( "value") );
    7274   
     
    8789        });
    8890       
    89         jQuery( "#test_mb_desc_ft_size_id" ).slider("value",<?php if(isset ($test_mb_desc_ft_size)) { echo $test_mb_desc_ft_size ;} else {echo "19"; } ?> );
     91        jQuery( "#test_mb_desc_ft_size_id" ).slider("value",<?php if(isset ($test_mb_desc_ft_size)) { echo esc_attr($test_mb_desc_ft_size) ;} else {echo "19"; } ?> );
    9092        jQuery( "#test_mb_desc_ft_size" ).val( jQuery( "#test_mb_desc_ft_size_id" ).slider( "value") );
    9193   
     
    107109        });
    108110       
    109         jQuery( "#test_mb_web_link_font_size_id" ).slider("value",<?php if(isset ($test_mb_web_link_font_size)) { echo $test_mb_web_link_font_size ;} else {echo "19"; } ?> );
     111        jQuery( "#test_mb_web_link_font_size_id" ).slider("value",<?php if(isset ($test_mb_web_link_font_size)) { echo esc_attr($test_mb_web_link_font_size) ;} else {echo "19"; } ?> );
    110112        jQuery( "#test_mb_web_link_font_size" ).val( jQuery( "#test_mb_web_link_font_size_id" ).slider( "value") );
    111113   
     
    127129        });
    128130       
    129         jQuery( "#test_mb_content_font_size_id" ).slider("value",<?php if(isset ($test_mb_content_font_size)) { echo $test_mb_content_font_size ;} else {echo "19"; } ?> );
     131        jQuery( "#test_mb_content_font_size_id" ).slider("value",<?php if(isset ($test_mb_content_font_size)) { echo esc_attr($test_mb_content_font_size) ;} else {echo "19"; } ?> );
    130132        jQuery( "#test_mb_content_font_size" ).val( jQuery( "#test_mb_content_font_size_id" ).slider( "value") );
    131133   
     
    181183
    182184 ?>
    183  
     185<input type="hidden" name="wpsm_security" value="<?php echo esc_attr( $wpsm_nonce ); ?>">
    184186<input type="hidden" id="test_b_setting_save_action" name="test_b_setting_save_action" value="test_b_setting_save_action"/>
    185187
     
    187189    <tbody>
    188190        <tr>
    189             <th scope="row"><label><?php _e('Testimonial Name Color',wpshopmart_test_b_text_domain); ?></label>
     191            <th scope="row"><label><?php esc_html_e('Testimonial Name Color',wpshopmart_test_b_text_domain); ?></label>
    190192                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_name_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    191193            </th>
    192194            <td>
    193                 <input id="test_mb_name_clr" name="test_mb_name_clr" type="text" value="<?php echo $test_mb_name_clr; ?>" class="my-color-field" data-default-color="#e8e8e8" />
     195                <input id="test_mb_name_clr" name="test_mb_name_clr" type="text" value="<?php echo esc_attr($test_mb_name_clr); ?>" class="my-color-field" data-default-color="#e8e8e8" />
    194196                <div id="test_mb_name_clr_tp" style="display:none;">
    195197                    <div style="color:#fff !important;padding:10px;">
    196                         <h2 style="color:#fff !important;"><?php _e('Update Your Testimonial Name Color Here',wpshopmart_test_b_text_domain); ?></h2>
    197                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/tooltip/img/name-clr.png'; ?>">
    198                     </div>
    199                 </div>
    200             </td>
    201         </tr>
    202        
    203         <tr>
    204             <th scope="row"><label><?php _e('Testimonial Designation Color',wpshopmart_test_b_text_domain); ?></label>
     198                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Your Testimonial Name Color Here',wpshopmart_test_b_text_domain); ?></h2>
     199                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/tooltip/img/name-clr.png'); ?>">
     200                    </div>
     201                </div>
     202            </td>
     203        </tr>
     204       
     205        <tr>
     206            <th scope="row"><label><?php esc_html_e('Testimonial Designation Color',wpshopmart_test_b_text_domain); ?></label>
    205207                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_pos_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    206208            </th>
    207209            <td>
    208                 <input id="test_mb_deg_clr" name="test_mb_deg_clr" type="text" value="<?php echo $test_mb_deg_clr; ?>" class="my-color-field" data-default-color="#e8e8e8" />
     210                <input id="test_mb_deg_clr" name="test_mb_deg_clr" type="text" value="<?php echo esc_attr($test_mb_deg_clr); ?>" class="my-color-field" data-default-color="#e8e8e8" />
    209211                <div id="test_mb_pos_clr_tp" style="display:none;">
    210212                    <div style="color:#fff !important;padding:10px;">
    211                         <h2 style="color:#fff !important;"><?php _e('Update Your Testimonial Designation Color Here',wpshopmart_test_b_text_domain); ?></h2>
    212                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/tooltip/img/desig-color.png'; ?>">
    213                     </div>
    214                 </div>
    215             </td>
    216         </tr>
    217        
    218         <tr>
    219             <th scope="row"><label><?php _e('Website Link Color',wpshopmart_test_b_text_domain); ?></label>
     213                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Your Testimonial Designation Color Here',wpshopmart_test_b_text_domain); ?></h2>
     214                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/tooltip/img/desig-color.png'); ?>">
     215                    </div>
     216                </div>
     217            </td>
     218        </tr>
     219       
     220        <tr>
     221            <th scope="row"><label><?php esc_html_e('Website Link Color',wpshopmart_test_b_text_domain); ?></label>
    220222                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_desc_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    221223            </th>
    222224            <td>
    223                 <input id="test_mb_web_link_clr" name="test_mb_web_link_clr" type="text" value="<?php echo $test_mb_web_link_clr; ?>" class="my-color-field" data-default-color="#e8e8e8" />
     225                <input id="test_mb_web_link_clr" name="test_mb_web_link_clr" type="text" value="<?php echo esc_attr($test_mb_web_link_clr); ?>" class="my-color-field" data-default-color="#e8e8e8" />
    224226                <div id="test_mb_desc_clr_tp" style="display:none;">
    225227                    <div style="color:#fff !important;padding:10px;">
    226                         <h2 style="color:#fff !important;"><?php _e('Update Your Testimonial Website Link Color Here',wpshopmart_test_b_text_domain); ?></h2>
    227                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/tooltip/img/link-clr.png'; ?>">
    228                     </div>
    229                 </div>
    230             </td>
    231         </tr>
    232        
    233         <tr>
    234             <th scope="row"><label><?php _e('Testimonial Description Color',wpshopmart_test_b_text_domain); ?></label>
     228                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Your Testimonial Website Link Color Here',wpshopmart_test_b_text_domain); ?></h2>
     229                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/tooltip/img/link-clr.png'); ?>">
     230                    </div>
     231                </div>
     232            </td>
     233        </tr>
     234       
     235        <tr>
     236            <th scope="row"><label><?php esc_html_e('Testimonial Description Color',wpshopmart_test_b_text_domain); ?></label>
    235237            <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_social_icon_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    236238           
    237239            </th>
    238240            <td>
    239                 <input id="test_mb_content_clr" name="test_mb_content_clr" type="text" value="<?php echo $test_mb_content_clr; ?>" class="my-color-field" data-default-color="#e8e8e8" />
     241                <input id="test_mb_content_clr" name="test_mb_content_clr" type="text" value="<?php echo esc_attr($test_mb_content_clr); ?>" class="my-color-field" data-default-color="#e8e8e8" />
    240242                <div id="test_mb_social_icon_clr_tp" style="display:none;">
    241243                    <div style="color:#fff !important;padding:10px;">
    242                         <h2 style="color:#fff !important;"><?php _e('Update Your Testimonial Description Color Here',wpshopmart_test_b_text_domain); ?></h2>
    243                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/tooltip/img/desc-color.png'; ?>">
     244                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Your Testimonial Description Color Here',wpshopmart_test_b_text_domain); ?></h2>
     245                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/tooltip/img/desc-color.png'); ?>">
    244246                    </div>
    245247                </div>
     
    252254       
    253255        <tr class="setting_color">
    254             <th><label><?php _e('Name Font Size',wpshopmart_test_b_text_domain); ?></label>
     256            <th><label><?php esc_html_e('Name Font Size',wpshopmart_test_b_text_domain); ?></label>
    255257                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_social_icon_bg_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    256258            </th>
     
    260262                <div id="title_size_tp" style="display:none;">
    261263                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    262                         <h2 style="color:#fff !important;">You can update Name Font Size from here. Just Scroll it to change size.</h2>
     264                        <h2 style="color:#fff !important;"><?php esc_html_e('You can update Name Font Size from here. Just Scroll it to change size.',wpshopmart_test_b_text_domain)?></h2>
    263265                    </div>
    264266                </div>
     
    269271       
    270272        <tr class="setting_color">
    271             <th><label><?php _e('Designation Font Size',wpshopmart_test_b_text_domain); ?></label>
     273            <th><label><?php esc_html_e('Designation Font Size',wpshopmart_test_b_text_domain); ?></label>
    272274                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_social_icon_bg_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    273275            </th>
     
    277279                <div id="title_size_tp" style="display:none;">
    278280                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    279                         <h2 style="color:#fff !important;">You can update Designation Font Size from here. Just Scroll it to change size.</h2>
     281                        <h2 style="color:#fff !important;"><?php esc_html_e('You can update Designation Font Size from here. Just Scroll it to change size.',wpshopmart_test_b_text_domain); ?></h2>
    280282                    </div>
    281283                </div>
     
    285287       
    286288        <tr class="setting_color">
    287             <th><label><?php _e('Website Link Font Size',wpshopmart_test_b_text_domain); ?></label>
     289            <th><label><?php esc_html_e('Website Link Font Size',wpshopmart_test_b_text_domain); ?></label>
    288290                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_social_icon_bg_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    289291            </th>
     
    293295                <div id="title_size_tp" style="display:none;">
    294296                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    295                         <h2 style="color:#fff !important;">You can update Website Link Font Size from here. Just Scroll it to change size.</h2>
     297                        <h2 style="color:#fff !important;"><?php esc_html_e('You can update Website Link Font Size from here. Just Scroll it to change size.',wpshopmart_test_b_text_domain); ?></h2>
    296298                    </div>
    297299                </div>
     
    300302       
    301303        <tr class="setting_color">
    302             <th><label><?php _e('Testimonial Description Font Size',wpshopmart_test_b_text_domain); ?></label>
     304            <th><label><?php esc_html_e('Testimonial Description Font Size',wpshopmart_test_b_text_domain); ?></label>
    303305                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_social_icon_bg_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    304306            </th>
     
    308310                <div id="title_size_tp" style="display:none;">
    309311                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    310                         <h2 style="color:#fff !important;">You can update Testimonial Description Size from here. Just Scroll it to change size.</h2>
     312                        <h2 style="color:#fff !important;"><?php esc_html_e('You can update Testimonial Description Size from here. Just Scroll it to change size.',wpshopmart_test_b_text_domain); ?></h2>
    311313                    </div>
    312314                </div>
     
    316318       
    317319        <tr >
    318             <th><label><?php _e('Font Style/Family',wpshopmart_test_b_text_domain); ?></label>
     320            <th><label><?php esc_html_e('Font Style/Family',wpshopmart_test_b_text_domain); ?></label>
    319321                <a  class="ac_tooltip" href="#help" data-tooltip="#font_family_tp"><i class="fa fa-lightbulb-o"></i></a>
    320322            </th>
     
    344346                <div id="font_family_tp" style="display:none;">
    345347                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    346                         <h2 style="color:#fff !important;">You can update Testimonial name , designation and Description Font Family/Style from here. Select any one form these options.</h2>
     348                        <h2 style="color:#fff !important;"><?php esc_html_e('You can update Testimonial name , designation and Description Font Family/Style from here. Select any one form these options.',wpshopmart_test_b_text_domain); ?></h2>
    347349                   
    348350                    </div>
    349351                </div>
    350                 <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Get 500+ Google Fonts In Premium Version</a> </div>
    351            
    352             </td>
    353         </tr>
    354        
    355        
    356         <tr>
    357             <th><label><?php _e('Testimonial Column Display layout ',wpshopmart_test_b_text_domain); ?> </label>
     352                <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Get 500+ Google Fonts In Premium Version',wpshopmart_test_b_text_domain); ?></a> </div>
     353           
     354            </td>
     355        </tr>
     356       
     357       
     358        <tr>
     359            <th><label><?php esc_html_e('Testimonial Column Display layout ',wpshopmart_test_b_text_domain); ?> </label>
    358360                <a  class="ac_tooltip" href="#help" data-tooltip="#test_layout_tp"><i class="fa fa-lightbulb-o"></i></a>
    359361            </th>
    360362            <td>
    361363                <select name="test_layout" id="test_layout" class="standard-dropdown" style="width:100%" >
    362                         <option value="12"  <?php if($test_layout == '12') { echo "selected"; } ?>>One Column Layout</option>
    363                         <option value="6"  <?php if($test_layout == '6') { echo "selected"; } ?>>Two Column Layout</option>
    364                         <option value="4"  <?php if($test_layout == '4') { echo "selected"; } ?>>Three Column Layout</option>
     364                        <option value="12"  <?php if($test_layout == '12') { echo "selected"; } ?>><?php esc_html_e('One Column Layout',wpshopmart_test_b_text_domain); ?></option>
     365                        <option value="6"  <?php if($test_layout == '6') { echo "selected"; } ?>><?php esc_html_e('Two Column Layout',wpshopmart_test_b_text_domain); ?></option>
     366                        <option value="4"  <?php if($test_layout == '4') { echo "selected"; } ?>><?php esc_html_e('Three Column Layout',wpshopmart_test_b_text_domain); ?></option>
    365367                       
    366368
     
    368370                <div id="test_layout_tp" style="display:none;">
    369371                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    370                         <h2 style="color:#fff !important;">Testimonial Column Display layout</h2>
    371                     </div>
    372                 </div>
    373                 <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Unlock 6+ More Display layouts In Premium Version</a> </div>
    374            
    375             </td>
    376         </tr>
    377         <tr>
    378             <th scope="row"><label><?php _e('Testimonial Background Color For Design-2',wpshopmart_test_b_text_domain); ?></label>
     372                        <h2 style="color:#fff !important;"><?php esc_html_e('Testimonial Column Display layout',wpshopmart_test_b_text_domain); ?></h2>
     373                    </div>
     374                </div>
     375                <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Unlock 6+ More Display layouts In Premium Version',wpshopmart_test_b_text_domain); ?></a> </div>
     376           
     377            </td>
     378        </tr>
     379        <tr>
     380            <th scope="row"><label><?php esc_html_e('Testimonial Background Color For Design-2',wpshopmart_test_b_text_domain); ?></label>
    379381                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_desc_clr_tp"><i class="fa fa-lightbulb-o"></i></a>
    380382            </th>
    381383            <td>
    382                 <input id="bgclr_style2" name="bgclr_style2" type="text" value="<?php echo $bgclr_style2; ?>" class="my-color-field" data-default-color="#e8e8e8" />
     384                <input id="bgclr_style2" name="bgclr_style2" type="text" value="<?php echo esc_attr($bgclr_style2); ?>" class="my-color-field" data-default-color="#e8e8e8" />
    383385                <div id="test_mb_desc_clr_tp" style="display:none;">
    384386                    <div style="color:#fff !important;padding:10px;">
    385                         <h2 style="color:#fff !important;"><?php _e('Update Your testimonial Design Background Color Here',wpshopmart_test_b_text_domain); ?></h2>
    386                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/tooltip/img/background.png'; ?>">
     387                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Your testimonial Design Background Color Here',wpshopmart_test_b_text_domain); ?></h2>
     388                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/tooltip/img/background.png'); ?>">
    387389                    </div>
    388390                </div>
     
    391393
    392394        <tr class="setting_color">
    393             <th><label><?php _e('Website Link Label',wpshopmart_test_b_text_domain); ?></label>
     395            <th><label><?php esc_html_e('Website Link Label',wpshopmart_test_b_text_domain); ?></label>
    394396                <a  class="ac_tooltip" href="#help" data-tooltip="#test_mb_web_link_label_tp"><i class="fa fa-lightbulb-o"></i></a>
    395397            </th>
    396398            <td>
    397                 <input type="text" class="wpsm_ac_label_text" id="test_mb_web_link_label" name="test_mb_web_link_label"  value="<?php echo $test_mb_web_link_label; ?>">
     399                <input type="text" class="wpsm_ac_label_text" id="test_mb_web_link_label" name="test_mb_web_link_label"  value="<?php echo esc_attr($test_mb_web_link_label); ?>">
    398400                <div id="test_mb_web_link_label_tp" style="display:none;">
    399401                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    400                         <h2 style="color:#fff !important;">Update Website Link Label Here</h2>
    401                     </div>
    402                 </div>
    403                 <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Unlock more option like Ratings, emailid and webiste with link in Premium Version</a> </div>
     402                        <h2 style="color:#fff !important;"><?php esc_html_e('Update Website Link Label Here',wpshopmart_test_b_text_domain); ?></h2>
     403                    </div>
     404                </div>
     405                <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Unlock more option like Ratings, emailid and webiste with link in Premium Version',wpshopmart_test_b_text_domain); ?></a> </div>
    404406           
    405407            </td>
     
    407409       
    408410        <tr>
    409             <th><label><?php _e('Testimonial Image Design ',wpshopmart_test_b_text_domain); ?> </label>
     411            <th><label><?php esc_html_e('Testimonial Image Design ',wpshopmart_test_b_text_domain); ?> </label>
    410412                <a  class="ac_tooltip" href="#help" data-tooltip="#test_image_layout_tp"><i class="fa fa-lightbulb-o"></i></a>
    411413            </th>
    412414            <td>
    413415                <select name="test_image_layout" id="test_image_layout" class="standard-dropdown" style="width:100%" >
    414                         <option value="1"  <?php if($test_image_layout == '1') { echo "selected"; } ?>>Rectangle </option>
    415                         <option value="2"  <?php if($test_image_layout == '2') { echo "selected"; } ?>>Circle</option>
     416                        <option value="1"  <?php if($test_image_layout == '1') { echo "selected"; } ?>><?php esc_html_e('Rectangle',wpshopmart_test_b_text_domain); ?></option>
     417                        <option value="2"  <?php if($test_image_layout == '2') { echo "selected"; } ?>><?php esc_html_e('Circle',wpshopmart_test_b_text_domain); ?></option>
    416418                       
    417419
     
    419421                <div id="test_image_layout_tp" style="display:none;">
    420422                    <div style="color:#fff !important;padding:10px;max-width: 300px;">
    421                         <h2 style="color:#fff !important;">Select Testimonial Image Design Style Here</h2>
    422                     </div>
    423                 </div>
    424                 <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Unlock 150+ testimonial design templates with different image style in Premium Version</a> </div>
     423                        <h2 style="color:#fff !important;"><?php esc_html_e('Select Testimonial Image Design Style Here',wpshopmart_test_b_text_domain); ?></h2>
     424                    </div>
     425                </div>
     426                <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Unlock 150+ testimonial design templates with different image style in Premium Version',wpshopmart_test_b_text_domain); ?></a> </div>
    425427           
    426428            </td>
  • testimonial-builder/trunk/ink/admin/test-shortcode-css.php

    r1512719 r2606523  
    1919           
    2020        </style>
    21         <h3>Testimonial Shortcode</h3>
     21        <h3><?php esc_html_e('Testimonial Shortcode',wpshopmart_test_b_text_domain); ?></h3>
    2222        <p><?php _e("Use below shortcode in any Page/Post to publish your Testimonial", wpshopmart_test_b_text_domain);?></p>
    2323        <input readonly="readonly" type="text" value="<?php echo "[TEST_B id=".get_the_ID()."]"; ?>">
     
    3535        <br /><br />
    3636           
    37         <h3>Custom Css</h3>
    38         <textarea name="custom_css" id="custom_css" style="width:100% !important ;height:300px;background:#ECECEC;"><?php echo $custom_css ; ?></textarea>
    39         <p>Enter Css without <strong>&lt;style&gt; &lt;/style&gt; </strong> tag</p>
     37        <h3><?php esc_html_e('Custom Css',wpshopmart_test_b_text_domain); ?></h3>
     38        <textarea name="custom_css" id="custom_css" style="width:100% !important ;height:300px;background:#ECECEC;"><?php echo esc_html($custom_css); ?></textarea>
     39        <p><?php esc_html_e('Enter Css without ',wpshopmart_test_b_text_domain); ?><strong>&lt;style&gt; &lt;/style&gt; </strong><?php esc_html_e('tag',wpshopmart_test_b_text_domain); ?></p>
    4040        <br>
    4141       
    4242        <?php if(isset($Settings['custom_css'])){ ?>
    43         <h3>Add This Testimonial settings as default setting for new Testimonial</h3>
     43        <h3><?php esc_html_e('Add This Testimonial settings as default setting for new Testimonial',wpshopmart_test_b_text_domain); ?></h3>
    4444        <div class="">
    45             <a  class="button button-primary button-hero" name="updte_wpsm_team_b_default_settings" id="updte_wpsm_team_b_default_settings" onclick="wpsm_update_default()">Update Default Settings</a>
     45            <a  class="button button-primary button-hero" name="updte_wpsm_team_b_default_settings" id="updte_wpsm_team_b_default_settings" onclick="wpsm_update_default()"><?php esc_html_e('Update Default Settings',wpshopmart_test_b_text_domain); ?></a>
    4646        </div> 
    4747        <?php } ?>
  • testimonial-builder/trunk/ink/install/installation.php

    r2580760 r2606523  
    4242    <div class="notice notice-info is-dismissible wpsm-testi-b-review-notice">
    4343        <div style="float:left;margin-right:10px;margin-bottom:5px;">
    44             <img style="width:100%;width: 150px;height: auto;" src="<?php echo wpshopmart_test_b_directory_url.'assets/images/icon-show.png'; ?>" />
     44            <img style="width:100%;width: 150px;height: auto;" src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/icon-show.png'); ?>" />
    4545        </div>
    46         <p style="font-size:17px;">'Hi! We saw you have been using <strong>Testimonial Builder plugin</strong> for a few days and wanted to ask for your help to <strong>make the plugin better</strong>.We just need a minute of your time to rate the plugin. Thank you!</p>
     46        <p style="font-size:17px;"><?php esc_html_e('Hi! We saw you have been using',wpshopmart_test_b_text_domain); ?><strong><?php esc_html_e('Testimonial Builder plugin',wpshopmart_test_b_text_domain); ?></strong><?php esc_html_e(' for a few days and wanted to ask for your help to ',wpshopmart_test_b_text_domain); ?><strong><?php esc_html_e('make the plugin better',wpshopmart_test_b_text_domain); ?></strong><?php esc_html_e('.We just need a minute of your time to rate the plugin. Thank you!',wpshopmart_test_b_text_domain); ?></p>
    4747        <p style="font-size:17px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
    4848        <p style="font-size:18px;">
     
    205205                <div class="texture-layer">
    206206                    <div class="col-md-3">
    207                         <img src="<?php echo wpshopmart_test_b_directory_url.'assets/images/testimonial-intro.png'; ?>"  class="img-responsive"/>
     207                        <img src="<?php echo esc_url(wpshopmart_test_b_directory_url.'assets/images/testimonial-intro.png'); ?>"  class="img-responsive"/>
    208208                   
    209209                    </div>
     
    213213                        <div class="col-md-9">
    214214                            <div class="wpsm_ac_h_b col-md-6" style="text-align:left">
    215                                 <a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank">Buy Pro Version</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank">View Demo</a>
     215                                <a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/testimonial-pro/" target="_blank"><?php esc_html_e('Buy Pro Version',wpshopmart_test_b_text_domain); ?></a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/testimonial-pro-demo/" target="_blank"><?php esc_html_e('View Demo',wpshopmart_test_b_text_domain); ?></a>
    216216                            </div>                             
    217217                            <div class="col-md-6" style="text-align:left">                         
    218                                 <h1 style="color:#fff;font-size:34px;font-weight:800">Testimonial Pro Features</h1>                         
     218                                <h1 style="color:#fff;font-size:34px;font-weight:800"><?php esc_html_e('Testimonial Pro Features',wpshopmart_test_b_text_domain); ?></h1>                           
    219219                            </div>                 
    220220                       
     
    223223                                    <div class="col-md-3 pad-o">
    224224                                        <ul>
    225                                             <li> <i class="fa fa-check"></i>100+ Slider Templates </li>
    226                                             <li> <i class="fa fa-check"></i>50+ Grid Templates</li>
    227                                             <li> <i class="fa fa-check"></i>4+ Video Testimonial Templates</li>
    228                                             <li> <i class="fa fa-check"></i>3d Testimonial Effect</li>
    229                                             <li> <i class="fa fa-check"></i>Front End Submission</li>
    230                                             <li> <i class="fa fa-check"></i>Filter Option</li>
     225                                            <li> <i class="fa fa-check"></i><?php esc_html_e('100+ Slider Templates',wpshopmart_test_b_text_domain); ?> </li>
     226                                            <li> <i class="fa fa-check"></i><?php esc_html_e('50+ Grid Templates',wpshopmart_test_b_text_domain); ?></li>
     227                                            <li> <i class="fa fa-check"></i><?php esc_html_e('4+ Video Testimonial Templates',wpshopmart_test_b_text_domain); ?></li>
     228                                            <li> <i class="fa fa-check"></i><?php esc_html_e('3d Testimonial Effect',wpshopmart_test_b_text_domain); ?></li>
     229                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Front End Submission',wpshopmart_test_b_text_domain); ?></li>
     230                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Filter Option',wpshopmart_test_b_text_domain); ?></li>
    231231                                           
    232232                                        </ul>
     
    234234                                    <div class="col-md-3 pad-o">
    235235                                        <ul>
    236                                             <li><i class="fa fa-check"></i>2+ Table Layouts</li>
    237                                             <li><i class="fa fa-check"></i>10+ Column Layout</li>
    238                                             <li> <i class="fa fa-check"></i>Add Website Link</li>
    239                                             <li> <i class="fa fa-check"></i>Add Email Link </li>                               
    240                                             <li> <i class="fa fa-check"></i>Add Ratings</li>                               
    241                                             <li> <i class="fa fa-check"></i>Touch Slider Effect </li>                               
    242                                         </ul>
    243                                     </div>
    244                                     <div class="col-md-3 pad-o">
    245                                         <ul>
    246                                             <li> <i class="fa fa-check"></i>1000+ FontAwesome Icons</li>
    247                                             <li> <i class="fa fa-check"></i>5+ Dot navigation Style</li>
    248                                             <li> <i class="fa fa-check"></i>5+ Button Navigation Style</li>
    249                                             <li> <i class="fa fa-check"></i>GDPR Supported </li>
    250                                             <li> <i class="fa fa-check"></i>Quotes Icon Settings </li>
     236                                            <li><i class="fa fa-check"></i><?php esc_html_e('2+ Table Layouts',wpshopmart_test_b_text_domain); ?></li>
     237                                            <li><i class="fa fa-check"></i><?php esc_html_e('10+ Column Layout',wpshopmart_test_b_text_domain); ?></li>
     238                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Website Link',wpshopmart_test_b_text_domain); ?></li>
     239                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Email Link',wpshopmart_test_b_text_domain); ?> </li>                             
     240                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Add Ratings',wpshopmart_test_b_text_domain); ?></li>                             
     241                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Touch Slider Effect',wpshopmart_test_b_text_domain); ?> </li>                             
     242                                        </ul>
     243                                    </div>
     244                                    <div class="col-md-3 pad-o">
     245                                        <ul>
     246                                            <li> <i class="fa fa-check"></i><?php esc_html_e('1000+ FontAwesome Icons',wpshopmart_test_b_text_domain); ?></li>
     247                                            <li> <i class="fa fa-check"></i><?php esc_html_e('5+ Dot navigation Style',wpshopmart_test_b_text_domain); ?></li>
     248                                            <li> <i class="fa fa-check"></i><?php esc_html_e('5+ Button Navigation Style',wpshopmart_test_b_text_domain); ?></li>
     249                                            <li> <i class="fa fa-check"></i><?php esc_html_e('GDPR Supported',wpshopmart_test_b_text_domain); ?></li>
     250                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Quotes Icon Settings',wpshopmart_test_b_text_domain); ?> </li>
    251251                                           
    252252                                        </ul>
     
    254254                                    <div class="col-md-3 pad-o">
    255255                                        <ul>
    256                                             <li> <i class="fa fa-check"></i>500+ Google Fonts </li>
    257                                             <li> <i class="fa fa-check"></i>Border Color Customization </li>
    258                                             <li> <i class="fa fa-check"></i>Advanced Settings Panel </li>
    259                                             <li> <i class="fa fa-check"></i>High Priority Support </li>
    260                                             <li> <i class="fa fa-check"></i>All Browser Compatible </li>
     256                                            <li> <i class="fa fa-check"></i><?php esc_html_e('500+ Google Fonts',wpshopmart_test_b_text_domain); ?> </li>
     257                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Border Color Customization',wpshopmart_test_b_text_domain); ?> </li>
     258                                            <li> <i class="fa fa-check"></i><?php esc_html_e('Advanced Settings Panel',wpshopmart_test_b_text_domain); ?> </li>
     259                                            <li> <i class="fa fa-check"></i><?php esc_html_e('High Priority Support',wpshopmart_test_b_text_domain); ?> </li>
     260                                            <li> <i class="fa fa-check"></i><?php esc_html_e('All Browser Compatible',wpshopmart_test_b_text_domain); ?> </li>
    261261                                        </ul>
    262262                                    </div>
  • testimonial-builder/trunk/readme.txt

    r2580760 r2606523  
    44Tags: testimonial, testimonials, testimonial widget, testimonial shortcode, testimonial slider, blocks, testimonial showcase, add testimonials, add testimonials widget, advanced shortcode testimonial plugin, advanced testimonial showcase plugin,  best testimonial, carousel, case studies, client testimonial, clients, comments, company data, content slider, custom post type, custom testimonial, customer, customer comments, customer review, Customer Reviews, Customer Testimonial, customer testimonials, customers reviews, display testimonials, easy testimonial, easy testimonial slider, feedback, feedback slider, flat design, free testimonial, grid, grid style testimonial, list style testimonial, multiple testimonials, quote, quotes, rating, ratings, recommendation, reference, responsive, responsive slider, Responsive testimonial slider, review, reviews, rich snippets, rotator, rotators, shapedplugin, shortcode, shortcode plugin, showcase, sidebar, simple testimonial, slider, sliders, star rating, super, testimonial carousel, testimonial feed, testimonial layouts,  testimonials client, Testimonials Manager, Testimonials plugin, testimonials shortcode, testimonials widget, testimony, top,  unlimited testimonials, user comments, widgets, witness
    55Requires at least: 5.0
    6 Tested up to: 5.8
    7 Stable tag: 1.5.9
     6Tested up to: 5.8.1
     7Stable tag: 1.6.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    184184== Changelog ==
    185185
     186= 1.6.0 =
     187* WordPress issue resolved
     188
    186189= 1.5.9 =
    187190* compatible with wordpress 5.8 version
  • testimonial-builder/trunk/template/content.php

    r2194315 r2606523  
    4141   
    4242        ?>
    43         <div class="wpsm_testi_b_row" id="wpsm_testi_b_row_<?php echo $post_id; ?>">
     43        <div class="wpsm_testi_b_row" id="wpsm_testi_b_row_<?php echo esc_attr($post_id); ?>">
    4444            <?php
    4545            if($TotalCount>0)
  • testimonial-builder/trunk/template/design/index1.php

    r1512719 r2606523  
    33<style>
    44
    5 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testi_title{
    6     font-size:<?php echo $test_mb_name_font_size; ?>px !important;
    7     color:<?php echo $test_mb_name_clr; ?> !important;
    8     font-family:'<?php  echo $test_font_family; ?>';
     5#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testi_title{
     6    font-size:<?php echo esc_attr($test_mb_name_font_size); ?>px !important;
     7    color:<?php echo esc_attr($test_mb_name_clr); ?> !important;
     8    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    99    margin-top: 12px !important;
    1010    margin-bottom: 8px !important;
    1111    padding:0px !important;
    1212}
    13 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testi_title > small{
    14     font-size:<?php echo $test_mb_deg_font_size; ?>px !important;
    15     color:<?php echo $test_mb_deg_clr; ?> !important;
    16     font-family:'<?php  echo $test_font_family; ?>';
     13#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testi_title > small{
     14    font-size:<?php echo esc_attr($test_mb_deg_font_size); ?>px !important;
     15    color:<?php echo esc_attr($test_mb_deg_clr); ?> !important;
     16    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    1717}
    18 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testi_links{
    19     font-size:<?php echo $test_mb_web_link_font_size; ?>px !important;
    20     color:<?php echo $test_mb_web_link_clr; ?> !important;
    21     font-family:'<?php  echo $test_font_family; ?>';
     18#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testi_links{
     19    font-size:<?php echo esc_attr($test_mb_web_link_font_size); ?>px !important;
     20    color:<?php echo esc_attr($test_mb_web_link_clr); ?> !important;
     21    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    2222}
    23 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testi_description{
    24     font-size:<?php echo $test_mb_content_font_size; ?>px !important;
    25     color:<?php echo $test_mb_content_clr; ?> !important;
    26     font-family:'<?php  echo $test_font_family; ?>';
     23#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testi_description{
     24    font-size:<?php echo esc_attr($test_mb_content_font_size); ?>px !important;
     25    color:<?php echo esc_attr($test_mb_content_clr); ?> !important;
     26    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    2727    font-weight: 400;
    2828}
    29 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testi_pic > img{
     29#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testi_pic > img{
    3030    <?php  if($test_image_layout=="2") { ?>
    3131        border-radius: 50% !important;
     
    3434    <?php } ?>
    3535}
    36 <?php echo $custom_css; ?>
     36<?php echo esc_attr($custom_css); ?>
    3737</style>
    3838 <?php
     
    7070 ?>
    7171   
    72             <div class="wpsm_col-md-<?php echo $test_layout; ?> wpsm_testimonial_2">
     72            <div class="wpsm_col-md-<?php echo esc_attr($test_layout); ?> wpsm_testimonial_2">
    7373               
    7474                    <div class="wpsm_testi_review">
    7575                        <div class="wpsm_testi_pic">
    76                             <img src="<?php echo $img_url; ?>" alt="<?php echo $mb_name; ?>">
     76                            <img src="<?php echo esc_url($img_url); ?>" alt="<?php echo esc_html($mb_name); ?>">
    7777                        </div>
    7878                        <h4 class="wpsm_testi_title">
    79                             <?php echo $mb_name; ?>
    80                             <?php if($mb_deg!=""){ ?><small><?php echo $mb_deg; ?></small><?php } ?>
     79                            <?php echo esc_html($mb_name); ?>
     80                            <?php if($mb_deg!=""){ ?><small><?php echo esc_html($mb_deg); ?></small><?php } ?>
    8181                        </h4>
    8282                        <?php if($mb_website!=""){ ?>
    83                             <a class="wpsm_testi_links" href="<?php echo $mb_website; ?>" target="_blank"><?php echo $test_mb_web_link_label; ?></a>
     83                            <a class="wpsm_testi_links" href="<?php echo esc_url($mb_website); ?>" target="_blank"><?php echo esc_html($test_mb_web_link_label); ?></a>
    8484                        <?php } ?>
    8585                    </div>
    8686                    <?php if($mb_desc!=""){ ?>
    8787                        <p class="wpsm_testi_description">
    88                             <?php echo $mb_desc; ?>
     88                            <?php echo esc_html($mb_desc); ?>
    8989                        </p>
    9090                    <?php } ?>
  • testimonial-builder/trunk/template/design/index2.php

    r2427122 r2606523  
    33<style>
    44
    5 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial .wpsm_testimonial-title{
    6     font-size:<?php echo $test_mb_name_font_size; ?>px !important;
    7     color:<?php echo $test_mb_name_clr; ?> !important;
    8     font-family:'<?php  echo $test_font_family; ?>';
     5#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial .wpsm_testimonial-title{
     6    font-size:<?php echo esc_attr($test_mb_name_font_size); ?>px !important;
     7    color:<?php echo esc_attr($test_mb_name_clr); ?> !important;
     8    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    99}
    10 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial > .wpsm_testimonial-review span{
    11     font-size:<?php echo $test_mb_deg_font_size; ?>px !important;
    12     color:<?php echo $test_mb_deg_clr; ?> !important;
    13     font-family:'<?php  echo $test_font_family; ?>';
     10#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial > .wpsm_testimonial-review span{
     11    font-size:<?php echo esc_attr($test_mb_deg_font_size); ?>px !important;
     12    color:<?php echo esc_attr($test_mb_deg_clr); ?> !important;
     13    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    1414}
    15 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial .wpsm_testi_links{
    16     font-size:<?php echo $test_mb_web_link_font_size; ?>px !important;
    17     color:<?php echo $test_mb_web_link_clr; ?> !important;
    18     font-family:'<?php  echo $test_font_family; ?>';
     15#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial .wpsm_testi_links{
     16    font-size:<?php echo esc_attr($test_mb_web_link_font_size); ?>px !important;
     17    color:<?php echo esc_attr($test_mb_web_link_clr); ?> !important;
     18    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    1919}
    20 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial .wpsm_testi_description{
    21     font-size:<?php echo $test_mb_content_font_size; ?>px !important;
    22     color:<?php echo $test_mb_content_clr; ?> !important;
    23     font-family:'<?php  echo $test_font_family; ?>';
     20#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial .wpsm_testi_description{
     21    font-size:<?php echo esc_attr($test_mb_content_font_size); ?>px !important;
     22    color:<?php echo esc_attr($test_mb_content_clr); ?> !important;
     23    font-family:'<?php  echo esc_attr($test_font_family); ?>';
    2424    padding: 10px !important;
    2525    margin: 0px !important;
     
    2727    display: block;
    2828}
    29 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial .wpsm_testi_content{
    30     background:<?php echo $bgclr_style2; ?> !important;
     29#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial .wpsm_testi_content{
     30    background:<?php echo esc_attr($bgclr_style2); ?> !important;
    3131}
    32 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial .wpsm_testi_content:after{
    33       border-top: 10px solid <?php echo $bgclr_style2; ?> !important;
     32#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial .wpsm_testi_content:after{
     33      border-top: 10px solid <?php echo esc_attr($bgclr_style2); ?> !important;
    3434}
    35 #wpsm_testi_b_row_<?php echo $post_id; ?> .wpsm_testimonial-pic > img{
     35#wpsm_testi_b_row_<?php echo esc_attr($post_id); ?> .wpsm_testimonial-pic > img{
    3636    <?php  if($test_image_layout=="2") { ?>
    3737        border-radius: 50% !important;
     
    4040    <?php } ?>
    4141}
    42 <?php echo $custom_css; ?>
     42<?php echo esc_attr($custom_css); ?>
    4343</style>
    4444<?php
     
    7474    }
    7575?>
    76     <div class="wpsm_testimonial wpsm_col-md-<?php echo $test_layout; ?>">
     76    <div class="wpsm_testimonial wpsm_col-md-<?php echo esc_attr($test_layout); ?>">
    7777        <?php if($mb_desc!=""){ ?>
    7878        <div class="wpsm_testi_content">
    7979            <p class="wpsm_testi_description">
    80                 <?php echo $mb_desc; ?>
     80                <?php echo esc_html($mb_desc); ?>
    8181             </p>
    8282        </div>
    8383        <?php } ?>
    8484        <div class="wpsm_testimonial-pic">
    85             <img src="<?php echo $img_url; ?>" alt="<?php echo $mb_name; ?>">
     85            <img src="<?php echo esc_url($img_url); ?>" alt="<?php echo esc_html($mb_name); ?>">
    8686        </div>
    8787        <div class="wpsm_testimonial-review">
    8888            <?php if($mb_name!=""){ ?>
    89                 <h3 class="wpsm_testimonial-title"><?php echo $mb_name; ?></h3>
     89                <h3 class="wpsm_testimonial-title"><?php echo esc_html($mb_name); ?></h3>
    9090            <?php } ?>
    9191            <?php if($mb_deg!=""){ ?>
    92                 <span><?php echo $mb_deg; ?></span>
     92                <span><?php echo esc_html($mb_deg); ?></span>
    9393            <?php } ?>
    9494            <?php if($mb_website!=""){ ?>
    95                 <a class="wpsm_testi_links" href="<?php echo $mb_website; ?>" target="_blank"><?php echo $test_mb_web_link_label; ?></a>
     95                <a class="wpsm_testi_links" href="<?php echo esc_url($mb_website); ?>" target="_blank"><?php echo esc_html($test_mb_web_link_label); ?></a>
    9696            <?php } ?>
    9797        </div>
  • testimonial-builder/trunk/testimonial-builder.php

    r2580760 r2606523  
    22/**
    33 * Plugin Name: Testimonial  Builder
    4  * Version: 1.5.9
     4 * Version: 1.6.0
    55 * Description:  Testimonial Builder is most flexible WordPress plugin available to Add and manage your Testimonial page with drag and drop feature.
    66 * Author: wpshopmart
Note: See TracChangeset for help on using the changeset viewer.