This topic has 3 replies, 3 voices, and was last updated 8 years by Andrei.

  • Author
  • #65349
     giorgos
    Participant

    Is it possible to make the BP icons bar to fit in one line. continue is sidebar?

    #65373
     giorgos
    Participant

    Now it shows 8 icons in one line and the rest by using the plus icon. I would like to have 14 icons (preserve the same size) in one line instead, by continuing into the right sidebar.

    #65722
     Laura
    Moderator

    Hello, will assign the ticket to a higher support lever who can help and advise you in your query.
    It would be good to have you credentials to facilitate our work.
    Thanks! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #66033
     Andrei
    Moderator

    Hi @giorgos, unfortunately we don’t have such options, at least not for the moment.
    If you want to remove some of the profile menu items you can do it with the following function:

    COPY CODE
    
    // Remove profile tabs
    function bp_remove_profile_tabs() {
        global $bp;
        unset($bp->bp_nav['media']);
    }
    add_action('bp_init', 'bp_remove_profile_tabs', 9999);
    

    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?