Changes

Jump to navigation Jump to search

Add a Picture Slider to the Booking Page

340 bytes added, 17:06, 1 October 2013
no edit summary
The pictures will display individually without a slider in the control panel SETTING editor but should now be displaying properly in a slider on your booking page.
The size of your pictures should be optimised to the size of your slider for best performance and fast page loading times. If the picture file sizes are large the booking page will be slower to open. The default slider still works if it is displayed in a hidden element, for example "room more details" but some slider options may not work and the size of the containing div may need to be specified so the slider can render at the correct size when it opens. For example use something like the following to force a fixed size. <pre><div class="flexslider" style="width:240px;height:180px"> to force a size.<ul class="slides"><li><img src="" /></li><li><img src="" /></li><li><img src="" /></li></ul></div></pre>

Navigation menu