Remove Elements from booking page/nl: Difference between revisions

Created page with "= Algemene voorwaarden van SimplyBook.me = :<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Houd er rekening mee''' dat u moet bevestigen dat u informatie over SimplyBook.me Ltd. als leverancier hebt toegevoegd aan uw Algemene voorwaarden.</span> Om het selectievakje te verwijderen, moet u alle genoemde opties hebben ingeschakeld en correct hebben ingesteld:<br><br> Ofwel: <br> 1. <span style="background-color:#cdeffc; padding:5px; border-radi..."
Tags: Mobile edit Mobile web edit
 
Created page with "= Galerij = Schakel in het gedeelte <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste functies</span> de <span style="background-color:#cdeffc; padding:5px; border-radius:5px;"> Fotogalerie</span> uit <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">.</span> File:Photo gallery disable path redesigned.png|1200px | center|link=https://help.simplybook.me/images/5/5f/Photo_gallery_dis..."
Line 89: Line 89:




<div lang="en" dir="ltr" class="mw-content-ltr">
= Verwijderen met aangepaste CSS =
=Removing with Custom CSS=
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Let op!''' Voeg de code(s) om de stijlen aan te passen toe aan het tabblad "Boekingspagina's CSS" als u de boekingswebsite wilt bewerken</span><br>
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!''' Add the code(s) to adjust the styles to "Booking pages CSS" tab if you wish to edit the booking website</span><br>
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">of "Widget CSS" als u de widget op uw website bewerkt.</span>
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">or "Widget CSS" if you are editing widget on your website.</span>
[[File:Custom css tabs redesigned.png|1200px| center|link=https://help.simplybook.me/images/1/1c/Custom_css_tabs_redesigned.png]]
[[File:Custom css tabs redesigned.png|1200px| center|link=https://help.simplybook.me/images/1/1c/Custom_css_tabs_redesigned.png]]
<br><br>
<br><br>
==Phone field==
== Telefoon veld ==
<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">([[Custom_Features#Client_Login |Client login]]</span> feature is disabled)<br>
<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">([[Custom_Features#Client_Login |Inlogfunctie voor klanten]]</span> is uitgeschakeld)<br>
:1. Go to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Email and SMS settings</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings for email and SMS notifications</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Mandatory registration fields</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Email</span> (to make phone not mandatory).
:1. Ga naar <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Instellingen</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">E-mail- en sms-instellingen</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Instellingen voor e-mail- en sms-berichten</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Verplichte registratievelden</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">E-mail</span> (om telefoon niet verplicht te maken).
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
:2. Ga naar <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste Functies</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste Functies</span> en schakel de functie <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste CSS</span> in. Plak vervolgens in deze functie <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Instellingen</span> of in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste Functies</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Aangepaste CSS</span> in het <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS-venster van Booking pages</span> helemaal bovenaan de volgende code:
:2. Please go to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> and enable <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> feature. Then in this feature <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings</span> or in <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> paste to <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Booking pages CSS</span> window at the very top the following code:
<br>
<br>
<pre>
<pre>
.form-group.form-client-phone{
.form-group.form-client-phone{
    display: none;
display: none;
}
</pre> }<pre>
</pre>
</pre>
</div>