- Status
- Vom Autor gelöst
- Zugehöriges Plugin/Theme
- Premium Addons for Elementor
- Themen-Tags
- Compatibility
Übersicht über das Problem
Wenn Sie das Plugin Premium Addons for Elementor verwenden, kann es zu Problemen kommen, bei denen Inhalte im Testimonial-Widget nicht korrekt im Erweiterten Übersetzungs-Editor (ATE) angezeigt werden.
Problemumgehung
Bitte stellen Sie sicher, dass Sie über ein vollständiges Backup Ihrer Website verfügen, bevor Sie fortfahren.
- Gehen Sie zur Seite WPML > Einstellungen > Benutzerdefinierte XML-Konfiguration.
- Fügen Sie das folgende XML hinzu:
<wpml-config> <elementor-widgets> <widget name="premium-addon-testimonials"> <fields> <field type="Testimonial: Name" editor_type="LINE">premium_testimonial_person_name</field> <field type="Testimonial: Job Name" editor_type="LINE">premium_testimonial_company_name</field> <field type="Testimonial: Link" editor_type="LINK">premium_testimonial_company_link>url</field> <field type="Testimonial: Content" editor_type="LINE">premium_testimonial_content</field> <field type="Testimonial: Heading" editor_type="LINE">heading</field> </fields> <fields-in-item items_of="multiple_testimonials"> <field type="Testimonial: Heading" editor_type="LINE">heading</field> <field type="Testimonial: Name" editor_type="LINE">person_name</field> <field type="Testimonial: Job Name" editor_type="LINE">company_name</field> <field type="Testimonial: Link" editor_type="LINK">link>url</field> <field type="Testimonial: Content" editor_type="AREA">content</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config>