Anyone else getting Uncaught ReferenceError: br is not defined when using the [iphone_slider] shortcode? Am I missing something? Trying to paste in a page section, tried both visual and text editing.
This is what it is out putting in Chrome.
<script type=”text/javascript”>
jQuery(document).ready(function($) {jQuery(‘.flex-slider-container .flexslider’). flexslider({animation: “fade”,controlsContainer: “flex-slider-container”,slideshowSpeed: 4000<br,animationSpeed: 600<br,namespace: “flex-“,pauseOnAction:true<br,pauseOnHover: true<br,controlNav: false<br,directionNav: true<br,prevText: “Previous<span></span>”,nextText: “Next<span></span>”,smoothHeight: false,animationLoop: true,slideshow: true,easing: “swing”})});
</script>