• 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!

    http://wordpress.org/plugins/jflow-plus/

  • The topic ‘Instructions’ is closed to new replies.