Plugin Directory

Flexi Quote Rotator

  1. Upload 'flexi-quote-rotator' folder to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

If updating plugin please deactivate plugin and reactivate after uploading. You might have to enter the widget options after upgrading.

Usage:

  • To enter quotations, go to Manage > Quotes in administration area (or Tools > Quotes in WP 2.7 and above)
  • To display the quote rotator on a web page you have 3 options:
  1. Use the widget created (Design > Widgets)
  2. Add this shortcode to your page or post content:
    [quoteRotator title="{optional title}" delay="{delay in seconds, optional}" fade="{fade duration in seconds, optional}"]
    e.g.1: [quoteRotator]
    e.g.2: [quoteRotator title="Testimonials" delay="8" fade="4"]
  3. Insert a PHP snippet in template:
    <?php echo $quoteRotator->getQuoteCode({optional title}, {delay in seconds, optional}, {fade duration in seconds, optional});?>
    e.g.1: <?php echo $quoteRotator->getQuoteCode(); ?>
    e.g.2: <?php echo $quoteRotator->getQuoteCode("Testimonials", 8, 4); ?>
  • The settings can be edited at Settings > Quote Rotator. Or, if you are using the widget they can be edited in the widget. Settings entered directly in shortcode or PHP override the settings saved in the administration settings.

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.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)