Notifications
Clear all

[Closed] A few RTL errors

9 Posts
2 Users
4 Reactions
685 Views
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years ago

I spotted a few chevrons that point to the opposite direction in RTL

First, in the previous/next topic navigation inside a topic

https://cln.sh/wRY7d0Ns

Second, the board pagination, and the arrow beside the reply date

https://cln.sh/8Nsp486D

Please excuse if I use the wrong terminology. I have it in Arabic so I'm merely translating

Topic Tags
8 Replies
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years ago

One more thing. Tags look funny, merely a rectangle with a dot. Please note that the dot seems in the correct position (on the right hand) in the RTL, on which the tag should be pointing

https://cln.sh/Xl4BK0Fl

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @mustafamohsen,

For the chevrons, put this css code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea, save it and delete all kind of caches:

#wpforo #wpforo-wrap .wpforo-main .fa-chevron-right:before {
content: "\f053";
}
#wpforo #wpforo-wrap .wpforo-main .fa-chevron-left:before {
content: "\f054";
}
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years ago

@robert

Spot on! Thanks 🙂

What about the tag thing in my first reply? Is it doable?

5 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

Hi @mustafamohsen,

For tags, please try this CSS code:

#wpforo #wpforo-wrap .wpf-tags a:before {float: left; left: -12px; border-width: 12px 12px 12px 0;}
#wpforo #wpforo-wrap .wpf-tags a:after {left: 0;float: left;}
#wpforo #wpforo-wrap .wpforo-tags-wrap .wpforo-tags-content tag a {padding-right: 5px;}
#wpforo #wpforo-wrap .wpf-tags tag, #wpforo #wpforo-wrap .wpf-tags a {float: left;}
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

We'll fix this issues in the core RTL styles. The update will be released very soon.

(@mustafamohsen)
Joined: 2 years ago

Trusted Member
Posts: 44

@robert 
Now it's even funnier 🙂 

https://cln.sh/dfh1VD9r

 

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@mustafamohsen,

Just remove the that CSS and wait for the update please.

(@mustafamohsen)
Joined: 2 years ago

Trusted Member
Posts: 44

@robert Sure. Thanks