Skip Navigation

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.

Our next available supporter will start replying to tickets in about 3.62 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

Supporter timezone: Europe/Vienna (GMT+01:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by Bigul 1 month, 2 weeks ago.

Assisted by: Bigul.

Author Posts
September 27, 2024 at 9:20 pm #16231294

leoF-6

Background of the issue:
I am trying to translate the content of the FAQ page using the Easy Accordion Pro plugin on my site hidden link. I followed the documentation provided by WPML for registering custom Elementor widgets for translation.

Symptoms:
I can't in any way translate the content of the FAQ page using the accordion page.

Questions:
How can I translate the content of the FAQ page using Easy Accordion Pro?
Why is the method described in the WPML documentation not working for my site?
https://wpml.org/documentation/support/multilingual-tools/registering-custom-elementor-widgets-for-translation/#getting-started

September 28, 2024 at 3:01 am #16231522

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Welcome to the WPML support forum. I will do my best to help you to resolve the issue.

This may be a compatibility issue. Please fill in the private details fields after a full site backup{mandatory}. I would like to access the admin area of your site to check further. Refer to the following links for more details about our private information sharing policies.

https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

hidden link

--
Thanks!

Bigul

October 2, 2024 at 2:54 pm #16246326

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Please check the attached image. You are using the Shortcodes and post IDs for the EASY ACCORDION widget. Therefore please try the following workaround after a full site backup and let us know your feedback.

1) Add this code in functions.php of your theme

function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) {
    $data = $job_translate['field_data'];
   
    if ( 'base64' === $job_translate['field_format'] ) {
        $data = base64_decode( $data );
    }
   
    if ( is_numeric( $data ) ) {
        return true;
    }
   
    return $is_translatable;
}
add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 );

2) Open the FAQ page for edit in English and update it after a minor change to refresh the translation settings

3) Open the translations for editing and translate shortcode IDs with the translation

You can easily find the original language ID and its translation from the following links.

hidden link (The English post [sp_easyaccordion id="6386"])

hidden link (The German Post [sp_easyaccordion id="7095"])

--
Thanks!

Bigul

2024-10-02_20h14_43.png
October 2, 2024 at 7:46 pm #16247323

leoF-6

i didi what you said but se no difference
in the tanslation maanger title string shoudl be translated (see file)
but when opening the page it is not translated
also whole content of FAQ is not translated

checojoni2.JPG
checojoni1.JPG
October 3, 2024 at 4:23 pm #16251366

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Thank you for the feedback. This may be a compatibility issue with the *Easy Accordion Pro* plugin. Therefore I have created a test site in our Sandbox Server for further debugging of this bug. Reproducing the issues in a fresh/minimal installation will help us a lot in debugging and also we can troubleshoot the issue without affecting your live site.

Please try the following steps and make sure the bug exists or is not on the sandbox site.

1) Click this URL to visit the Sandbox site backend - hidden link
2) Configure WPML like your live site and activate WPML add-ons
4) Install and activate *Easy Accordion Pro* plugin
5) Create a couple of Accordion Groups posts and translate it
6) Assign the Accordion Groups Post to the page
7) Translate the page to a secondary language

--
Thanks!

Bigul

The topic ‘[Closed] TRANSLATION OF EASY ACCORDION PRO’ is closed to new replies.