Hola, Bonjour, สวัสดี! Make Your Website Speak Every Language (for Free!)
Have you ever dreamed of your website reaching people all over the world? Imagine your content connecting with audiences in different countries, cultures, and languages. 🌎 It’s not just a dream anymore – with GTranslate, it’s a reality!
What is GTranslate? Your Website’s Universal Translator
GTranslate is a fantastic WordPress plugin that instantly translates your entire website into multiple languages. No more complicated coding or expensive translation services. GTranslate uses the power of Google Translate to make your content accessible to everyone, no matter where they are.
GTranslate: Translation Made Easy
JS code
smoothly floating icon disappear when scrolling
window.addEventListener('scroll', function() {
var element = document.getElementById('gt_float_wrapper');
if (element) {
if (window.scrollY > 0) { // Adjust the threshold as needed
element.style.opacity = '0';
} else {
element.style.opacity = '1';
}
}
});
put this code to the bottom of body tag script section
CSS code
smoothly floating icon disappear when scrolling
#gt_float_wrapper {
transition: opacity 0.5s ease-in-out; /* Adjust duration and easing as desired */
}
#gt_float_wrapper > div{
border-radius: 15px;
}
put this code to the before the body tag header section
Ready to Go Global?
Don't let language barriers hold you back. With GTranslate, you can easily translate your WordPress website and reach a worldwide audience. 🌎
Ready to Go Global?
Install GTranslate today and start connecting with the world! It's FREE!