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 7.65 hours from now. Thank you for your understanding.

This topic contains 3 replies, has 2 voices.

Last updated by Lauren 1 year, 9 months ago.

Assisted by: Lauren.

Author Posts
January 30, 2023 at 7:29 pm #12924395

dosvisual.com

I´m working on a staging website setting up ATE. I have set a user as a Translator Manager, but it has no access to translate the Avada sliders...

January 30, 2023 at 8:36 pm #12924815

Lauren
Supporter

Languages: English (English )

Timezone: America/New_York (GMT-05:00)

After our chat, I spoke with one of our developers and there is a suggested workaround, however keep in mind this will add taxonomy translation access to anyone with the editor role. You can place the following code in functions.php and run this one time to generate it:

$admin_role = get_role( 'editor' );
$admin_role->add_cap( 'wpml_manage_taxonomy_translation', true );

Please let me know if that resolves the issue for you. Thanks!

February 1, 2023 at 12:27 pm #12937695

dosvisual.com

Thanks Lauren, it´works! Thanks to you and all the team for the fast workaround <3

I agree that granting taxonomy translation access to anyone with the EDITOR role is not ideal. But in our case, having to give ADMIN access to all the translators would be much worse!

We hope that Avada and Wpml find a way of making the Avada sliders translation work as the rest of the elements.

February 1, 2023 at 1:43 pm #12938667

Lauren
Supporter

Languages: English (English )

Timezone: America/New_York (GMT-05:00)

Very happy this worked for you! Thanks for letting us know.