Changes

Jump to navigation Jump to search

Customise Booking Page

73 bytes removed, 11:59, 19 November 2014
no edit summary
There is contextual help with each setting to assist you with the setup.
== '''Advanced Further and Advances Options''' ==
== Change Default Text==
You can exchange any of the default text on the booking page in SETTINGS -> BOOKING PAGE -> ADVANCED -> CUSTOM TEXT
 
== Hide "Book Multiple" ==
 
Use the selector in SETTINGS-> BOOKING PAGE-> ADVANCED
 
== Disable Hover Text ==
Place the following script in SETTINGS->BOOKING PAGE-> ADVANCED "Advanced HTML Settings" setting.
 
<pre>
<script>
$(document).ready(function() {
var $title = $("td,div,span");
$.each($title, function(index, value) {
$(this).tooltip({
disabled:true
});
});
});
</script>
</pre>
== 'Change CSS' ==
}
== Hide "Book Multiple" ==
 
Use the selector in SETTINGS-> BOOKING PAGE-> ADVANCED
 
== Exchange default texts ==
 
Go to SETTINGS-> BOOKING PAGE-> ADVANCED "Custom Text"
== Shadow Arround your Booking Page ==
-moz-border-radius: 7px;
}
 
== Disable Hover Text ==
Place the following script in SETTINGS->BOOKING PAGE-> ADVANCED "Advanced HTML Settings" setting.
 
<pre>
<script>
$(document).ready(function() {
var $title = $("td,div,span");
$.each($title, function(index, value) {
$(this).tooltip({
disabled:true
});
});
});
</script>
</pre>

Navigation menu