Testimonial Rotator

Wordpress Plugin
Download latest - 3.0.3

Developers

halgatewood

Download Stats

Today 110
Yesterday 160
Last Week 1,171
All Time 260,571
Banner 772x250

Finally a really simple way to manage testimonials on your site. This plugin creates a testimonial and a testimonial rotator custom post type, complete with WordPress admin fields for adding testimonials and assigning them to rotators for display. It includes a Widget and Shortcode to display the testimonials.

Documentation

  • Getting Started
  • Rotator Attributes
  • Creating a Custom Theme
  • CSS Styling
  • Available Filters
  • Demos
  • Full List of Guides

The Features You Need

  • Change all rotator settings in the admin
  • Add testimonials to multiple rotators
  • Prev/Next Buttons
  • Vertical Align Testimonials based on Height
  • Star Ratings
  • Author information field
  • Testimonial single template
  • Ability to make custom templates
  • hReview Support
  • Pagination in List Format
  • Ability to show the Add Rotator section based on User Role
  • Settings section
  • New hooks and filters

Help Videos

https://www.youtube.com/watch?v=SVg73QdgSuM

https://www.youtube.com/watch?v=IMWVDHbtnVw


Releases (49 )

Version Release Date Change Log
3.0.3 2020-06-15
  • June 15th, 2020
3.0.2 2020-02-12
  • Feb. 12th, 2020 =
  • FIX: first round of changes for Google Review errors
3.0.1 2019-11-18
  • November 18th, 2019 =
  • FIX: botched the update and missed a bunch of the files. Now added.
3.0 2019-10-29
  • Oct. 28th, 2019 =
  • NEW: Theme pack merged into this plugin. Thank you for the support those how purchased the theme pack.
2.5.2 2018-10-19
  • Oct. 19, 2018 =
  • FIX: added wp_reset_postdata to testimonial_rotator_rating
2.5.1 2018-09-25
2.5 2018-09-25
  • Sept. 25, 2018 =
  • NEW: testimonial_rotator_rating shortcode to show the aggregate rating only
  • NEW: Author information displayed on all testimonials page in admin
  • FIX: Logic for the hReview snippits was incorrect. Much more accurate now.
  • FIX: Single template layout will match the look of the rotator theme it belongs too. This may required changes to your single-testimonial.php file or you may need to create a single-testimonial.php file.
  • FIX: Sort Testimonials by title in admin
  • UPDATED: .pot file
2.4 2018-09-15
  • Sept. 4, 2018 =
  • FIX: Single templates not looking in the new Testimonial Theme Pack plugin.
  • REMOVED: Theme Pack Updating functionality. Now moved in to the Theme Pack plugin.
2.3 2018-08-22
  • August 21, 2018 =
  • UPDATE: Added check for new theme pack
2.2.7 2018-03-20
  • Dec. 18, 2017 =
  • NEW: filter to change the order of the testimonials: testimonial_rotator_order
2.2.6 2017-12-12
  • Dec. 12, 2017 =
  • FIX: Previous/Next buttons not working in widget override settings.
2.2.5 2017-12-08
  • Sept. 27, 2017 =
  • NEW: filter to set 'fx' - testimonial_rotator_fx
  • FIX: Replaced create_function for PHP 7.2 compatibility
2.2.4.1 2016-11-15
  • Nov. 15, 2016 =
  • MISSED: Added the title to the single.php file for Longform
2.2.4 2016-11-15

Added the 'title' to the Longform theme. Please check the new 'hide title' option on your Rotator settings if you don't want it to show.

2.2.3 2016-11-03
  • Nov. 3, 2016 =
  • FIX: Rotator List pagination
2.2.2 2016-10-28
  • October 27th, 2016 =
  • NEW: Custom CSS setting in the admin under 'Testimonials' -> 'Settings'
2.2.1 2016-10-28
  • NEW: Settings when adding a widget to hide all elements of the rotator: title, stars, body, author and hreview
  • FIX: Boolean attributes can now be passed as 'true/false' or '1/0'
  • FIX: Updated language file
2.2 2016-08-31
  • Changed the testimonial rotator excerpt functionality. Could break custom setups for excerpts that you have. You can now specify if you want a link and what text you want the link to say in the widget settings!

=

2.1.5 2016-04-20
  • Apr 19, 2016
2.1.4.1 2016-04-19
  • Apr 18, 2016 = Cleaned up error in the admin
2.1.4 2016-04-19
  • Apr 18, 2016 =
  • PHP7 Compatibility
2.1.3 2016-01-21
  • Jan 21, 2016 =
  • Single template for Longform template had an extra closing div tag. Thanks @kevinmorton
2.1.2 2016-01-18
  • Jan 18, 2016 =
  • Fixed Single Page Testimonial. Test was missing, not single page pulls from template selected
  • New filters to improve single page.
2.1.1 2016-01-13
  • Jan. 13, 2016 =
  • Fixed excerpt issue cauing fatal errors
  • Moved get_the_excerpt into a wrapper function 'testimonial_rotator_excerpt' with a filter 'testimonial_rotator_the_excerpt' to modify the contents
