-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTranslate #1
Comments
@JustinyAhin - we are waiting in Sergey to reply to your questions, right? |
Yes, waiting for Sergey's response. |
Sergey says:
|
|
Customer support suggests to fix the toggle (dropdown menu to choose language)
add the following code into the footer.php file, and Sergey // [email protected] (GTransalte support) me know once it's done.
<script>jQuery(document).ready(function() {var lang_html = jQuery(".switcher div.option a[onclick*='|"+jQuery('html').attr('lang')+"']").html();if(typeof lang_html != "undefined")jQuery('.switcher div.selected a').html(lang_html.replace("data-gt-lazy-", ""))});</script>The text was updated successfully, but these errors were encountered: