Multilingual Booking Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
If you are using Wordpress you can do this in the shortcode. For detailed information please log into Wordpress and go to SETTINGS-> Beds24 Online Bookings | If you are using Wordpress you can do this in the shortcode. For detailed information please log into Wordpress and go to SETTINGS-> Beds24 Online Bookings | ||
The translation options for the availability calendar widget are limited. To translate "" add the following script to the source code of the page which displays the widget: | |||
<script> | |||
$( document ).ready(function() { | |||
$('.b24calendarclickinstruction').html("the new text"); | |||
}); | |||
</script> | |||