If updating plugin please deactivate plugin and reactivate after uploading. You might have to enter the widget options after upgrading.
Usage:
- 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 duration in seconds, optional}"]
e.g.1:[quoteRotator]
e.g.2:[quoteRotator title="Testimonials" delay="8" fade="4"]- 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); ?>
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.




