This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 7 replies, has 2 voices.
Last updated by micheleB-25 1 year, 10 months ago.
Assisted by: Osama Mersal.
Author | Posts |
---|---|
June 15, 2023 at 10:12 pm #13835609 | |
micheleB-25 |
Hello, This is the code generated in the frontend: <div class="fl-module fl-module-html" data-node="..."> <div class="fl-module-content fl-node-content"> <div class="fl-html"> ... Thanks. |
June 16, 2023 at 3:44 pm #13841517 | |
micheleB-25 |
I've tried to apply these instructions, but Beaver Builder creates a mess of code: Could someone show me how to add the "HTML" Beaver Builder module/widget on WPML advanced editor? On the classical editor, the "HTML" displays correctly; on the advanced, not. |
June 17, 2023 at 6:28 am #13843287 | |
micheleB-25 |
I've tried to use this instruction but not work: <wpml-config> <beaver-builder-widgets> <widget name="html"> <fields> <field type="module" editor_type="LINE">html_code</field> </fields> </widget> </beaver-builder-widgets> </wpml-config> |
June 18, 2023 at 9:56 am #13844887 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, Thanks for contacting WPML forums support. I'll be glad to help you today. 1) First of all, sorry for the late reply due to a higher workload. The HTML module might not be translatable using the translation editor, so please try to translate it manually by editing the translated page using the page builder. Kindly check our guide about manual translation. (https://wpml.org/documentation/translating-your-contents/using-different-translation-editors-for-different-pages/) 2) Could you please share your Debug information with me? Best regards, |
June 18, 2023 at 11:04 am #13845279 | |
micheleB-25 |
Hi Osama, [fluentform type="conversational" id="1"] I tried this shortcode (set to "Custom WPML Configuration"), but the advanced WPML editor only sees "conversational" field: <shortcodes> <shortcode> <tag>fluentform</tag> <attributes> <attribute>conversational</attribute> <attribute>id</attribute> </attributes> </shortcode> </shortcodes> |
June 18, 2023 at 11:19 am #13845287 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, Please try the following steps: 1- Add the following code to functions.php in your theme folder add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' ); 2- Edit the page in the default language Kindly let me know if the above steps fixed the issue. Best regards, |
June 18, 2023 at 5:32 pm #13846023 | |
micheleB-25 |
Unfortunately, this code not works. |