This topic has 14 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hi,
For some reason the text in the top bar on the right side is white instead of #2e2e2e and I can’t seem to find where I can change this.
I also want to remove the country/valuta on the left top side, how do I do this?
and when you go to the shopping cart page some buttons have black text on black blocks, so you can’t read it, how can I change this?
Thanks,
Michael
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a {
color: #2e2e2e !important;
}
.checkout-button.button.alt.wc-forward {
color: white;
}
Go to Appearance > Widgets > Left Side top bar area and add empty Text widget.
Regards,
Rose Tyler.
Thanks! It worked, but now when you hover over the links in the right top bar it ‘dissapears’ is it possible to make the color #e2e2e2 and when you hover over the color #2e2e2e
I also have another question I forgot about, why is some of the woocommerce text in english?
Most of it is in Dutch (NL) the language I want, see the screenshots added.
How can I change these last few words in Dutch?
Same goes for your contact form, I can’t seem to change the text to Dutch (NL) anywhere. How do I do this? It should say:
Naam
Email
Website
Onderwerp
Verstuur
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a:hover {
color: #2E2E2D !important;
}
Have you translated .po file in wp-content/themes/woopress/languages directory?
Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate
Regards,
Rose Tyler.
Hi,
I can’t seem to find the parts to translate. I’ve looked in every .po file and everything seems correctly translated to Dutch (NL). Could you help me find the parts to translate or translate them for me? There are only a few words that need to be translated, see screenshots.
Hello,
Please provide FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hi,
I have done that.
Thanks,
Michael
Hello,
We also need FTP login data. If you don’t know where to find it, ask your hosting provider support and then send the credentials to us.
Thank you.
Best regards,
Jack Richardson.
Hi,
I’ve provided you with the login data.
Thanks,
Michael
Hello,
I don’t see your translation files in the directory wp-content/themes/woopress/languages:
http://storage1.static.itmages.com/i/16/1207/h_1481126080_8750329_d8165bb0ff.jpeg
You need create your translation .po and .mo files as described here http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ .
Regards,
Eva Kemp.
Hello,
I’ve translated the few words that need to be translated in the po file shown in the screenshot and replaced the original via ftp. It still does not show the translated words, which makes me believe this is also not the .po file that needs to be edited but a different one.
Which one though? Please let me know.
Thanks,
Michael
Hello,
Sorry, but still no files in the directory domains/amersfoortart.nl/public_html/wp-content/themes/woopress/languages.
You need save translation files with your language prefix, for example. nk_NL.po, nl_NL.mo.
Please resave the translation and check after that.
Regards,
Eva Kemp.
Hi,
It’s going to take me two hours to translate that entire .po file, but all I want is for these 6 words to be translated:
Recently added product(s)
No products in cart
Cart Subtotal
View Cart
Checkout
Shipping Address
Do I really need to translate the entire .po file for this to work or can I just translate the 6 words that need to be translated and save the file as nl_NL.po and nl_NL.mo?
Hello,
Yes, you can just translate the 6 words and save the file as nl_NL.po and nl_NL.mo.
Please do this and check the site.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up