CurryWebServices Posted March 5, 2020 Share Posted March 5, 2020 Site URL: https://www.grotonchiropractor.com/ I used the following code to add Google Translate to this website. Code Block in Content Body: <div id=google_translate_element></div> Code Injection Area: <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> After installing the element and injecting the <script> code, the hamburger sidebar menu stopped working. I cannot quite tell, but it looks like the Google Translate screen overlay is blocking access to the sidebar menu. Any ideas how I can fix this so that my sidebar menu is still accessible with the Google Translate element added? I currently have the code removed so that the site works as intended. Any help would be appreciated! Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 Have you fixed this yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
CurryWebServices Posted March 13, 2020 Author Share Posted March 13, 2020 On 3/10/2020 at 10:11 AM, tuanphan said: Have you fixed this yet? No I haven't tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.