I associate the /course page in BuddyPress settings, but after that the course page becomes empty. That happened for all courses!!!
Hi,
Please share some screenshot of your settings of buddypress pages and your issue.
So that I can suggest you what is wrong.
This reply has been marked as private.
Hi,
Please check do you have any course layout present in vibebp>>course layout section and check it if it's showing any content or it is blank.
i have checked it and yes there is a Course Layout page
https://postimg.cc/p5VjNH1P
https://postimg.cc/RqGf7WNh
Okay then please provide your site URL and admin credentials in private reply so that we can check the issue.
This reply has been marked as private.
This reply has been marked as private.
HI,
Please check now. course pages are appearing on you r site.
It was due to wpml.
I have changed the language URL format from wpml>>languages
https://prntscr.com/12ws0ca
To setup WPML please follow related guides.
https://wplms.io/support/knowledge-base/wplms-with-wpml-multilingual-plugin/
https://www.youtube.com/watch?v=Hgtz9x3X85w
That's great. Thanks!
Can you help me fix these issues that relate to the VibeBP app:
1- when I use RTL, the navbar for mobile phone appeared like this:
https://i.postimg.cc/LsLwCVHF/Screenshot-2021-05-14-094134.png
How can I fix this glitch?
2- What is the proper and clean way to translate the VibeBP app menus and course layout texts to Arabic language using WPML?
In the tutorial video, WPML carry out translating texts to the French language, but that's not the same thing with Arabic language
Hi,
1- This is strange. I'll check and share a solution here. Ping me here on next working day.
For 2 please create a seperate topic as we follow one topic=one query.
Ok then, I am waiting for the first question and I have created another topic. Thanks.
Hi,
You can just remove it for mobile view using this custom css
Add the code in appearance>>customize>>custom css
@media (max-width: 480px){
.rtl .vibebp_myprofile.elegance .profile_menu .menu_items > div.is_active>span:before {
display:none !important;
}
.rtl .vibebp_myprofile.elegance .profile_menu .menu_items > div.is_active>span:after {
display:none !important;
}
}