Daniel Shamburger
Member
Posted 3 months ago #
For some strange reason, the only number of slides I can get working correctly is 3.
Any less and it will make blank white slides.
Any more and they simply won't show.
Everything else is working like a charm!
Any ideas as to what is causing this?
Thanks in advance!
http://wordpress.org/extend/plugins/jflow-plus/
preitybansal
Member
Posted 2 months ago #
I don't know the exact problem... But here is what you can do to make it work for more than 3 images..
Goto jflow.plugin.php and search for
function jFlow_Slider( $atts, $content = null )
In this function you will find $output2 .= '<span class="jFlowControl"></span>'."\n"; 3 times... add on this line as many times as many you want the slides...
It is tested and worked for me.. Hope it helps you too..