 lucap-5
|
Is there any news on this?
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Unfortunately there's no ETA so far, however the issue is being reviewed by the 2nd tier team.
I 'll update you as soon as there's a progress.
We appreciate your patience and cooperation in this matter.
|
 lucap-5
|
Any news on this?
I tried to fix it but I couldn't, but I did not think that this issue was going to prove too difficult to fix for WPML itself..!
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Thank you for your patience and our apologies for the delay. I am checking with the relevant team and 'll get back to you soon on this.
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Thank you for your patience and cooperation.
Team suggests to use a plugin like WP Code and add a JS Snippet loaded inside the Footer:
let ls_block_switcher = document.querySelector(".wp-block-navigation-submenu__toggle");
let ls_block_open = ls_block_switcher.getAttribute('aria-expanded');
if (ls_block_open) {
document.addEventListener('click', function(event) {
if (!ls_block_switcher.contains(event.target)) {
ls_block_switcher.setAttribute('aria-expanded', 'false');
}
});
}
Please try this and let me know.
|
 lucap-5
|
Hi Waqas,
thank you for your support.
I have added the code, but nothing changes, the issue is still there: hidden link
I have tried to add the code provided in different positions, but it does not seem to work...
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Thank you for the updates.
I tried to login to your staging site but that seems to no longer exist. My sandbox site has also been expired.
However, I've informed the team and 'll get back to you accordingly. On the other hand, the issue has also been further escalated to the dev team.
|
 lucap-5
|
Thank you for the update Waqas. The staging site now is at hidden link
You should be able to login with your previous password
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
I'm getting the following error while trying to login to /stage7/:
Error: Invalid username/email or incorrect password.
I've enabled your next reply as private again to provide updated login information for the staging site.
|
 lucap-5
|
Sorry about that, I have just updated the access credentials.
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Thank you for the updates, I've informed our team and 'll get back to you accordingly.
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
I'm trying to check the fix applied but noticed that one of your parent theme is broken. So in an effort to fix it, I tried to install and activate Astra theme from Plugins -> Add New.
But site ran into a critical error and isn't accessible anymore.
Please connect via FTP and remove the "Astra" theme folder, so it can be accessible again.
After that, please check your themes page and scroll down to the bottom to find the notice about the broken theme. Please also fix that and let me know, so I can then proceed further.
|
 Waqas Bin Hasan
Supporter
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
I further tested in a new sandbox site (hidden link) and this seems to work just fine. You can access the sandbox and observe accordingly at hidden link (one-click login).
So I think the problem is somewhere with your theme which is perhaps a modified one. As well as its parent is broken.
Please check with standard Astra theme.
|
 lucap-5
|
Thank you Waqas.
I think it has something to do with Astra theme. I have added a language switcher inside hidden link and, if set to "click", it does not work on your test site either.
But, if I switch the theme to TwentyThree, the language switcher works fine.
|