Skip Navigation

Resolved by author

Resolved in: Houzez 3.0

Topic Tags: Compatibility

Overview of the issue

If you are using Houzez theme, you will notice that the select option fields of the Inquiry form widget are not available for translation.

Workaround

  • Go to WPML > Settings > Custom XML Configuration page.
  • Add the following XML:
    <wpml-config>
      <elementor-widgets>
        <widget name="houzez_elementor_inquiry_form">
          <conditions>
            <condition key="widgetType">houzez_elementor_inquiry_form</condition>
          </conditions>
          <fields>
            <field type="Form Name" editor_type="LINE">form_name</field>
            <field type="Inquiry Form: GDPR Label" editor_type="LINE">gdpr_label</field>
            <field type="Inquiry Form: GDPR Validation Message" editor_type="LINE">gdpr_validate</field>
            <field type="Inquiry Form: GDPR Agreement Text" editor_type="AREA">gdpr_text</field>
            <field type="Inquiry Form: Redirect Link" editor_type="LINK">redirect_to</field>
            <field type="Inquiry Form: Submit Button" editor_type="LINK">button_text</field>
            <field type="Inquiry Form: Email Subject" editor_type="LINK">email_subject</field>
          </fields>
          <fields-in-item items_of="form_fields">
            <field type="Inquiry Form: Field Label" editor_type="LINE">field_label</field>
            <field type="Inquiry Form: Field Placeholder" editor_type="LINE">placeholder</field>
            <field type="Inquiry Form: Field Validation Message" editor_type="LINE">validation_message</field>
            <field type="Inquiry Form: Field Options" editor_type="AREA">field_options</field>
          </fields-in-item>
        </widget>
      </elementor-widgets>
    </wpml-config>
    
  • Refresh your page and translate it again. Select option fields should be available for translation this time.

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>