This thread is resolved. Here is a description of the problem and solution.
Problem:
The client needed to fix the positioning of the WPML Language Switcher on the Login Page when using the BuddyBoss Theme. The issue was that the switcher was not clickable and was not properly aligned over the login form.
Solution:
We recommended adjusting the CSS properties of the WPML Language Switcher to ensure it appears correctly and is functional. Here are the steps we suggested:
1. Set a higher z-index for the language switcher to ensure it appears on top of other elements.
2. Add
margin-left: 50%;
to center the switcher over the form.
3. Apply
position: relative;
to the switcher div to make the z-index effective.
Here is the final CSS code to add:
.wpml-login-ls {<br /> margin: auto;<br /> padding: 0 0 24px;<br /> text-align: center;<br /> z-index: 10;<br /> position: relative;<br /> margin-left: 50% !important;<br />}
For more information on CSS z-index, you can visit Relative Documentation for the CSS z-index.
Please note that this solution might be outdated or not applicable to your specific 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 issue 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 2 voices.
Last updated by 7 months, 2 weeks ago.
Assisted by: Bobby.