-
Anve S. replied to the question BuddyPanel issues in the forum Boss. theme 8 years, 11 months ago
Hi @nexxera,
Please send us your site url through contact us page to inspect the issue on your site.
Regards
Anve -
Anve S. replied to the question Some issue after last update in the forum Boss. theme 8 years, 11 months ago
Hi @julien ,
Go to Settings > Buddypress. Mark all the cover page options checked over there. This will allow your selected cover image to show .
Regards
Anve -
Anve S. replied to the question Groups and Members pagination in the forum OneSocial theme 8 years, 11 months ago
Hi @brincy,
The number of groups shown by default is 20 in buddypress and the theme.Inorder to limit the groups per page you need to pass an additional argument. Go to the link below for complete reference.
Reagrds
Anve -
Anve S. replied to the question Change GROUP Photo Shape in the forum OneSocial theme 8 years, 11 months ago
Hi @tgrosby,
Sorry we will not recommend you to make modifications in default styling of the group photos , as this may cause issues at other places too .
Regards
Anve -
Anve S. replied to the question Icons on mobile title bar in the forum Boss. theme 8 years, 11 months ago
Hi @naj ,
Try applying following css in custom css option of child theme for styling the counts in mobile view.Replace the ‘red’ and ‘#fff’ with your background color and text color resp.
@media screen and (max-width:481px){
.menu-panel ul li .count {
background-color: red !important;
color: #fff !important;
}
}
Also we’ll provide you…[Read more]
-
Anve S. replied to the question Icons on mobile title bar in the forum Boss. theme 8 years, 11 months ago
Hi @naj ,
1. This would not be possible because in mobile you dont have much space in titlebar to allow them to be there , that is why they are provided in your buddypanel for better user experience with theme.
2. Add the following css in custom css option in child theme.
[Read more]
.header-navigation ul li a span.count {
color: #fff !important;… -
Anve S. replied to the question Ask a question form is little bit confusing in the forum OneSocial theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Ask a question form is little bit confusing in the forum OneSocial theme 8 years, 11 months ago
Try following css code , apply in custom css of child theme.
#post-3852 .gform_footer input.gform_button {
background-color: #b556a6 !important;
border: none !important;
color: #fff!important;
padding: 10px!important;
}
Regards
Anve -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 11 months ago
Great:)
-
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 11 months ago
Hi @ruvidan,
Try applying the following css code in custom css.
.page-id-6390 .entry-content .panel-grid {
padding-top: 0 !important;
padding-bottom:0!important;
}
.page-id-6390 .entry-header h1 {
margin: 0!important;
}
body.page-id-6390 .site-content article.post-6390.page {
padding-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 11 months ago
Hi @myasinusman,
Try by applying the following code in custom css of child theme . Remove the previous given code.
`
@media screen and (min-width:481px){
.boxed .middle-col {
height: 55px!important;
}
.site-header .header-notifications {
height: 55px;
line-height: 55px;
}
.site-header .header-account-login {
height: 55px;…[Read more] -
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 12 months ago
HI @ruvidan,
Try applying the following css code in child theme’s custom css option.
.page-id-6390 .site-header {
display: none;
}
.page-id-6390 #right-panel {
margin-top: 0!important;
}
Regards
Anve -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 12 months ago
Hi @myasinusman,
Please send us your site url and the thread through the contact us page , will check on your site . As it worked for me .
Regards
Anve -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 12 months ago
Hi @myasinusman,
Try adding following css in custom css option of your child theme.
[Read more]
.site-header .left-col .table {
height: 55px;
}
.site-header .header-links {
height: 55px;
}
.site-header .header-notifications {
height: 55px;
line-height: 55px;
}
.site-header .header-account-login {
height: 55px;
line-height:… -
Anve S. replied to the question Ask a question form is little bit confusing in the forum OneSocial theme 8 years, 12 months ago
Try adding the following css in child theme’s custom css option to style the link .
.messages #messages-layout .submit > input[type="submit"] {
background-color: #b556a6 !important;
border: none !important;
color: #fff !important;
padding: 10px !important;
}
Regards
Anve -
Anve S. replied to the question Ask a question form is little bit confusing in the forum OneSocial theme 8 years, 12 months ago
This is the issue with buddypress version 2.5 itself , we have notified the developers about this one.
Regards
Anve -
Anve S. replied to the question Vendors reporting Mobile site is too slow to use in the forum OneSocial theme 8 years, 12 months ago
Great 🙂
-
Anve S. replied to the question Can we reduce the height of One Social Slider? in the forum OneSocial theme 8 years, 12 months ago
Great 🙂
-
Anve S. replied to the question Completely hide boss panels for a page? in the forum Boss. theme 8 years, 12 months ago
HI @ruvidan
Yes this can be done just let me know from which page you want to remove the top menu and buddy panel.Also there is an option to choose the parent template for every page you create .
Go to Page > edit . Now select ‘No Buddypanel’ template from parent attribute section and try reloading the site on browser.Regards
Anve - Load More