Hey your instructions are messed up.
There’s an extra </div> at the end that isn’t required. It might mess people up if they’re not sure what to look for.
I implemented the code:
<div id=”jFlow”>
<div class=”slide”>
<img src=”FullPathOfImage” alt=”ImageAlt”/>
<span><h3>HeadingOfSlide</h3><p>SlideText</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>
and the last, extra, div was breaking the rest of my code. Just letting you know. Thanks!
]]>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!
I am new completely new and want to use jflow plus for a simple slider, but, I cant find any detailed tutorial for it. Can anyone help??
]]>You plugin is incorrectly loading scripts into the page causing all other jQuery plugins to break. This needs to be fixed immediately as it is causing a lot of problems.
Please make sure you follow basic plugin guidelines when coding a plugin to prevent a lot more work for everyone else
]]>