Remove Elements from booking page/fr: Difference between revisions

Created page with "= Lien vers mes données personnelles = Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Configuration principale</span> et sélectionnez <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Oui</span> dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Masquer le lien "Mes données personnelles" su..."
Created page with "== Champ Email == <span style="background-color:#cdeffc; padding:5px; border-radius:5px;">(</span> La fonction de<span style="background-color:#cdeffc; padding:5px; border-radius:5px;">connexion du client</span> est désactivée)<br> :1. Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Paramètres e-mail et S..."
Line 141: Line 141:
== Nous pouvons vous envoyer des promotions et des informations pertinentes ==
== Nous pouvons vous envoyer des promotions et des informations pertinentes ==


<div lang="en" dir="ltr" class="mw-content-ltr">
Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> et activez la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisé</span>. Ensuite, dans les <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">paramètres de</span> cette fonction ou dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisé</span>, collez le code suivant dans la fenêtre <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> de la <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">page de réservation</span>, tout en haut :<br><br>
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 page CSS</span> window at the very top the following code:<br><br>
::''Fonctionnalité de connexion du client activée :''
::''Client login feature enabled:''
<pre>
<pre>
#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{
#main</pre><pre>#client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{
    display: none;
display : none ;
}
</pre> }<pre>
</pre>
</pre>
::''Client login feature disabled:''
::''Fonctionnalité de connexion du client désactivée :''
<pre>
<pre>
#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
#sb-main-container</pre><pre>#main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
display : none ;
}
}
</pre>
</pre>
</div>








<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Filter_by_Services_on_Membership_page"></span>
==Filter by Services on Membership page==
== Filtrer par services sur la page Adhésion ==
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> et activez la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisé</span>. Ensuite, dans les <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">paramètres de</span> cette fonction ou dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Fonctions personnalisées</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS personnalisé</span>, collez le code suivant dans la fenêtre <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> de <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">la page Booking</span>, tout en haut :<br>
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 page CSS</span> window at the very top the following code:<br>
<pre>
<pre>
#membership-view #membership-filters {
#membership-view #membership-filters {
  display: none;
display : none ;
}
}
</pre>
</pre>
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Remove_banner_image"></span>
==Remove banner image==
== Supprimer l'image de la bannière ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Veuillez noter que les boutons "Réservez maintenant" et autres boutons affichés en haut de la bannière seront également masqués.''' Le bouton "Réserver maintenant" et les autres boutons affichés en haut de la bannière seront également masqués. Le code peut ne pas fonctionner avec certains thèmes.</span>
:<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!''' "Book now" and other buttons that are displayed on top of banner will be hidden as well. The code may not work with some themes.</span>
Allez dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> et activez la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span>. Ensuite, dans les <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">paramètres de</span> cette fonctionnalité ou dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom Features</span> -&gt; <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span>, collez le code suivant dans la fenêtre <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">CSS</span> de la <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">page Booking</span>, tout en haut :<br>
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 page CSS</span> window at the very top the following code:<br>
<pre>
<pre>
#main-buttons {
#main-buttons {
    display: none;
display : none ;
}
}
</pre>
</pre>
</div>






<div lang="en" dir="ltr" class="mw-content-ltr">
== Supprimer un élément spécifique ==
==Remove some specific element==
Si vous souhaitez supprimer un élément spécifique de votre page de réservation, vous devez utiliser la fonction <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> et le code correspondant. Si vous ne connaissez pas le CSS, veuillez contacter le support qui créera une demande pour vérifier si un tel changement est possible.<br>
If you need to remove a specific element from your booking page, you will need to use <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Custom CSS</span> feature and the corresponding code. If you don't know CSS, please contact support and they will create a request to check whether such change is possible.<br>
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Veuillez noter que''' les demandes importantes peuvent être payantes.</span>
<span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note''', that big requests may be done on a paid basis.</span>
<br><br>
<br><br>
</div>