Notifications
Clear all

wpForo 1.x.x [Solved] change the site of the forum

5 Posts
3 Users
2 Likes
633 Views
Posts: 10
Topic starter
(@moshe)
Active Member
Joined: 3 years ago

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: 1869
Moderator
(@alvina)
Member
Joined: 4 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: 3 years ago

Active Member
Posts: 10

@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: 4 years ago

Noble Member
Posts: 1212

@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: 3 years ago

Active Member
Posts: 10

@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