Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #649853

    Hello
    I would like to change text of sending button in Enfold contact form. When I push the button – right now apears “sending” but I want another text.

    Thank you
    Ondrej

    #649858

    Hi velkovinoteka!

    Please go to Enfold/framework/php/class-form-generator.php file and find following line

    			$this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Sending','avia_framework').'"/>';

    and change it to following one

    			$this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Another text','avia_framework').'"/>';

    Regards,
    Yigit

    #652561

    Hello Yigit,

    I can´t find framework/php/….

    In editor Menu is only this:

    avia_framework.php
    (framework/avia_framework.php)
    and others:
    Chybová stránka 404
    (404.php)
    Archiv
    (archive.php)
    Zobrazení autora
    (author.php)
    Komentáře
    (comments.php)
    config.php
    (config-bbpress/config.php)
    config.php
    (config-events-calendar/config.php)
    event-mod-css-dynamic.php
    (config-events-calendar/event-mod-css-dynamic.php)
    config.php
    (config-gravityforms/config.php)
    config.php
    (config-layerslider/config.php)
    config.php
    (config-templatebuilder/config.php)
    admin-import.php
    (config-woocommerce/admin-import.php)
    admin-options.php
    (config-woocommerce/admin-options.php)
    config.php
    (config-woocommerce/config.php)
    woocommerce-mod-css-dynamic.php
    (config-woocommerce/woocommerce-mod-css-dynamic.php)
    config.php
    (config-wordpress-seo/config.php)
    config.php
    (config-wpml/config.php)
    dynamic-css.php
    (css/dynamic-css.php)
    Theme Footer
    (footer.php)
    forum.php
    avia_framework.php
    (framework/avia_framework.php)
    functions-enfold.php
    Funkce šablony
    (functions.php)
    Theme Header
    (header.php)
    error404.php
    (includes/error404.php)
    helper-conditional-megamenu.php
    (includes/helper-conditional-megamenu.php)
    helper-main-menu.php
    (includes/helper-main-menu.php)
    helper-markup.php
    (includes/helper-markup.php)
    helper-post-format.php
    (includes/helper-post-format.php)
    helper-responsive-megamenu.php
    (includes/helper-responsive-megamenu.php)
    helper-social-media.php
    (includes/helper-social-media.php)
    helper-template-logic.php
    (includes/helper-template-logic.php)
    loop-about-author.php
    (includes/loop-about-author.php)
    loop-author.php
    (includes/loop-author.php)
    loop-comments.php
    (includes/loop-comments.php)
    loop-index.php
    (includes/loop-index.php)
    loop-page.php
    (includes/loop-page.php)
    loop-portfolio-single.php
    (includes/loop-portfolio-single.php)
    loop-search.php
    (includes/loop-search.php)
    related-posts.php
    (includes/related-posts.php)
    Zobrazení úvodní stránky
    (index.php)
    Single Page
    (page.php)
    Výsledky vyhledávání
    (search.php)
    Vyhledávací formulář
    (searchform.php)
    Postranní panel
    (sidebar.php)
    single-portfolio.php
    Zobrazení příspěvku
    (single.php)
    Zobrazení štítku
    (tag.php)
    taxonomy-portfolio_entries.php
    Archives – šablona stránky
    (template-archives.php)
    Blank – No Header, no Footer – šablona stránky
    (template-blank.php)
    template-builder.php

    Styly

    Kaskádové styly (CSS)
    (style.css)

    Some advice?

    Thanks

    #653085

    Hi,

    Please try finding it via FTP. it would be in wp-content/themes/Enfold/framework/php/class-form-generator.php

    Best regards,
    Yigit

    #653768

    gREAT! iT WORKS!

    THX

    #653857

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change text in sending button – contact form’ is closed to new replies.