Site URL: https://www.extremekidsandcrew.org/
I am attempting to add a bit of code that would add a Google Translate widget to the header of my webpage. However, the widget only shows up on the mobile version of my site and I'm unable to figure out why. Does anyone know why this might be happening? For reference, here's the site in question: https://www.extremekidsandcrew.org/
And the widget code:
<div id='google_translate_element'></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script>
<script src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit' type='text/javascript'></script>