2.1 2016-01-12
  • Jan 12, 2016 =
  • New free theme: Longform!
  • Added shortcode for single testimonial [testimonial_single]
  • Added testimonial count to rotator list view
  • See testimonials associated to rotator in edit screen
  • Change the element for the title in settings (default H2)
  • Code added for upcoming custom templates
  • Flip transitions added
  • Fix hreview itemreviewed name
  • Code cleanup and better sanitation of variables
  • Updated text domain from testimonial_rotator to testimonial-rotator
  • Cycle log hidden by default, log="true" to turn on. Thanks @michaelbragg
  • Override rotator settings in the widget. (allows you to change settings for the 'All Rotators' option)
  • Specify the excerpt length in the widget settings (requires PHP 5.3+)
  • New shortcode parameters to hide sections of the testimonial: hide_title, hide_stars, hide_body, hide_author
2.0.6 2015-07-13
  • Updated July 13, 2015 =
  • Changed WP_Widget() to __construct, for maximum PHP5 support
2.0.5 2015-04-23
  • Updated July 20, 2014 =
  • New filter to change the stars to any FontAwesome Icon
  • Improved stability when upgrading from 1.4+
  • When 'Previous/Next' is checked in the rotator it will automatically turn on paged for the list view
2.0.4 2014-07-07
  • Updated July 7, 2014 =
  • Ability to center the stars
  • Hopefully fixed up issues with the_content on the single page
  • Added new filter for pause on hover
  • Added new filter for loading scripts in the footer
  • Added new filter for settings on Widgets
  • Added Rotator IDs to most filters so they can used on a rotator basis
2.0.3 2014-05-30
  • Updated May 30, 2014 =
  • Added thumbnail setting for Rotator
  • Wrapped Init functions with is_admin for the Admin only hooks
2.0.2 2014-05-20

Updated May 20, 2014 * Fixed Widget Title * Fixed rotator timeout and transition speed

2.0.1 2014-05-15

Updated May 15, 2014 * Added wrapper div around quote part of testimonial

2.0 2014-05-15

Updated May 15, 2014 * Change all rotator settings in the admin * Add testimonials to multiple rotators * Prev / Next Buttons * Vertical Align Testimonials based on Height * Font Awesome * Star Ratings * Hide Featured Image * Author Cite Field * Testimonial single template * Ability to make custom templates (Theme Pack coming soon) * hReview Support * Pagination in List Format * Ability to show the Add Rotator section based on User Role * New Settings section * New hooks added * Code cleanup and more commenting

1.4 2014-02-06
  • Use shortcode to display testimonials from all rotators by not passing in an 'id' attribute
  • Completed preparation for translation, wrapped all text in __()
  • Two new filters for the 'supports' section of the register_post_type: testimonial_rotator_supports and testimonial_rotator_testimonial_supports
  • Two new filters for auto-height 'calc': testimonial_rotator_calc and testimonial_rotator_widget_fx
1.3.7 2013-12-12
  • Updated icon for WordPress 3.8
  • Fixed translation and added languages folder, moved .pot to this folder
  • Moved styles and scripts from action wp_head to wp_enqueue_scripts
  • Fixed images and order not showing in admin list view
  • Prepped for an upcoming PRO version!
1.3.6 2013-10-16
  • Fix bug not rotating widget
1.3.5 2013-10-15
  • Changed cycle2 to cycletwo as it was conflicting with other plugins
1.3.4 2013-09-13
  • Fixed small bug where some themes were adding extra spaces and breaking the rotator
1.3.3 2013-09-11
  • Switched from jQuery Cycle1 to Cycle 2
  • Widget now uses Rotator FX and Timeout settings
  • Added .testimonial_rotator_widget_blockquote class to widget blockquote to help override some CSS problems with themes.
  • Rotator Height is now fixed at the highest testimonial instead of auto adjusting the height
1.3.2 2013-07-08

reset query bug

1.3.1 2013-04-22
1.3 2013-04-15
  • Randomize testimonials without code
  • Hide the title
  • Display excerpt or full testimonial in width
  • Display specific rotator in widget
  • More shortcode examples
  • The widget has been updated with all the features as options, no more coding!
1.2 2013-04-15
  • main testimonial now uses the_content filter to make styling better.
  • include rotator using the rotator slug, for example: [testimonial_rotator id=homepage]
  • new attributes to the shortcode: ** hide_title: hides the h2 heading ** format: settings format=list will remove rotator and display all testimonials ** limit: set the number of testimonials to display, new default is -1 or all testimonials
1.1.5 2013-01-28
  • small bug in widget javascript
1.1.4 2013-01-28
  • reworking loading of scripts for rotator, should be sorted now.
1.1.3 2013-01-28
  • jQuery ready function always
1.1.2 2013-01-28
  • Testimonial widget using jQuery ready function instead of window.onload
1.1.1 2012-12-21
1.1 2012-11-08
1.0 2012-11-07