A plugin for displaying quotes or testimonials or other rotating snippets of content.
- Use the widget created (Design > Widgets)
- Add this shortcode to your page or post content:
[quoteRotator title="{optional title}" delay="{delay in seconds, optional}" fade="{fade-in duration in seconds, optional}" fadeout="{fade-out duration in seconds, optional}"]
e.g.1:[quoteRotator]
e.g.2:[quoteRotator title="Testimonials" delay="8" fade="4" fadeout="2"]- Insert a template tag in a template file:
quoteRotator({optional title}, {delay in seconds, optional}, {fade-in duration in seconds, optional}, {fade-out duration in seconds, optional});
e.g.1:<?php echo quoteRotator(); ?>
e.g.2:<?php echo quoteRotator("Testimonials", 8, 4, 2); ?>
Styling:
This plugin allows full styling flexibility using CSS to control how the quotes are displayed on your web site. A few example stylesheets are included in the styles folder (/wp-content/plugins/flexi-quote-rotator/styles/). One of these can be selected in the settings admin panel. You can copy and modify one of these stylesheets to achieve the desired look. Then you save it in the styles folder and it will become an available for selection in the settings admin panel. Photoshop source files are also provided if you want to modify the provided background images.
Requires: 2.1 or higher
Compatible up to: 3.1.4
Last Updated: 2011-3-27
Downloads: 25,324




