Shop Categories

X

Not all theme elements are translated to the site language.

Home Forums Agama Pro Not all theme elements are translated to the site language.

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13026
    AlexeyS
    Participant

    I use the theme for the site in Russian, but the “Details” and “view cart” buttons and the message “cart is empty” are displayed in English, please help me.

    #13027
    Zex
    Moderator

    Hello, Alexey!

    There is an easy way to translate our themes using a “Loco Translate” plugin.

    Please check the articles from the links below:

    https://localise.biz/wordpress/plugin#guides

    https://spyropress.com/knowledgebase/use-loco-translate-plugin-theme-translation.html
    https://meridianthemes.net/translate-wordpress-theme-using-loco-translate/
    https://youtu.be/3vj0k65DRhg?t=597

    In your case, those texts can be also changed using the custom CSS codes below:
    (Insert it into Customizing->General->Additional CSS)

    /*Woocommerce buttons translations*/
    .show_details_button,.agama-cart-item-desc,.agama-cart-action a.button{
        text-indent: -9999px;
    }
    /* View Cart */
    .agama-cart-action a.button:after{
        text-indent: 0px;
        float: left;
        content: 'Your text';
    }
    /* Cart is empty */
    .agama-cart-item-desc:after{
       text-indent: 0px;
        float: left;
        content: 'Your text';
    }
    /*Details*/
    .show_details_button:after{
       text-indent: 0px;
        float: right;
        font-family: "FontAwesome";
        line-height: 13px;
        content: '\f0f6'' Your text';
    }

    https://prnt.sc/nalu8c

    Change the “Your Text” part per your wish.

    Regards

    • This reply was modified 4 years, 2 months ago by Zex.
    #13030
    AlexeyS
    Participant
    This reply has been marked as private.
    #13031
    AlexeyS
    Participant

    Hello,
    I deleted CSS and use LocoTranslation. Thank you very much for links, it is really easy. Problem solved.
    Regards, Alexey

    #13032
    Zex
    Moderator

    Hello Alexey!

    Thank you for your feedback.
    I’m glad you find a solution that works for you.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.