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

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] change the site of the forum

5 Posts
3 Users
2 Reactions
1,300 Views
Posts: 10
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
(@moshe)
Active Member
Joined: 6 years ago
[#14740]

hello guys.

i need little help with my wpforu

this is my forum

http://arena-il.com/community/

and i want to change the side of the all forum from left to right to right to left like this one:

http://ronithaimoff.co.il/community/

because i want to translate it to hebrew like this one and in hebrew its right to left

hope you understand me

thank you!


4 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@moshe,

Please try the following CSS code:

#wpforo #wpforo-wrap #wpforo-menu {
flex-direction: row-reverse;
}
#wpforo #wpforo-wrap .wpforo-subtop {
display: flex !important;
flex-direction: row-reverse;
}

#wpforo #wpforo-wrap .wpforo-feed {
float: left !important;
}

#wpforo .wpfl-2 {
display: flex;
flex-direction: column-reverse;
}

#wpforo #wpforo-wrap .wpf-sbtn {
float: right;
}
#wpforo #wpforo-wrap.wpf-dark #wpforo-stat-header {
display: flex;
justify-content: flex-end;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: flex;
flex-direction: row-reverse;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p {
display: flex;
flex-direction: row-reverse;
}

If you need some other style customizations you'll need to do it yourself, based on the example I've provided above. Please note, that we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We only help with general questions and issues. We can not help you customize all components of your website. These are custom requirements and should be done by website owners. 

Thank you for your understanding.


3 Replies
(@moshe)
Joined: 6 years ago

Active Member
Posts: 10
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

no thats ok i will do all the rest i just need to change the side and i will be done. 

thank you alvina thats works but not for all

ths categorys and forums are left to right

http://arena-il.com/community/


Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1519
Alvina
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

@moshe

You have to switch your Wordpress to rtl, then wpForo will automatically use the the integrated style-rtl.css

https://codex.wordpress.org/Right_to_Left_Language_Support

If this is too complicated for you, try this

delete the style.css and rename the style-rtl.css to style.css.

if you use widgets do the same with widgets.css / widgets-rtl.css

wpForo> wpf-themes> classic

Make a backup of the files before

you can see the result in the video

https://www.screencast.com/t/hOByngjQm

 


(@moshe)
Joined: 6 years ago

Active Member
Posts: 10
Alvina
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

@tutrix

hi Tutrix i see that i just changed the wordpress languange and it fix all the site and forum to right to left

thank you my friend


Share: