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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+02:00)

This topic contains 3 replies, has 2 voices.

Last updated by Mohamed Sayed 1 year ago.

Assisted by: Mohamed Sayed.

Author Posts
February 9, 2024 at 3:50 pm #15286887

cindyL-2

We have a capabilities manager that allows us to set specific Roles in WordPress to access and translate, this has been the case for over 5 years.

February 11, 2024 at 6:32 pm #15290525

Mohamed Sayed

Hi there,
Thanks for contacting WPML support.

Please try the workaround mentioned in the following ticket after creating a full backup: https://wpml.org/forums/topic/issue-with-wpml-admin-capabilities/#post-15220070

Then make sure that the WPML capabilities are granted for the custom user role.

Let me know please if that helps.

Kind regards,
Mohamed

February 13, 2024 at 9:28 pm #15299715

cindyL-2

Hi Mohamed.

That workaround URL directs to a private ticket that I'm unable to view.

Can you help with that?

February 13, 2024 at 9:50 pm #15299751

Mohamed Sayed

Hi,

Please try the following steps after creating a full backup:

1. Edit the file /wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/wp/classes/User.php
2. Replace the following code (line 222):

return self::hasCap( self::CAP_ADMINISTRATOR, $user );

With:

return self::hasCap('manage_options', $user);

3. Make sure that the "Manage Options" and WPML capabilities are granted.

The topic ‘[Closed] Capabilities not allowing editor to translate’ is closed to new replies.