Home Forums Themes Support Gecko Translate "Shop Now" text

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #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.
    • #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

    • #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órios

      Attachments:
      You must be logged in to view attached files.
      • #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!

        • #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

    • #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

    • #10173

      Thanks a lot!

    • #12854

      Hi harry,

      there’s no code?

    • #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

    • #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.
      • #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

Viewing 7 reply threads

You must be logged in to reply to this topic.