The Layout section created with Avada can't be translated
Solution:
To translate the Avada layout section you need to make sure first that the layout is created for all languages, so please try the following steps:
1- Go to Avada > Layouts
2- Switch the language to "All languages" from the admin bar
3- Create the layout in all languages
4- Create the layout section in all languages
5- When translating the content of the layout that was created with the Avada builder, make sure not to use the translation editor. So just switch to the secondary language and create the translation content.
Problem: The client wanted one page to display in a right-to-left (RTL) format and another page to display in a left-to-right (LTR) format.
Solution: We explained that text direction is controlled by CSS, and it is the theme's CSS files that determine whether a page is displayed RTL or LTR. We reviewed the client's site and confirmed that the pages were displaying in the correct directions. We also asked the client to verify the source code of the RTL page, which correctly included
dir="rtl" lang="he-IL"
, indicating that the RTL direction was set up correctly.
If you're experiencing similar issues with text direction on your multilingual site, we recommend checking your theme's CSS files for the correct text direction settings. Additionally, you can verify the source code of your pages to ensure that the
dir
attribute is set correctly for RTL or LTR languages.
Please note that the solution provided might be irrelevant due to being outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket.