Mathias
(Mathias)
July 22, 2024, 7:39am
1
Hello - Unfortunately, the button is not displayed.
Joomla 5.1.2 and Yootheme pro 4.4
I have inserted the code in the index.php (also at the template manufacturer under “User-defined code” - unfortunately both do not work). Is there anything else to bear in mind?
Greets Mathias
1 Like
Max
July 22, 2024, 11:16am
3
Hi there @Mathias
Could you please send me a link to the page where you’ve tried to install the widget? I’ll gladly check it for you
Mathias
(Mathias)
July 22, 2024, 11:19am
4
Hi @Max with great pleasure:
1 Like
Max
July 22, 2024, 1:59pm
5
Thank you!
I’ve passed this issue to the devs. Once it’s fixed, I’ll report back
As a temporary solution, you can add this script next to your widget’s installation code:
<script>
const currentLang = document.documentElement.lang;
document.documentElement.lang = currentLang.split('-')[0];
</script>
Mathias
(Mathias)
July 22, 2024, 2:13pm
6
Works very well with the script - thank you very much!
2 Likes
Max
July 22, 2024, 2:43pm
7
Great! In the meantime, our devs fixed the issue globally, so you can remove this script
Mathias
(Mathias)
July 22, 2024, 8:28pm
8
Great! Thank you very much for the quick implementation!
2 Likes
Max
July 23, 2024, 9:11am
9
You are very welcome!
If anything else comes up, we are always here for you