WPML
Status
Vom Autor gelöst
Gelöst in
Houzez 3.0
Zugehöriges Plugin/Theme
Houzez
Themen-Tags
Compatibility

Übersicht über das Problem

Wenn Sie das Houzez-Theme verwenden, werden Sie feststellen, dass die Auswahloptionsfelder des Widgets Inquiry form nicht für die Übersetzung verfügbar sind.

Problemumgehung

  • Gehen Sie zur Seite WPML > Einstellungen > Benutzerdefinierte XML-Konfiguration.
  • Fügen Sie den folgenden XML-Code hinzu:
    <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>
  • Aktualisieren Sie Ihre Seite und übersetzen Sie sie erneut. Die Select-Optionsfelder sollten dieses Mal für die Übersetzung verfügbar sein.

Alle bekannten Probleme →