• Resolved RoyalBunny

    (@royalbunny)


    Hi

    First of all thanks for this great plugin.

    I’m displaying GamiPress achievements and ranks on the Ultimate Member profile of the users.

    All achievements are shown on the same row just like I wanted but ranks are shown on top of each other with just one achievement on each row.

    How can I make them to get displayed just like the achievements?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    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!

    Thread Starter RoyalBunny

    (@royalbunny)

    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.

    Plugin Author Ruben Garcia

    (@rubengc)

    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!

    Thread Starter RoyalBunny

    (@royalbunny)

    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?

    Plugin Author Ruben Garcia

    (@rubengc)

    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!

    Thread Starter RoyalBunny

    (@royalbunny)

    Thank you so much @rubengc. You and your plugin are the best! 🙂

    Plugin Author Ruben Garcia

    (@rubengc)

    You’re welcome @royalbunny

    Have a happy holidays!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Displaying all ranks on the same row’ is closed to new replies.