This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was experiencing an issue where the blog page style broke after adding another language. Additionally, the client wanted to make the footer in Arabic RTL without adding separate widgets, but when switching to Arabic, the footer remained LTR.
Solution:
Firstly, the issue with the blog page style was resolved by the client by adding some posts in the other languages. Regarding the RTL direction for the footer in Arabic, we suggested that this is a theme-related issue rather than a WPML issue. A custom CSS solution could be applied, but it might be complex. Here is an example of a CSS rule that could be used to align text to the right when in the Arabic language:
:lang(ar) > #block-38 > div {<br /> text-align: right;<br />}
We also suggested that the client could try creating separate widgets for each language by going to Appearance > Menus and following our guide on translating widgets.
If the issue persists, we recommended contacting Astra Support for further assistance, as they suggest creating a Child Theme with Custom CSS for RTL support, which can be found here: RTL CSS via Child Theme.
Please note that the solution provided might be irrelevant due to being outdated or not applicable to your case. If this is the case, we highly recommend checking related known issues at https://wpml.org/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 with us.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 7 replies, has 3 voices.
Last updated by 1 year, 6 months ago.
Assisted by: Andreas W..