Description
jFlow Plus can be used to create simple image sliders with text content in a beautiful manner, it can be used within articles as well as theme files. It does not modify any other images or galleries.
Release Page: jFlow Plus Plugin Homepage
Live Demo: jFlow Plus Demonstration
Huge changes form version 1.2.2 to version 2.0.0, older users please backup current plugin before updating.
After installing the plugin just write something like:
[jflow]
[jflowslide imgpath="FullPathOfImage" imgalt="ImageAlt" heading="HeadingOfSlide" slidetext="SlideText" linktitle="LinkTitle"]
[/jflow]
Where [jflow]
and [/jflow]
are the beginning and ending of jFlow Plus slider respectively, keep on adding as many [jflowslide imgpath="FullPathOfImage" imgalt="ImageAlt" heading="HeadingOfSlide" slidetext="SlideText" linktitle="LinkTitle"]
for as many slides you want.
To implement directly in theme files, use:
<div id="jFlow">
<div class="slide">
<img src="FullPathOfImage" alt="ImageAlt"/>
<span><h3>HeadingOfSlide</h3><p>SlideText<a href="#" title="LinkTitle" class="readmore"></a></p></span>
</div>
</div>
<div id="jFlowController">
<span class="jFlowControl"></span>
<span class="jFlowControl"></span>
<span class="jFlowControl"></span>
</div>
<span class="jFlowPrev"><div></div></span>
<span class="jFlowNext"><div></div></span>
</div>
jFlow Plus is originally by Devin Walker with code from ktan.
You can customize these in the Settings section:
- Width of Slider.
- Height of Slider.
- Time to transition one slide.
- Enable/Disable Autoplay.
- Display time per slide.
Internationalization supporting:
- English
Installation
- Download the latest version.
- Extract it in the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Customize the plugin in the Settings > jFlow Plus.
FAQ
For any query, ask the author of this WordPress Plugin at PriteshGupta.com.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“jFlow Plus” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “jFlow Plus” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Stable version.
1.2.0
- Customizable display time per slide.
1.2.1
- With default values.
2.0.0
- Made from scratch again.