This topic has 25 replies, 6 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi, how to edit or hide menu header links EN FR GE £ € $ ?
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
Thanks, I resolved with css 🙂
Hello,
That’s great.
If there are any questions feel free to ask us.
Regards,
Eva Kemp.
Can you explain how you did this? i have the same problem over here :-).
Thank you.
Hello @jwezenberg,
You can hide those links using this code in custom.css file:
.languages-area {
display: none !important;
}
To create custom.css you need rename default.custom.css to custom.css via FTP in wp-content/themes/royal directory and enable it in Theme Options > Custom CSS.
Thank you.
Regards,
Eva Kemp.
I have followed your steps but they still show on my website. FIXED THANK YOU!
Does it take some time until my host processed these changes?
How can i translate the text in the same box. (NEWSLETTER, MY ACCOUNT, LOGOUT/LOGIN)
I have translated many things now in poedit but i cant find these words.
thanks in advance
Hello @jwezenberg,
Those words can be found in .po file in wp-content/themes/royal/languages.
Please provide us with wp-admin panel and FTP credentials to check the issue.
Thank you.
Regards,
Eva Kemp.
Hello Eva,
thank you for your reply, Here are all the details you need.
Hello,
You’ve created .po file incorrectly.
Please read our documentation carefully: https://www.8theme.com/demo/docs/royal/#!/0_how_to_translate
Also please note WPLANG is deprecated (https://core.trac.wordpress.org/changeset/29630) in new WordPress version. Use $locale=’nl_NL';
instead. It’s also described in our instruction.
Thank you.
Regards,
Eva Kemp.
I have deleted everything and im going to start again from the beginning reading the tutorial step by step. The information above is not understandable for a newbie like me 🙂
thnx
Hello,
If you have any difficulties translating the theme, don’t hesitate to contact us.
Thank you.
Regards,
Eva Kemp.
You can also remove the links by placing an empty tekst widget in the widget “Place in header top bar”.
Hello eva,
im starting with a fresh installation. i do have difficulties with translation.
How can 8theme help me with that?
Greeting
Hello jwezenberg,
Read more here about translation:
https://www.8theme.com/demo/docs/royal/index.html#!/0_how_to_translate
Regards,
Robert Hall.
Hello,
I have a new fresh installed website. i translated the files again and i have these files nl_NL.po and nl_NL.mo
I have to upload these to the languages map of your theme correct?
And do i have to keep the default.po and default.mo in there or should it be removed?
The part that i dont understand is this: ext edit wp-config.php located in the root folder of WordPress and use the $locale with prefix with your language name which should be similar to the translation file name. For example: $locale=’de_DE’;
Excacly were in my wp-config do i put this? and with what code.. im confused about that
Hello,
You need add the code $locale='nl_NL';
in the body of wp-config.php file.
nl_NL.po and nl_NL.mo files must be uploaded in the directory wp-content/themes/royal/languages. Default files can be kept.
Thank you.
Regards,
Eva Kemp.
Hello eva,
I think it worked this time! 🙂 Yay!
1. There is just one problem left. Not everything is translated. The text in the wishlist is not translated. i searched every sentence in the default po but i cant find it.
2. Same problem with the word NEWSLETTER in my header. i cant find it in the default.po
Hello,
To translate “Newsletter” word you need edit the file wp-content/themes/royal/framework/theme-functions.php (line 974).
Wishlist text can be found in the file wp-content/themes/royal/woocommerce/wishlist.php.
Regards,
Eva Kemp.
Hello,
I have another question. (sorry)
When i am on the shop page and scroll over a product picture i see the dutch translation of add to wishlist. when i click that i get the english word ‘browse wishlist’and quick view is not translated. i cant find these words anywhere?
greetings
Hi Eva
I would like to come back to the title of this topic. 😉
To hide the languages-area with css is one solution.
But where can I configure the languages and currencies if I want them to work (not only wiht # link)
Thanks in advance
Regards
David
Hello @fitli65,
If you want to use multilanguage site you need use wpml plugin http://wpml.org/
Then you’ll be able to add links to the top bar.
Thank you.
Regards,
Eva Kemp.
Hello @jwezenberg,
You can find “Browse Wishlist” text in the file wp-content/themes/royal/framework/woo.php (line 805) and “Quick View” is in the file wp-content/themes/royal/woocommerce/content-product.php (line 128).
Regards,
Eva Kemp.
Thanks for the fast support!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘how to edit or hide menu header links EN FR GE £ € $’' has been successfully resolved, and the topic is now closed for further responses