-
Author
-
July 13, 2018 at 20:24 #203794logaritymParticipant
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.
July 14, 2018 at 04:38 #203831LauraModeratorHello, 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 solutionLaura 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 🙂
July 16, 2018 at 19:17 #203995RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 16, 2018 at 22:16 #204012logaritymParticipantHey 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.July 18, 2018 at 17:09 #204155RaduModeratorAh, 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.