Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #801969

    Hallo,
    wie kann ich eine Checkbox, die anzukreuzen ist (… Widerrufsbelehrung gelesen …) beim Enfold Theme einfügen? Ich habe nur bei dem Kontaktforumlar das Form Element: Checkbox gefunden. Das meine ich grundsätzlich, benötige aber keinen 2. Sendenbutton ; (
    Vielen Dank für die Hilffe:

    #803241

    Hey Enfold-User,

    Thank you for using Enfold.

    Could you please provide an example of the checkbox? Please note that you can add multiple checkboxes in a single contact form.

    Best regards,
    Ismael

    #803538

    Hey Ismael,

    this is the site were I want to place a checkbox with the text that’s now standing after the send-button:

    I want to place the text together with the the checkbox …
    I’m looking forward to your answer.

    Best regards,
    Enfold-User : )

    #804379

    Hi,

    I see. Instead of creating another text block below the contact form, just use the text block’s content as the checkbox’s label.

    Best regards,
    Ismael

    #805216

    Hi,

    I don’t understand. Please help me witch one you mean. In the way I know it’s not possible to get another type-style (such you see in the link) and it isn’t also possible to make a link on the word ”Widerrufsbelehrung” …

    Please help me to get the right checkbox label.

    Thanks,
    Gabi

    #805921

    Hi,

    Please post the login details here so that we can add the check box label using the text block’s content.

    Best regards,
    Ismael

    #806288

    Hi Ismael,

    here’s the login: boettcher.immobilien/wp-admin
    webgo-admin
    18.06.97

    I’m curious what tool this is. Because I think I’ll need it more than this time. There’re several more websites I creat next month’s. Thanks a lot!

    Best regards,
    Gabi

    #807391

    Hi Ismael,

    are you there?

    I’m looking forward that you add the check box label the way it’s in the right order to the following text …
    Please give me a sign when you have compleded the supplement. Thank you.

    Best regard
    Gabi

    #807763

    Hi,

    I’m sorry for the late response. Please check the contact form element. (see private field)

    Best regards,
    Ismael

    #808451

    hi,

    thanks for your input. But there is allready a red star and 3 points … thats too much, its wrong. And also the type-stile is not the right one.
    // is it possible to delete the red star with the points after (Die mit *gekenntzeichneten Felder sind Pflichtfelder.)?
    // is it possible to get the type-stile like the text under the senden-button?

    Thank you very much and best regards
    Gabi

    #808849

    Hi,

    Please edit the contact form element then edit the checkbox’s Form Element Label. I just forgot to remove the text block below the contact form.

    Best regards,
    Ismael

    #1009925

    Hallo,
    kann mir jemand sagen, wie ich in der aktiven Breadcrumb-Zeile NUR die ersten Worte: Du bist hier: entfernen (unsichtbar) kann?

    Diese Anweisung macht ja die gesamte Breadcrumb-Zeile unsichtbar … ?!?
    .title_container .breadcrumb { display: none; }

    Viele Grüße
    Gabi

    #1010425

    Hi Gabi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .breadcrumb-trail .trail-before {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1010600

    Hi Victoria,
    thanks a lot … it works : )
    Best regards,
    Gabi

    #1010601

    One more question, what’s the way to get the breadcrumb-line on the left site (instead of righthand)?
    Gabi

    #1010618

    Hi,

    You can use this code to move the breadcrumb to the left:

    
    #top #wrap_all .title_container .breadcrumb {
    right: auto;
    left: 50px;
    }
    

    If you want to move the title (which is displayed on the left by default) to the right use this code

    
    #top #wrap_all .title_container .main-title {
        text-align: right;
    }
    

    Best regards,
    Peter

    #1012162

    Hi Peter,
    thanks, but now there is SIE BEFINDEN SICH HIER written in the line. In my first question I ask to remove that. The answer was: .breadcrumb-trail .trail-before {
    display: none;
    }
    and it works. Please tell me the code how to remove the above mentioned words and set the line left justified.
    Best regards,
    Gabi

    #1012188

    and because i’m a lazy guy i have this in my functions.php of my child-theme:

    // beim Contact Form Element eine Erklärung des Asterisk "*" setzen.
    function add_declaration() { 
    ?>
    <script>
    (function($){
      $('form:not(#searchform) input[type="submit"]').before('<p style="text-align:right; text-decoration: overline; font-size:13px">Die mit <span style="font-size: 15px" class="required">*</span> gekenntzeichneten Felder sind Pflichtfelder.</p>')
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_declaration');

    looks this way : https://webers-testseite.de/kontakt/
    and Asterisk has alway the right color – same as the other asterisks

    #1012206

    thanks, what’s the Contact Form Element?

    #1012300

    Hi,

    It’s an element in the Layout Builder in Enfold, you can find it in the Content Elements tab.

    Best regards,
    Rikard

    #1021065

    Hi,
    im Enfold-Template werde ich eine Website erstellen, die sehr lange Einzelseiten hat. Wie kann ich ein seitlich mitlaufendes Button-Menü erstellen, um nicht immer wieder nach oben scrollen zu müssen. So dass man jederzeit innerhalb der Einzelseite zwischen den Themen wecheln kann? Schon mal Danke für eine Antwort.
    Viele Grüße,
    Gabi

    #1022127

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Checkbox in Kontakt einfügen’ is closed to new replies.