Hello I want to put a translation feature on my website, I have the javascript, HTML, CSS code
the output of this code is two buttons language, if you click it, it will automatically translate to the language on that button (Chinese Traditional and Simplified)
I tried to input the code through Wix dashboard setting > custom code, the code worked well, but it seems the button always appears behind the Wix Object(ex: it behind the header, so user can’t click it)
I am trying to open Wix Velo, and I don’t have any idea how to input the code into the platform
May you give me a clue how to solve this problem?
Thank you
<a href="#" onclick="doGTranslate('zh-TW|zh-CN');return false;" title="Chinese (Simplified)" class="gflag nturl" style="background-position:-300px -0px;"><img src="// gtranslate . net/flags/blank . png" height="16" width="16" alt="Chinese (Simplified)" /></a><a href="#" onclick="doGTranslate('zh-TW|zh-TW');return false;" title="Chinese (Traditional)" class="gflag nturl" style="background-position:-400px -0px;"><img src="// gtranslate . net/flags/blank.png" height="16" width="16" alt="Chinese (Traditional)" /></a>
<style type="text/css">
<!--
a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;background-image:url(// gtranslate . net/flags/16.png);}
a.gflag img {border:0; position: absolute;left: 500px;top:100px;z-index: 7;}
a.gflag:hover {background-image:url(// gtranslate . net/flags/16a . png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
-->
</style>
<div id="google_translate_element2"></div>
<script type="text/javascript">
function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'zh-TW',autoDisplay: false}, 'google_translate_element2');}
</script><script type="text/javascript" src="https ://translate.google . com/translate_a/element.js?cb=googleTranslateElementInit2"></script>
<script type="text/javascript">
/* <![CDATA[ */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('6 7(a,b){n{4(2.9){3 c=2.9("o");c.p(b,f,f);a.q(c)}g{3 c=2.r();a.s(\'t\'+b,c)}}u(e){}}6 h(a){4(a.8)a=a.8;4(a==\'\')v;3 b=a.w(\'|\')[1];3 c;3 d=2.x(\'y\');z(3 i=0;i<d.5;i++)4(d[i].A==\'B-C-D\')c=d[i];4(2.j(\'k\')==E||2.j(\'k\').l.5==0||c.5==0||c.l.5==0){F(6(){h(a)},G)}g{c.8=b;7(c,\'m\');7(c,\'m\')}}',43,43,'||document|var|if|length|function|GTranslateFireEvent|value|createEvent||||||true|else|doGTranslate||getElementById|google_translate_element2|innerHTML|change|try|HTMLEvents|initEvent|dispatchEvent|createEventObject|fireEvent|on|catch|return|split|getElementsByTagName|select|for|className|goog|te|combo|null|setTimeout|500'.split('|'),0,{}))
/* ]]> */
</script>