This thread is resolved. Here is a description of the problem and solution.
Problem:
You are experiencing an issue where some menu items are missing when you hover over the WPML sidebar in the admin area of WordPress 6.8.1, despite using the latest versions of WPML and its extensions.
Solution:
1. Copy the code snippet above and paste it into your theme's functions.php file.
function wpmlsupp_1706_reset_wpml_capabilities() { if ( function_exists( 'icl_enable_capabilities' ) ) { icl_enable_capabilities(); } } add_action( 'shutdown', 'wpmlsupp_1706_reset_wpml_capabilities' );
2. Navigate to any page on your WordPress site's front end. This will trigger the wpmlsupp_1706_reset_wpml_capabilities function.
3. After the page has loaded, remove the code from the functions.php file.
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket.
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 1 reply, has 0 voices.
Last updated by 1 month, 2 weeks ago.
Assisted by: Andrey.