Testimonials can be added/edited/deleted under the Testimonials menu. Images are optional and will display only on the page (not in the sidebar). If you do not set a minimum height on the settings page the image will display full size. You may use an image uploaded through WordPress or reference a URL from anywhere on the Internet.
You can manage several options for the testimonials through the Settings menu.
NOTE: you must create a new page for testimonials (see below) to use the "more" and "page" options above
To add the random testimonial block to your sidebar, you can hard code the PHP or use the built-in widget. To activate the widget, go to Appearance, Widgets and drag the "Testimonials" widget to the sidebar where you want the testimonial block to appear.
<?php sfstst_onerandom(); ?>
Be sure to remove this code from your template if you disable the plugin so your site doesn't throw ugly errors at you.
Testimonials are displayed using blockquote and cite formatting. You can control how the testimonials look by adding code to your theme style sheet. Modifying core plugin files is not recommended as they will be overwritten with future updates.
To control the look of the testimonials, place the following code in your theme CSS and modify to suit your needs (sfstest-sidebar controls the formatting in the widget and sfstest-page handles the formatting on your page):
/* CSS for testimonials */
#sfstest-sidebar blockquote { padding: 2px; }
#sfstest-sidebar cite { font-style:
italic; }
#sfstest-page blockquote { padding: 10px; }
#sfstest-page cite { font-style: italic;
}
#sfstest-sidebar .sfststreadmore { text-align: center; margin-top: 5px; }
The plugin assumes you have .alignright and .alignleft already in your style sheet. If you do not, add the following and adjust as necessary:
#sfstest-page .align-right { float:right; margin: 0 0 5px 5px; }
#sfstest-page .align-left { float:left; margin: 0 5px 5px 0; }
If you need help, visit the WP-Testimonials support page at: http://www.sunfrogservices.com/web-programmer/wp-testimonials/
WP-Testimonials is © Copyright , Jodi Diehl and distributed under the GNU General Public License. If you find this plugin useful, please consider a donation.