Changeset 3453554
- Timestamp:
- 02/04/2026 07:09:09 AM (2 months ago)
- Location:
- testimonial-review/trunk
- Files:
-
- 7 edited
-
libs/meta-boxes/testimonial-review-post-metaboxes.php (modified) (7 diffs)
-
libs/shortcode/template/theme-17.php (modified) (1 diff)
-
libs/shortcode/template/theme-18.php (modified) (1 diff)
-
libs/shortcode/template/theme-19.php (modified) (1 diff)
-
libs/shortcode/testimonial-review-shortcode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
testimonial-review.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
testimonial-review/trunk/libs/meta-boxes/testimonial-review-post-metaboxes.php
r3384401 r3453554 222 222 $testimonialreview_navigation = get_post_meta($post->ID, 'testimonialreview_navigation', true); 223 223 $testimonialreview_navigation_position = get_post_meta($post->ID, 'testimonialreview_navigation_position', true); 224 $testimonialreview_navtextcolors = get_post_meta($post->ID, 'testimonialreview_navtextcolors', true); 225 $testimonialreview_navtextcolors_hover = get_post_meta($post->ID, 'testimonialreview_navtextcolors_hover', true); 224 $testimonialreview_navtextcolors = get_post_meta($post->ID, 'testimonialreview_navtextcolors', true); 225 $testimonialreview_navtextcolors_hover = get_post_meta($post->ID, 'testimonialreview_navtextcolors_hover', true); 226 226 $testimonialreview_navbgcolors = get_post_meta($post->ID, 'testimonialreview_navbgcolors', true); 227 227 $testimonialreview_navbghovercolors = get_post_meta($post->ID, 'testimonialreview_navbghovercolors', true); … … 366 366 </div> 367 367 </li> 368 368 369 <!-- Tab 2 --> 369 370 <li style="<?php if($review_testimonial_navs == 2){echo "display: block;";} else{ echo "display: none;"; }?>" class="box2 tab-box <?php if($review_testimonial_navs == 2){echo "active";}?>"> … … 781 782 </div> 782 783 </div><!-- End Testimonial Grid Filter Menu Style --> 783 784 784 785 <div class="testimonial-customize-inner"> 785 786 <div class="testimonial-heading-area"> … … 791 792 </div> 792 793 </div><!-- End Testimonial Grid Menu Text Color --> 793 794 794 795 <div class="testimonial-customize-inner"> 795 796 <div class="testimonial-heading-area"> … … 801 802 </div> 802 803 </div><!-- End Testimonial Grid Menu Hover Bg Color --> 803 804 804 805 <div class="testimonial-customize-inner"> 805 806 <div class="testimonial-heading-area"> … … 811 812 </div> 812 813 </div><!-- End Testimonial Grid Menu Hover Bg Color --> 813 814 814 815 <div class="testimonial-customize-inner extra-border"> 815 816 <div class="testimonial-heading-area"> … … 912 913 <option value="9000" <?php if ( isset ( $testimonialreview_autoplaytimeout ) ) selected( $testimonialreview_autoplaytimeout, '9000' ); ?>><?php _e('9 ', 'testimonial-review');?></option> 913 914 <option value="10000" <?php if ( isset ( $testimonialreview_autoplaytimeout ) ) selected( $testimonialreview_autoplaytimeout, '10000' ); ?>><?php _e('10', 'testimonial-review');?></option> 914 </select> 915 </select> 915 916 </div> 916 917 </div><!-- End Testimonial Slider Autoplay Time Out (Sec) --> -
testimonial-review/trunk/libs/shortcode/template/theme-17.php
r3384401 r3453554 155 155 <p>Available only for Pro Version</p> 156 156 <?php } ?> 157 -
testimonial-review/trunk/libs/shortcode/template/theme-18.php
r3384401 r3453554 180 180 <p>Available only for Pro Version</p> 181 181 <?php } ?> 182 -
testimonial-review/trunk/libs/shortcode/template/theme-19.php
r3384401 r3453554 163 163 <p>Available only for Pro Version</p> 164 164 <?php } ?> 165 -
testimonial-review/trunk/libs/shortcode/testimonial-review-shortcode.php
r3384401 r3453554 29 29 $review_testimonial_laptop_columns = get_post_meta($postid, 'review_testimonial_laptop_columns', true) ?: '3'; 30 30 $review_testimonial_tablet_columns = get_post_meta($postid, 'review_testimonial_tablet_columns', true) ?: '2'; 31 $review_testimonial_mobile_columns = get_post_meta($postid, 'review_testimonial_mobile_columns', true) ?: '1'; 31 $review_testimonial_mobile_columns = get_post_meta($postid, 'review_testimonial_mobile_columns', true) ?: '1'; 32 32 $review_testimonial_orderby = get_post_meta($postid, 'review_testimonial_orderby', true); 33 33 $review_testimonial_order = get_post_meta($postid, 'review_testimonial_order', true); -
testimonial-review/trunk/readme.txt
r3384401 r3453554 4 4 Tags: testimonial, testimonial shortcode, testimonial slider, testimonial widget, testimonials, random testimonials, client review 5 5 Requires at least: 4.0 6 Tested up to: 6. 8.37 Stable tag: 2.0. 26 Tested up to: 6.9 7 Stable tag: 2.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 159 159 == Changelog == 160 160 161 = 2.0.3 = 162 * Latest Version Compatibility Issue. 163 * Update Admin Interface. 164 161 165 = 2.0.2 = 162 166 * Fix Responsive Issue. -
testimonial-review/trunk/testimonial-review.php
r3384401 r3453554 4 4 Plugin URI: https://pickelements.com/testimonial-review 5 5 Description: Testimonial Review plugin is a simple tool to display your customer's testimonials, feedback on your WordPress website. You can use any type of feedback to make a testimonial with the author's name, photo, company logo, and a URL to the client's website. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: Pickelements 8 8 Author URI: https://pickelements.com
Note: See TracChangeset
for help on using the changeset viewer.