Home Forums WoodMart support forum Issue with RTL Display and Language Translation in the Theme

Issue with RTL Display and Language Translation in the Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #618085

    yahya.sl1997
    Participant

    There is an issue with displaying the account registration and shopping cart; they appear from left to right, but I want them reversed. I am using the RTL demo.

    How can I change all the static words in the theme from English to Arabic?

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

    Bogdan Donovan
    Keymaster

    Hello,

    1. To change cart and login sidebar position, try to add the following code snippet to the Global Custom CSS area in Theme Settings.

    body .cart-widget-side.wd-left,
    body .login-form-side.wd-left {
         right: 0;
        left: auto;
        transform: translate3d(100%, 0, 0);
    }
    
    body .cart-widget-side.wd-left.wd-opened,
    body .login-form-side.wd-left.wd-opened {
    	transform: none;
    }

    2. Regarding translation, I suggest you translate it by using the Loco Translate plugin. More details are here – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)