=== Client Testimonials ===
Contributors: sayful
Tags: client testimonails, plugin, testimonials, Testimonials plugin, widget
Requires at least: 3.5
Tested up to: 4.2
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Testimonials is a WordPress plugin that allows you to manage and display testimonials for your blog, product or service.
== Description ==
[Note: Version 2.0.0 is a major update from version 1.0. It has been changed in style on slider and widget]
Testimonials is a WordPress plugin that allows you to manage and display testimonials for your blog, product or service.
= Usage =
After installing and activating "Client Testimonials", go to `Admin Dashboard -> Testimonials` and create testimonials like creating a post. You can add "Client's Name", "Business/Site Name", "Business/Site Link" and "Featured Image" for client avatar
[Note: "Featured Image" has been introduced from version 2.0.0]
After creating testimonials, go to post or page where you want add testimonials.
- On Wordpress editor, you will get a TinyMce button (view Screenshots tab) for testimonials. Click on this button, a dropdown menu will be opened.
- Select "Client Testimonials Slide" if you want to add testimonials slide. or
- select "Client Testimonials No Slide" if you do not want to add slide. and
- Fill all fields as your need.
= TinyMce Buttons Usage =
Items Desktop
- Write how many item you want to show at 979px or higher browser widths for desktop. Default value is 1.
- Generate shortcode attribute items_desktop=""
Items Tablet
- Write how many item you want to show at 768px or higher browser widths for tablet. Default value is 1.
- Generate shortcode attribute items_tablet=""
Items Tablet Small
- Write how many item you want to show at 600px or higher browser widths for small tablet. Default value is 1.
- Generate shortcode attribute items_tablet_small=""
Items Mobile
- Write how many item you want to show at 320px or higher browser widths for mobile. Default value is 1.
- Generate shortcode attribute items_mobile=""
Total numbers of Testimonials to show
- Write how many testimonials you want to show. Write -1 to show all or any number that your want to show. Default value is -1.
- Generate shortcode attribute posts_per_page=""
Order By
- Choose how you want to show testimonial order. Default value is 'none'. Others value is 'ID', 'date', 'modified' and 'rand'
- Generate shortcode attribute orderby=""
Testimonial ID
- If you want to show a specific testimonial. you can add testimonial ID of that testimonial here.
- Generate shortcode attribute testimonial_id=""
You can also write your code without using TinyMce button:
For Slide:
`[client-testimonials]`
`[client-testimonials items_desktop="" items_tablet="" items_tablet_small="" items_mobile="" posts_per_page="" orderby=""]`
For No Slide:
`[testimonial]`
`[testimonial testimonial_id="" posts_per_page="" orderby=""]`
= Widget Usage =
- On Admin Dashboard, go to Appearance -> Widgets
- Find Client Testimonials and click on it.
- Select at which widget area yor want to show it. and click Add Widget
- Give widget title and write number of testimonials you want to show and choose orderby and click Save
== Installation ==
Installing the plugins is just like installing other WordPress plugins. If you don't know how to install plugins, please review the three options below:
Install by Search
* From your WordPress dashboard, choose 'Add New' under the 'Plugins' category.
* Search for 'Client Testimonials' a plugin will come called 'Client Testimonials by Sayful Islam' and Click 'Install Now' and confirm your installation by clicking 'ok'
* The plugin will download and install. Just click 'Activate Plugin' to activate it.
Install by ZIP File
* From your WordPress dashboard, choose 'Add New' under the 'Plugins' category.
* Select 'Upload' from the set of links at the top of the page (the second link)
* From here, browse for the zip file included in your plugin titled 'client-testimonials.zip' and click the 'Install Now' button
* Once installation is complete, activate the plugin to enable its features.
Install by FTP
* Find the directory titles 'client-testimonials' and upload it and all files within to the plugins directory of your WordPress install (WORDPRESS-DIRECTORY/wp-content/plugins/) [e.g. www.yourdomain.com/wp-content/plugins/]
* From your WordPress dashboard, choose 'Installed Plugins' option under the 'Plugins' category
* Locate the newly added plugin and click on the \'Activate\' link to enable its features.
== Frequently Asked Questions ==
Do you have questions or issues with Client Testimonials? [Ask for support here](http://wordpress.org/support/plugin/client-testimonials)
== Screenshots ==
1. Screenshot of Client Testimonials Slide with one item
2. Screenshot of Client Testimonials Slide with three items
3. Screenshot of Client Testimonials No Slide with three items
4. Screenshot of Client Testimonials Widget display
5. Screenshot of Client Testimonials TinyMce button
6. Screenshot of Client Testimonials TinyMce button popup
== Changelog ==
= version 2.0.0 =
* Added new style in slider
* Updated code with latest WordPress standard
* Added TinyMce button for better user experience
* Added Featured Image for upload client image
= version 1.0 =
* Initial release
== Upgrade Notice ==
Version 2.0.0 is a major update from version 1.0. It has been changed in style on slider and widget