Contact form - by duduibira - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: duduibira
    duduibira
    Participant
    June 22, 2016 at 14:15

    i want to keep the contact page that is on my website.
    so, how can i:
    1 – edit labels?
    2 – edit messages? (Please, fill in the required , etc)
    3 – add more fields?
    4 – turn off security code verification?

    thanks

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 22, 2016 at 14:42

    Hello,

    To change our default contact form you need to edit the wp-content/themes/royal/framework/shortcodes.php file in “Contact form” section and the wp-content/themes/royal/framework/theme-functions.php file in “Send message from contact form” section to remove captcha and change the ‘Please, fill in the required fields!’ message.

    Best regards,
    Jack Richardson.

    Avatar: duduibira
    duduibira
    Participant
    June 22, 2016 at 14:54

    im using a child theme… this changes are in the main theme right? won’t i lose this changes in a future update of theme version?
    thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 15:31

    Hello,

    you need copy these functions (function et_contact_form{...} from shortcodes.php file and function et_send_msg_action{...} from theme-functions.php file) to the child theme functions.php and modify them to your liking.

    Regards,
    Robert Hall

    Avatar: duduibira
    duduibira
    Participant
    June 22, 2016 at 16:30

    trying to create a new topic, but the buttom for it is not showing.

    so here it goes:
    how do i edit: “icon-hover-green” in order to change the color? searched oh the main theme css file but didnt find it.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 16:53

    Please provide screenshot for our better understanding and highlight where exactly you want to change the color.

    Regards,
    Robert Hall

    Avatar: duduibira
    duduibira
    Participant
    June 22, 2016 at 17:08

    http://boardcamp.com.br/sanntalolla/wp-content/uploads/help.jpg

    in the info-list-settings theres a extra class: icon-hover-green … i believe i have to paste this css class in my custom css and edit it. right? but where is this css class? 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 22, 2016 at 17:30

    Yes, you’re right. Now add the following code in Global Custom CSS to change hover effect.
    For example:

    .icon-hover-green .icon_list_icon:hover {
        background: red !important;
        color: black !important;
    }

    Regards,
    Robert Hall

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.