BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › RTL problems with the buddypress menu
- This topic has 11 replies, 2 contibutors, and was last updated 9 years, 2 months ago by Anonymous.
Question
August 21, 2015 at 8:56 am #44830@anas-aljefryHello,
I’m facing a problem displaying the buddypress hidden menu after clicking the three dots(“…”) in the desktop view. When I click “inspect element” and change padding-bottom to 100px I can see the menu and it works fine. (please check the first attachment)
In the mobile view, the buddypress menu start from the right. I tried to change the float from left to right but without success.
And the animation should be the exact opposite. It should start from the right end and move to the left. (please check the second attachment)
Thank you for your great work.
Answers
August 22, 2015 at 6:28 am #44890@
AnonymousHi @anas-aljefry, Theme do not have RTL support, we have did some progress on it but it is not pushed to theme updates. Do not have any ETA on RTL support.
RegardsAugust 22, 2015 at 9:38 am #44898@anas-aljefryHello @vapvarun,
I do understand that you don’t have support RTL. But I did edit the css files to support RTL.
It took me along time to RTL the theme and the plugins and I only have these two issues left. I would appreciate it if you could help me solve them.
Regards
August 24, 2015 at 12:57 am #44991@
AnonymousHi @anas-aljefry, i have submitted request to developers.
I will update you when i will get notification from them.
Regards
Varun DubeyAugust 25, 2015 at 3:35 am #45090@anas-aljefryHi @vapvarun,
I appreciate it.
Thank you
August 27, 2015 at 12:48 am #45205@
AnonymousHello @anas-aljefry, we will need login details to check your edits what you have did for RTL, please PM admin login details to fix issue.
RegardsAugust 28, 2015 at 8:44 am #45319@anas-aljefryHi @vapvarun,
I’ve sent you the login details yesterday.
Any update on this issue: https://www.buddyboss.com/support-forums/topic/problem-when-translating-strings/
BRAugust 28, 2015 at 8:46 am #45321@
AnonymousHi @anas-aljefry , Yup i have got them, will update you shortly.
RegardsAugust 30, 2015 at 1:49 am #45392@
AnonymousHi @anas-aljefry,
the script we are using “idangerous.swiper” uses (adding and changing it with js ) translate3d(0px, 0px, 0px); css property, which works opposite on rtl sites than it is on ltr. So it is normal that menu is aligned right, like everything else. Script should be modified so it can work differently.It still need lots of work to convert it.
Regards
Varun DubeyAugust 30, 2015 at 2:03 am #45393@
AnonymousHi @anas-aljefry,
Desktop menu solution:
at present you have#buddypress div.item-list-tabs { background: 0 0; clear: right; overflow: hidden; }
in buddypress-rtl.css custom file
Either to remove: overflow: hidden;
or to override it with:#buddypress div.item-list-tabs#object-nav { overflow: visible !important; }
Regards
Varun DubeySeptember 2, 2015 at 2:54 am #45576@anas-aljefryHi @vapvarun,
Thank you very much for your help.
The desktop fix works great and I was able to fix the mobile menu (not perfect but good enough).
BR
September 2, 2015 at 10:07 am #45603@
Anonymous🙂 glad to help, i will close this topic
Regards
Varun Dubey
- The question ‘RTL problems with the buddypress menu’ is closed to new replies.