This topic has 12 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi,
i’m trying to translate the woocommerce popup that appear from the cart icon, but i can’t find the phrase to replace.
I’ve just install Loco Translate plugin and it works for all the site, except for that phrase.
The phrases is: Recently added item(s), Cart subtotal, View Cart
Regards
Michele
Hello,
Please read our documentation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Likely you simply need to synchronize translation files.
Make sure you placed translation files into the languages /wp-content/languages/themes/ folder with correct names (language name and xstore theme suffix, e.g xstore-de_DE.po, xstore-de_DE.mo).
Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization, you’ll be able to translate new strings or strings that were changed.
Regards
Hi, i’ve already read the documentation, use loco to sync the file and everything to translate it.
The loco files works with all the phrases in the the website, but didn’t work with the popup, can’t understad why.
Can I send some screenshot?
Thanks
You can use such screenshot maker as Lightshot and provide links of screenshots in Private Content.
Have you tried to synchronize translation files?
Regards
In private the screen
Please provide temporary wp-admin and FTP access.
Regards
In private
I do not see the problem http://prntscr.com/j5z6cq Please clear cache and check one more time. Try to delete a product from the cart and add a new one to refresh the popup.
Regards
Ok, now i can see the translate.
Thank you so much
You’re welcome!
Have a nice day.
Regards
Hi, i don’t know how to start a new ticket, so i reply to this one.
I’ve come problem with the woocommerce’s icons alignement. As you can see in the home page, there are three product on sale, and all the icons are different.
How can i fix that?
Regards
Michele
Hello,
“Submit new topic” button can be found here – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Please add this code in Theme Options > Styling > Custom css:
.content-product .onsale {
top: 0px;
z-index: 3;
left: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up