Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #791391

    How can I change the text in the contactform in Enfold: ‘Please prove that you are human by solving the equation‘?

    #791410

    Hey Els,

    You can change it in enfold/config-templatebuilder/avia-shortcodes/contact.php in line 387, the code should look like this:

    $elements['avia_age'] =	array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));

    Just replace the text.

    But if you want the customization not be lost during the update I would suggest you do this (process is longer), it would require that you use a child theme first: http://kriesi.at/documentation/enfold/using-a-child-theme/ then override the Enfold’s Contact Form in the child theme by using this method: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ in this case you should copy contact.php from the Enfold theme to the shortcodes folder of the child theme then edit contact.php as what I have suggested on top. And that should be it. Hope this helps :)

    Best regards,
    Nikko

    #792278

    Hi Nikko, Thanks for your reply. But I just can’t find the line in the config file you told me to look for……
    I am to late for a child theme, because I would loose all my editings.

    #792298

    Nikko! I found it! I did not realize that I had to find the files via the FTP.
    So I guess I can fix it now. Thanks.

    • This reply was modified 7 years, 6 months ago by Els.
    #792308

    Hi,

    Glad we could help. :) Thanks for using Enfold. We can keep this thread open, but if it’s fixed now just let us know so we can close this thread :)

    Best regards,
    Nikko

    #792390

    FIXED. Thanks for your help again.

    #792602

    Hi,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Captcha Enfold’ is closed to new replies.