Home Forums Themes Support Claue Theme Translation

Viewing 16 reply threads
  • Author
    Posts
    • #4938

      Hi,

      We buyed your Claue Theme, and we are trying to make a website in multilanguage.

      But we can’t translate items like “Center promo text” in Header and “Shipping & Return content” in Woocommerce, in Theme options.

      Could you please help us how can we translate this items or explain us how to do this?

      Thank you.

      Best Regards

      Carla Santos

    • #4975

      Hi,

      Sorry for late reply.

      You can add custom code in Claue > Theme Option > General Layout > Custom CSS to translate Promo Text

      html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text,
      html[lang=”es-ES”] .header__top .center-md.end-sm .header-text {
      position: relative;
      text-indent: -999em;
      }
      html[lang=”pt-PT”]  .header__top .center-md.end-sm .header-text:after,
      html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after {
      position: absolute;
      top: 0;
      left: 0;
      text-indent: 0;
      width: 100%;
      text-align: center;
      }

      html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Portugese’;}

      html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Spain’;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #5061

      Hi,

      thank you for your help.

      What about “Shipping & Return content” in Woocommerce, in Theme options. Could you help me too?

       

      Best regards,

    • #5064

      Hi,

      For this case, you need use WPML plugin to make your website in multilanguage

      Cheers,

      Foster

    • #5065
      This reply has been marked as private.
    • #5066

      Oh sorry, I saw that. Let me find the way

    • #5070

      Hi,

      I don’t see you install the Claue child theme, so I have edited in core theme, Please open file Claue / core / libraries / vendors / woocommerce /init.php and find jas_claue_wc_shipping_return() you will see the content you want to update.

    • #5076
      This reply has been marked as private.
    • #5117

      Hi,

      Just backup this file when you update or copy this file into the child theme.

    • #7219
      This reply has been marked as private.
    • #7229

      Hi Carla Santos,

      Thank you for report bug.

      We check and saw this issue with new version of WooCommerce and product with variations.

      As normal for product variable it only display “Sale” text doesn’t display discount percent.

      We will fix this issue soon.

      Thank and have a nice weekend!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7546

      Hello,

      So in product variable I never can see the percentage, that’s it?

      Please let me know when this issue is fixed. So I can update the theme.

      Best Regards,

    • #7550

      Hi,

      Sorry for late release update.

      You can download attach file for hotfix

      Best regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7569
      This reply has been marked as private.
    • #7570

      Hi,

      This is update for theme. you replace current claue theme with attach file

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #8716
      This reply has been marked as private.
    • #8721

      Hi,

      1. The sale badge display on product have sale price.

      2. The discount percent only work with simple product, it doesn’t work with product variable.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 16 reply threads

You must be logged in to reply to this topic.