Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Olabode Oludare

    (@gooffy294)

    No response in almost 4days!!

    Plugin Support Anca

    (@ancavictoria)

    Hello,

    Our plugin works just fine with RTL languages. It’s up to your theme to add support for this. WordPress itself defines if a language is RTL.
    The actual theme is responsible for showing RTL languages, not the plugin.

    Please make sure to not set a type of alignment directly from your back-end. There are changes that your additional language content to be altered.

    You also can set a type of alignment for each element using a bit of CSS. For example, .item_1 is a class of your element where you can range its position just for the Arabic language (notice the .transaltepress class with the specific language code it).
    .translatepress-ar .item_1 { text-align: right; }

    TranslatePress only translates content, it does not generate or modify the layout.

    Kind Regards,

    Anca

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with elementor icons and icon lists’ is closed to new replies.