This topic has 10 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson
I would like to add language switcher in right top bar before option your account.
How can I do you have any css settings already that modify switcher to be more like Legenda theme?
Thanks!!!!
Hello,
If you want to create multilingual site you need use WPML plugin which is compatible with the theme.
To add language switcher in right top bar you have to edit the file wp-content/themes/legenda/framework/theme-functions.php after line 1281.
Regards,
Eva Kemp.
Hi there,
Thanks for a quick replay!
I already use WPML so that is done.
Regarding theme-functions.php file, do I copy folder framework and theme-functions.oho file in child theme and then edit it, or do I just copy file there?
Also, If you have done, do you have part of the code whic can I enter there?
Hello,
You need add this code:
<?php do_action('wpml_add_language_selector'); ?>
You need create folder “framework” in child theme and copy the file into there https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/
Regards,
Eva Kemp.
Hi there,
When I edited this file, language switcher added itself in top left cornet, and I can not move it to the right side, next to my account section.
Do you know how can I do this?
Thanks very much!
Petar
Hello,
I’ve added the code in child functions.php file. Please check site now.
Best regards,
Jack Richardson.
Thank you very much for this.
Can I ask one last thing, regarding this? I am trying to put all of this in line, not to be in two line in top bar, but whole day can not succeed. Can you help me, how to set up language to be before my account, or “PRIJAVI SE” link.
Thanks once again!!!
Hello,
Try to use this code in child style.css file:
#lang_sel_click li {
width: 80px;
}
#lang_sel_click {
display: inline;
}
.links {
width: 300px;
}
Best regards,
Jack Richardson.
Guys, you are the best support that I ever encountered!!!!
Thanks!!!!
I will recommend your theme always!
Hello,
You’re welcome and thank you for kind words!
We’d be glad if you leave a review on ThemeForest site https://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/reviews/5888906
We appreciate it very much.
Thank you.
Best regards,
Jack Richardson.
The issue related to '‘Language switcher in right top bar’' has been successfully resolved, and the topic is now closed for further responses