Internal Informations for Developer Controll Code befor Update The Sailing Template !!!
Sailing Template Installed by TOURISIO April 2024 Last Updated Version is 4.3.1
Used The Standard Theme Sailing (Demo 10)
Chanched Fildes in Template and Code Snipplet
Sailing: Theme-Header (header.php)
in Head section :
On Line 50 – 61
<script>
!function(t,e,n,s){t[„kbe-widgets“]=s,t[s]=t[s]||new Proxy({q:[]},{get:(e,n)=>n in e?e[n]:function(e){t[s].q.push([n,e])}});const o=e.createElement(n),r=e.getElementsByTagName(n)[0];o.id=s,o.src=“https://widget-bf.seekda.com/loader.js“,o.async=1,r.parentNode.insertBefore(o,r)}(window,document,“script“,“__KBE“);
__KBE.settings({
„id“: „BOOKINGWIDGET“,
„propertyCode“: „s003742“
});
__KBE.rates({
„id“: „BOOKINGWIDGET“,
„layout“: 1
});
=====================================================================
wp-hotel-booking/wp-hotel-booking.php
On Line 19
… php printf( esc_html( _n( ‚%s Personen‘, ‚%s Personen‘, get_post_meta( get_the_ID(),’_hb_room_capacity_adult‘, true ), ’sailing‘ ) ), get_post_meta( get_the_ID(),’_hb_room_capacity_adult‘, true ) ); ?…
On Line 24
…if ( get_theme_mod( ‚thim_children_show‘ ) == false ) {…
On Line 31
…php printf( esc_html( _n( ‚%s Kind‘, ‚%s Kinder‘, get_post_meta( get_the_ID(),’_hb_max_child_per_room‘, false ), ’sailing‘ ) ), get_post_meta( get_the_ID(),’_hb_max_child_per_room‘, false ) );…
================================================================
wp-hotel-booking-room/single-search-button.php
On Line 28
….php esc_html_e( ‚Verfügbarkeit Ansehen‘, ’sailing‘ ); ….
=================================================================