This topic has 20 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hi,
I updated legenda theme of yours. but i need help about to translation to turkish. especialy about woocommerce pages. when i look the checkout page some words still english (like first name, last name etc..) .could you show me how can i translate that. I checked woocommerce po and mo files it seems %100 translated but that words still english. Can you help me?
And second problem about the mobile menu. At the mobile menu product pictures, on left side. I can’t move to center. Can you help me about that.
My site’s link kilifvekapak.com
Thank you
Emrah Erdan
Hello,
Did you create the transnational file in the legenda/languages directory as it described in our documentation: https://www.8theme.com/demo/docs/legenda/#!/how_to_translate.
Do you mean the mobile view of products list? If yes then add the following code into the custom.css:
@media (max-width: 979px) {
img.hide-image {
min-width: 100% !important;
}
}
Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
Regards,
Jack Richardson
Yes, i created tr_TR.mo and tr_TR.po files but still doesn’t work. Only “checkout” page.
Hello,
Please provide us with FTP and wp-admin credentials and show us the page with the translation issue example.
Regards,
Jack Richardson
i sent at the attached.
Thank you
Country : Ülke
First name : Adı
Last name : Soyadı
Company name : Firma Adı
Town / City : İlçe
Province : Şehir
Email Address : Email Adresi
Phone : Telefon
Hello,
We’re sorry but this is a bug in the theme which should be fixed in future update.
Meanwhile you can translate the rest of the words in the file wp-content/plugins/woocommerce/includes/class-wc-countries.php, find the line 734 with the code 'label' => __( 'First Name', 'woocommerce' ),
and write the translation of “First Name”. Then translate all other words in the same way.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Thank you so much Eva. I can do it now. 🙂
You’re welcome.
Regards,
Eva Kemp.
Hi Eva,
after that,
@media (max-width: 979px) {
img.hide-image {
min-width: 100% !important;
}
}
right and left arrows not working on the mobile view.
Thank You
Hello,
The issue causes the following code in the custom.css:
@media (max-width: 979px) {
.slide-item .product:hover .product-image-wrapper .slider-counter, .slide-item .product:hover .product-image-wrapper .small-slider-arrow, .slide-item .product:hover .product-image-wrapper .show-quickly, .products-grid .product:hover .product-image-wrapper .slider-counter, .products-grid .product:hover .product-image-wrapper .small-slider-arrow, .products-grid .product:hover .product-image-wrapper .show-quickly, .products-list .product .product-image-wrapper:hover .slider-counter, .products-list .product .product-image-wrapper:hover .small-slider-arrow, .products-list .product .product-image-wrapper:hover .show-quickly {
display: none;
} }
Regards,
Jack Richardson
Thank you Jack it fixed. I have a one more question 🙂
All of menu items don’t dissapear on the mobile view, when i slide right side i can see.
How can i see all of menu item without slide?
Thank you
Hello,
Your question is unclear for us. Could you please clarify us with more details?
Regards,
Jack Richardson
Hello,
Sorry but there is no such feature in our theme. Menu items can be visible only when you click “Menu” icon on a mobile device.
Regards,
Eva Kemp.
Hi,
my problem like that.
Hello,
Please try to add the following code into the custom.css:
.et-mobile-menu {
padding-right: 20px;
}
Regards,
Jack Richardson
no it’s not working
Hello,
As we can see you didn’t add the code into the custom.css. We’ve added it for you. Please check it now!
Regards,
Jack Richardson
hi, you are right 🙂 now is work good
thank you so much
Hello,
You’re welcome!
Regards,
Jack Richardson
Tagged: problems, themes, translation, turkish, woocommerce, wordpress
The issue related to '‘Turkish translation problems’' has been successfully resolved, and the topic is now closed for further responses