AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Is it possible for wpForo to be LTR on a WP site that is RTL?

3 Posts
2 Users
0 Reactions
1,014 Views
Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ksrobichaux)
New Member
Joined: 5 years ago
[#14889]

Hi.

We have a WP site that is in Arabic (RTL), but we want to have private wpForo forums in English and completely LTR (posts as well as forum UI). Does anyone have a possible custom CSS snippet that will do this for us? Thanks in advance! This would apply to all wpForo forums, not selectively.


2 Replies
Alvina
Posts: 1857
Moderator
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@alvina)
Member
Joined: 7 years ago

Hi @ksrobichaux,

Please follow the steps below:

1. Go to the Dashboard > Forums > Phrases admin page, translate the prases in the language you need.

2. Go to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea. 

#wpforo #wpforo-wrap *{
direction: ltr !important;
}

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Also, I've found the following link, it may help you, please check it out: https://codex.wordpress.org/Right_to_Left_Language_Support


Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ksrobichaux)
New Member
Joined: 5 years ago

Thank you! That helps a lot. I'm not getting LTR in the posts themselves, but at least the forum UI is right. That will work for our purposes since these are private forums for internal discussions. I may be able to override the CSS for the posts themselves, if I can find the code for that.

Thanks again!


Share: