Changes

Jump to navigation Jump to search

Add a Picture Slider to the Booking Page

16 bytes added, 22:09, 30 September 2013
no edit summary
*Step 1
Copy and save the following script to the "Insert in HTML <HEAD>" setting on the BOOKING PAGE >> ADVANCED menu.
 <codepre>
<link rel="stylesheet" href="include/flexslider/2.0/flexslider.css" />
<script defer src="include/flexslider/2.0/jquery.flexslider-min.js"></script>
$(window).load(function(){$('.flexslider').flexslider({animation: "slide", start: function(slider){$('body').removeClass('loading');}});});
</script>
</codepre
You can change the flexslider javascript options, see http://flexslider.woothemes.com for more information about flexslider

Navigation menu