Belegungskalender: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
K (Annette moved page Widgets/Availability Calendar to Availability Calendar without leaving a redirect)
Zeile 1: Zeile 1:
 
[[Category:Widgets]]
 
[[Category:Widgets]]
'''Embedded Availability Calendar'''
+
 
  
 
This widget designer lets you create your own availability calendar widget.  
 
This widget designer lets you create your own availability calendar widget.  

Version vom 15. September 2013, 17:21 Uhr


This widget designer lets you create your own availability calendar widget.

Use the selector to define if the link should open your booking page displaying all properties (in case you have more than one), a property or a room.


You can customise defining:

  • text color
  • text not in month color -olour of dates that are not in the month on the availability calendar widget
  • background color - if you dont want a fading effect, set both colours the same
  • available dates background color
  • avialabile dates hover colour - mouse hover over background colour of available nights
  • unavailable dates background color
  • referrer text - If you use widgets on different webssites you may use different referrers on each. This text will be recorded with any bookings originating from this widget allowing tracking of booking sources.


You can change the settings and click on SAVE. Click on GET CODE. Copy the code to where you want to display the widget in the websites source code. The settings will be stored. Once you have insatlled the widget and want to change colours you only need it to do here and the changes will appear automatically on your website.


If the widget does not fit into its designated place you can override the CSS padding for the buttons and make them smaller with the following CSS

.beds24availcal input {padding:5px;}

Either add the above directly to your CSS or add the following to the HEAD section of your page, if necessary change the 5px to a better value.

Code: Select all <style> .beds24availcal input {padding:5px;} </style>


Our webdesigner can do the adjustments and/or installation for you for a small fee. Just send us a message with your requirements via SUPPORT in the top menu.