-
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Try adding following css in child theme custom css option.
@media screen and (max-width:480px){
#wpadminbar #wp-admin-bar-my-account-buddypress li .ab-sub-wrapper {
display: none;
}
#wpadminbar #wp-admin-bar-my-account-buddypress li a {
background-color: #000!important;
color: #fff;
cursor: pointer;
}
}
Regards
Anve -
Anve S. replied to the question BuddyBoss media in the forum Boss. theme 8 years, 10 months ago
Hi @forrby,
Please attach a screenshot of that page to make it clear for us to understand.
Regards
Anve -
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Please try following css and apply in child them custom css option.
body.left-menu-open #masthead .header-outher {
margin-left: 270px;
}
Regards
Anve -
Anve S. replied to the question Duplicated tick box in the forum OneSocial theme 8 years, 10 months ago
Hi @omarobaid,
Please refer to the following thread for you checkbox problem.
https://www.buddyboss.com/support-forums/topic/cannot-check-product-categories/?no_frame=1
Regards
Anve -
Anve S. replied to the question Member Delete from Front End in the forum Boss. theme 8 years, 10 months ago
Hi @aaronmcnany,
Cheers,I will close the topic now.If you have other concerns, please create a new topic.
Regards
-
Anve S. replied to the question Member Delete from Front End in the forum Boss. theme 8 years, 10 months ago
Hi @aaronmcnany,
Cheers,I will close the topic now.If you have other concerns, please create a new topic.
Regards
-
Anve S. replied to the question Remove top Navigation Bar in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
The css given above works for desktop only , for mobile device add following css in child theme custom css.
body:not(.logged-in) #inner-wrap {
margin-top: 0;
}
body:not(.logged-in) #mobile-header {
display: none;
}Regards
Anve -
Anve S. replied to the question Scrolling error with menu in Buddy Bar in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Menu styling CSS question in the forum Boss. theme 8 years, 10 months ago
HI @blstraub,
Cheers , I will close the topic now.If you have other concerns, create a new topic, we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question Mobile menu not working in the forum OneSocial theme 8 years, 10 months ago
Hi @omarobaid ,
I checked the mobile menus , and both are working fine .Please check again .
Also for hiding the admin toolbar please refer to following thread.
Regards
Anve -
Anve S. replied to the question Demo Content? in the forum Social Learner 8 years, 10 months ago
-
Anve S. replied to the question Mobile menu not working in the forum OneSocial theme 8 years, 10 months ago
Hi @omarobaid,
You may need to use the following which will leave the Toolbar available in the Dashboard but hide it on all front facing pages.
Just add it in your child theme’s function.php
add_filter('show_admin_bar', '__return_false');
Could you please share your site url to test on mobile .
Regards
Anve -
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Please explain what changes you need to make in profile dropdown , it’s not clear to me.
Regards
Anve -
Anve S. replied to the question Is there a way to disable mobile theme? in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Remove top Navigation Bar in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css option to remove titlebar when member is not logged in.
body:not(.logged-in) header#masthead {
display: none;
}
body:not(.logged-in) #right-panel {
margin-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question Menu styling CSS question in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css option.
#left-panel #scroll-area li.current-menu-item > a {
color: #30445c;
}
#left-panel #scroll-area li.current-menu-item {
background-color: grey;
}
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Great , I will close the topic now..If you have other concerns, create a new topic , we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question Left user button/icon missing in mobile view when not logged in in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Great ,I will close the topic now..If you have other concern, create a new topic…. we will be more than happy to assist you.
Regards
Anve -
Anve S. replied to the question White Space Behind Page Titles in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Try adding following css in child theme custom css.
@media screen and (max-width:480px){
body.home-page article .entry-header {
margin: 0;
}
}
Regards
Anve -
Anve S. replied to the question URGENT: Mobile Search Bar Not Displaying in the forum OneSocial theme 8 years, 10 months ago
Great , I will close the topic now..If you have other concerns, create a new topic.we will be more than happy to assist you.
Regards
Anve - Load More