This topic has 4 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #203794
     logaritym
    Participant

    Hi. Instead of showing the last icons (settings) in the Buddypress menu, the theme shows the “show more” icon, and then I have to click on it in order to see the settings icon. This does not make sense since there is enough space for the last icon. Please, fix it whenever possible.

    #203831
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    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 🙂

    #203995
     Radu
    Moderator

    Hi,

    Use the next css to make there for few icons then the more button will be displayed highlited.

    COPY CODE
    
    @media(max-width:991px) {
        
        #buddypress div.item-list-tabs ul {width: auto !important;}
        #buddypress div#item-nav {padding: 0;}
        #buddypress div#item-nav ul li {opacity:1 !important;}
        #buddypress div#item-nav .responsive-tabs {height: 102px !important;}
        #buddypress div#item-nav ul li a:before { margin-bottom: 10px !important;}
        #buddypress div#item-nav ul li a {padding: 0 7px;font-size:10px;}
        #buddypress div#item-nav ul li a:before {font-size:44px;}
        #buddypress div#item-nav  a.dropdown-toggle:before {
            background-color: #777 !important;
            color: #fff !important;
        }
    
    }
    

    The last selector targets only the more button so if you need to highlite only more button copy and paste only that css

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Cheers
    R

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

    Hey Radu,
    Thanks for the code, but it did not work very well (especially when I make the window narrower). My main concern is that even though the theme can simply show the last icon (there is space for that), it instead shows a “show more” icon, which you can click and see the single settings icon there.

    I have actually a bigger issue with the social articles tab. The sidebar is broken and also only one of the articles appear in the profile.

    Cheers

    Attachments:
    You must be logged in to view attached files.
    #204155
     Radu
    Moderator

    Ah, sorry

    Use this one

    COPY CODE
    
    .bp-light-icons #buddypress div#item-nav ul li a {
        padding: 20px 10px;
    }
    

    To can make additional space change 10px to 5px or lower

    Cheers
    R

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?