Home › Forums › Themes Support › Gecko › Translate "Shop Now" text
Tagged: "Shop Now" text
- This topic has 10 replies, 3 voices, and was last updated 7 years, 1 month ago by Harry.
-
AuthorPosts
-
-
July 25, 2017 at 2:38 am #6936
Friends, I’m got sucess on most part of trasnlations using Loco translate,
but there are ONE that i can’t found where can i to translate:
The string is “SHOP NOW –>” that is showed ove r category product.
Could you help to change to “Comprar”?
Attachments:
You must be logged in to view attached files. -
July 25, 2017 at 9:37 am #6953
Hi there,
Thank you for choosing our theme.
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
You need change en-US to your language https://monosnap.com/file/G9GsuOTRQIWhquFMs8ji4lAbvhD28b#.
If the issue still please send us your site url and admin account as private reply we will help you do it.
Thanks & best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2017 at 3:51 am #10112
Hi!
Thanks for support. i don’t knew where can i to change the en-US to pt-BR language.
Simplely inserting this CSS code is not working 🙁html[lang=”en-US”] .product-category h2::before,
html[lang=”en-US”] .product-category h3::before {
content: “Comprar”;
}I have a second issue:
At home, the block above the slider shows categories. Originally i believe that is showed by alphabetical order. Do you have some way or solution bethrough i can to change the order?
I need that shows 1 – Moda 2.Casa 3. Bolsas 4. AcessóriosAttachments:
You must be logged in to view attached files.-
November 6, 2017 at 2:52 pm #12844
Hi, how do we do this change?
Could you please give the code for Turkish as example (which i need in my case)?
Thank you!
-
November 6, 2017 at 4:14 pm #12849
Hi Tekir,
You can use below code
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
-
September 15, 2017 at 11:41 am #10124
1. I help you changed code, it now work well
2. You can go to Product Categories List and drag (have icon on right) to reorder http://take.ms/zunCrO
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2017 at 9:47 pm #10173
Thanks a lot!
-
November 6, 2017 at 5:21 pm #12854
Hi harry,
there’s no code?
-
November 6, 2017 at 10:43 pm #12865
Hi
Can you see this code on this link https://pastebin.com/aXz9jutc. I still saw the code.
You can try with below code
html[lang="tr-TR"] .product-category h2::before, html[lang="tr-TR"] .product-category h3::before { content: "şimdi satın al"; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 7, 2017 at 2:17 pm #12897
Yes, now i can see. Thank you very much.
Now the arrow after the “shop now” is in wrong place. What shall i do?
Attachments:
You must be logged in to view attached files.-
November 7, 2017 at 4:07 pm #12902
You can fix by add custom css
html[lang="tr-TR"] .product-category h2::after, html[lang="tr-TR"] .product-category h3::after { left: 160px; } .product-category h2::before, .product-category h3::before { white-space: nowrap; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
-
AuthorPosts
You must be logged in to reply to this topic.