Changes

Jump to navigation Jump to search

Add a Picture Slider to the Booking Page

186 bytes added, 17:53, 20 July 2015
no edit summary
*Step 2
Copy the following HTML to the position you want the slider to appear. It can be any HTML content setting area for the booking page. If you want to add the slider in the header go to SETTINGS->BOOKING PAGE->PAGE DESIGN -> CONTENT "Header" if you want to add a slider to the room descriptions go to SETTINGS->BOOKING PAGE ->ROOMS. CONTENT You will need to set the editor to "Source" (click on the icon) and enter the links of the pictures you want to use.
</ul>
</div>
</pre>
 
Step 3
 
Add the following code to SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS":
 
<pre>
.flexslider {
z-index: 1;
}
 
.ui-datepicker table {
z-index: 1000;
}
</pre>

Navigation menu