Hi @royalbunny
On the GamiPress > Settings > Add-ons > Ultimate Member you have almost the same settings for achievements and ranks.
So simply you need to setup the rank columns to match the number of columns you want to display (from 1 to 7).
Hope it helps!
Hi @rubengc, thank you so much for the answer.
I have tried those settings but I believe that column settings are only applied to the profile tab. I’m displaying the ranks and achievements on the profile header.
You can see them here: https://1001yemektarifi.com/profil/buyuksef/
The first row shows the achievements and all other rows are the different ranks.
Hi @royalbunny
This happens because the elements showed at top of the profile are divided per types in each line.
For example, if you show another achievement type, it will get displayed in a new line too as happens with ranks.
The unique way to modify this actually is through custom CSS code.
If you do not have a developer in your team, we recommend to contract one.
If you do not know any developer, you can find one in our trusted consultants list:
https://gamipress.com/consultants/
Hope it helps!
Hi @rubengc Thanks for the answer. I can see the point in placing different achievements on different rows since you can create multiple achievements under one achievement type. But for the ranks, you only see one rank for each type since only the current level is displayed.
Don’t you think it would be better to place them on the same row?
Hi @royalbunny
We placed it in a specific HTML structure to let themes style as they want.
For example, the BuddyBoss theme style this for the BuddyPress/BuddyBoss plugins to do not display the different rows, but that depends of your needs, some sites whant to display it in rows and others in the same row
Anyway, CSS brings full control of how to display the elements so with a few lines you can change it lke this:
.gamipress-ultimate-member-ranks, .gamipress-ultimate-member-ranks * {
display: inline;
}
Anyway, the most recommended to have it correctly styled as you want is by contracting a developer
Hope it helps!
Thank you so much @rubengc. You and your plugin are the best! 🙂
You’re welcome @royalbunny
Have a happy holidays!