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: Asia/Karachi (GMT+05:00)
Tagged: Custom Work
This topic contains 0 replies, has 0 voices.
Last updated by Waqas Bin Hasan 3 days, 10 hours ago.
Assisted by: Waqas Bin Hasan.
Author | Posts |
---|---|
January 29, 2025 at 8:15 am #16644747 | |
bjornB-33 |
Background of the issue: Symptoms: Questions: |
January 29, 2025 at 8:46 am #16644954 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Hi, Reference to our recent chat, I need to take a closer look at your site. So I request temporary access (WP-Admin and FTP), preferably to a test site where the problem has been replicated. Your next answer will be private, to share this information safely. Also provide detailed steps to reproduce the issue and links to pages in the admin and on the frontend. IMPORTANT: Please take a complete backup of the site to avoid data loss. I may need to activate/deactivate plugins also. See https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/ for details on privacy and security. P.S.: If you don't see the section for providing access information, do not write in the message box or the information may appear as public. Regards. |
January 30, 2025 at 6:58 am #16649533 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Thank you for the access. I 'll check this soon and 'll get back to you accordingly. |
January 30, 2025 at 1:05 pm #16651659 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Thank you for your patience and cooperation. I checked in your site and looks like you're using very older versions of WordPress and WPML plugins, which might be the reason there are some issues when trying to change switcher colors by editing the switcher. Anyhow, I'm trying to apply (force) your desired styles, instead of updating plugins at this point and 'll get back to you by tomorrow. |
January 31, 2025 at 6:08 am #16653936 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Thank you for your patience and cooperation. I've added following CSS in Appearance -> Customize -> Additional CSS (at the end of existing CSS): /* WPML Support */ a.dropdown-toggle.cursor-init:hover { color: #002fa7 !important; } span.wpml-ls-native:hover { color: #002fa7; } ul.dropdown li.wpml-ls-item { background-color: #B3E5FF !important; } ul.drop-menu > li.wpml-ls-item, ul.drop-menu > li.wpml-ls-item > a, ul.drop-menu > li.wpml-ls-item > a > span, ul.drop-menu > li.wpml-ls-item > a > i { background-color: #B3E5FF; } ul.drop-menu > li.wpml-ls-item > a:hover > span { color: #002fa7 !important; } ul.drop-menu > li.wpml-ls-item > a > span:hover { color: #002fa7; } .submenu-dark .menu-horizontal .menu-smart ul { background-color: #B3E5FF; } And I hope I got the closest possible you mentioned (see attached). |