Comments MarekKrzeminski started the conversationMarch 18, 2022 at 12:15pmWPML plugin can't translate some penci widgets. Can you provide reqistration XMLs do translations can be done? 2,610PenciDesign repliedMarch 18, 2022 at 2:01pmHi,Can you send me some text on your site you can't translate? I'll check then send you a quick solution.Regards,PenciDesign.MarekKrzeminski repliedMarch 18, 2022 at 2:11pmMenu page for all languages - https://www.swiezo-upieczona.com.pl/menu/Opening hours on the Menu page at the bottomIcons with text on the Menu page at the bottomAbout page for all languages - https://www.swiezo-upieczona.com.pl/kontakt/Contact page for all languages - https://www.swiezo-upieczona.com.pl/kontakt/MarekKrzeminski repliedMarch 18, 2022 at 2:13pmso far I've started creating xml reigistration file as workaround:<wpml-config> <elementor-widgets> <widget name="penci-fancy_heading"> <fields> <field type="Subtitle" editor_type="LINE">p_subtitle</field> <field type="Title" editor_type="LINE">p_title</field> <field type="Content" editor_type="LINE">content</field> </fields> </widget> </elementor-widgets></wpml-config> 2,610PenciDesign repliedMarch 18, 2022 at 2:36pmHi,You can use the WPML String Translation plugin to translate all your text easily, please read the document detail here: https://wpml.org/documentation/getting-started-guide/string-translation/Regards,PenciDesign.MarekKrzeminski repliedMarch 18, 2022 at 3:10pmYou can't find any text for translation until you register widget into WPML config. That's the problem.You should provide xml registration files to make it compatible with WPML.MarekKrzeminski repliedMarch 18, 2022 at 3:11pmhere is a doc from WPML how to make it happen:https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/ 2,610PenciDesign repliedMarch 18, 2022 at 3:39pmHi,Here is the document you should read: https://wpml.org/documentation/plugins-compatibility/elementor/Regards,PenciDesign.MarekKrzeminski repliedMarch 18, 2022 at 6:26pmThanks. I've read this as well and contacted WPML support who told me to contact author of Penci widgets to provide register xml files, so they can be detected and translated.MarekKrzeminski repliedMarch 18, 2022 at 8:25pmI am sending you a wpml.config file for a couple of your widgets so you can attach them to the theme:<wpml-config> <elementor-widgets> <widget name="penci-fancy_heading"> <fields> <field type="Subtitle" editor_type="LINE">p_subtitle</field> <field type="Title" editor_type="LINE">p_title</field> <field type="Content" editor_type="LINE">content</field> </fields> </widget> <widget name="icon-box"> <fields> <field type="Title" editor_type="LINE">title_text</field> <field type="Description" editor_type="LINE">description_text</field> </fields> </widget> <widget name="penci-info-box"> <fields> <field type="Title" editor_type="LINE">title_text</field> <field type="Subtitle" editor_type="LINE">subtitle</field> <field type="treadmore" editor_type="LINE">treadmore</field> <field type="Description" editor_type="LINE">description_text</field> </fields> </widget> <widget name="penci-open-hour"> <fields-in-item items_of="working_hours"> <field type="Title" editor_type="LINE">title</field> <field type="hours" editor_type="LINE">hours</field> <field type="Subtitle" editor_type="LINE">subtitle</field> <field type="heading" editor_type="LINE">heading</field> </fields-in-item> </widget> </elementor-widgets></wpml-config> 2,610PenciDesign repliedMarch 19, 2022 at 2:32amHi,Thank you for your information. I'll check all theme files then update the wpml.config file soon.Regards,PenciDesign. Sign in to reply ...
WPML plugin can't translate some penci widgets. Can you provide reqistration XMLs do translations can be done?
Hi,
Can you send me some text on your site you can't translate? I'll check then send you a quick solution.
Regards,
PenciDesign.
Menu page for all languages - https://www.swiezo-upieczona.com.pl/menu/
Opening hours on the Menu page at the bottom
Icons with text on the Menu page at the bottom
About page for all languages - https://www.swiezo-upieczona.com.pl/kontakt/
Contact page for all languages - https://www.swiezo-upieczona.com.pl/kontakt/
so far I've started creating xml reigistration file as workaround:
<wpml-config>
<elementor-widgets>
<widget name="penci-fancy_heading">
<fields>
<field type="Subtitle" editor_type="LINE">p_subtitle</field>
<field type="Title" editor_type="LINE">p_title</field>
<field type="Content" editor_type="LINE">content</field>
</fields>
</widget>
</elementor-widgets>
</wpml-config>
Hi,
You can use the WPML String Translation plugin to translate all your text easily, please read the document detail here: https://wpml.org/documentation/getting-started-guide/string-translation/
Regards,
PenciDesign.
You can't find any text for translation until you register widget into WPML config. That's the problem.
You should provide xml registration files to make it compatible with WPML.
here is a doc from WPML how to make it happen:
https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/
Hi,
Here is the document you should read: https://wpml.org/documentation/plugins-compatibility/elementor/
Regards,
PenciDesign.
Thanks. I've read this as well and contacted WPML support who told me to contact author of Penci widgets to provide register xml files, so they can be detected and translated.
I am sending you a wpml.config file for a couple of your widgets so you can attach them to the theme:
<wpml-config>
<elementor-widgets>
<widget name="penci-fancy_heading">
<fields>
<field type="Subtitle" editor_type="LINE">p_subtitle</field>
<field type="Title" editor_type="LINE">p_title</field>
<field type="Content" editor_type="LINE">content</field>
</fields>
</widget>
<widget name="icon-box">
<fields>
<field type="Title" editor_type="LINE">title_text</field>
<field type="Description" editor_type="LINE">description_text</field>
</fields>
</widget>
<widget name="penci-info-box">
<fields>
<field type="Title" editor_type="LINE">title_text</field>
<field type="Subtitle" editor_type="LINE">subtitle</field>
<field type="treadmore" editor_type="LINE">treadmore</field>
<field type="Description" editor_type="LINE">description_text</field>
</fields>
</widget>
<widget name="penci-open-hour">
<fields-in-item items_of="working_hours">
<field type="Title" editor_type="LINE">title</field>
<field type="hours" editor_type="LINE">hours</field>
<field type="Subtitle" editor_type="LINE">subtitle</field>
<field type="heading" editor_type="LINE">heading</field>
</fields-in-item>
</widget>
</elementor-widgets>
</wpml-config>
Hi,
Thank you for your information. I'll check all theme files then update the wpml.config file soon.
Regards,
PenciDesign.