-
Anve S. replied to the question Can we add a PRODUCT search box please? in the forum OneSocial theme 8 years, 11 months ago
-
Anve S. replied to the question View Order Details displays incorrectly in the forum OneSocial theme 8 years, 11 months ago
-
Anve S. replied to the question Removing white space on Visual Composer pages in the forum OneSocial theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Resize the title bar in the forum Boss. theme 8 years, 11 months ago
-
Anve S. replied to the question Can we add a PRODUCT search box please? in the forum OneSocial theme 8 years, 11 months ago
Try following css in child theme custom css option to reduce space from search page.
[Read more]
.search #buddypress .bboss_search_page div.search_filters {
margin-bottom: 24px !important;
}
.search .entry-title {
margin-bottom: 10px!important;
margin-top: 10px!important;
}
.search .results-group .results-group-title {… -
Anve S. replied to the question Use custom google searchbar. in the forum Boss. theme 8 years, 11 months ago
Hi @niel96 ,
I see that the google searchbar comes in mobile for logged in users . You can try following css to responsively design the searchbar in mobile view.
[Read more]
@media screen and (max-width:480px){
.mobile-header-inner #tfheader > form#tfnewsearch {
margin-right: 16%;
padding: 20px 7px!important;
width: 60%;
}
.mobile-header-inner… -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 11 months ago
Hi @tomastd,
You can use this css to fix this problem on your site for now and our developers are on it so that with next release it will be completely solved.
Regards
Anve -
Anve S. replied to the question Global Search in the forum Social MarketPlace 8 years, 11 months ago
Hi @plusorigin,
Try applying following css in child theme custom css option.
#header-aside #header-search form {
z-index: 3222;
}
Regards
Anve -
Anve S. replied to the question Over to Sign up and Log in in the forum Social MarketPlace 8 years, 11 months ago
Hi @plusorigin,
Please try going to Buddyboss > onesocial theme > Register/Login and please check that if it is enabled.
Regards
Anve -
Anve S. replied to the question Use custom google searchbar. in the forum Boss. theme 8 years, 11 months ago
Hi @niel96,
I have checked your site and i don’t see any searchbar in mobile view. Can you please attach a screenshot of the screen that you are talking about .
Regards
Anve -
Anve S. replied to the question Hide sidemenu on home page in the forum Boss. theme 8 years, 11 months ago
Hi @lmblxx,
Try applying following css in child theme custom css.
@media screen and (min-width:480px){
.home #masthead {
display: none;
}
.home #right-panel {
margin-top: 0!important;
}
}
Regards
Anve -
Anve S. replied to the question Register button in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
Try by going to Settings > general . Now uncheck the ‘anyone can register’ option and SAVE.
Regards
Anve -
Anve S. replied to the question Use custom google searchbar. in the forum Boss. theme 8 years, 11 months ago
Hi @niel96,
Try adding following css in child theme’s custom css option.
@media screen and (max-width:847px) and (min-width:647px){
#header-search .tftextinput {
width: 50%!important;
}
#header-search #tfheader #tfnewsearch .tfbutton {
max-width: 38% !important;
}
}
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 11 months ago
-
Anve S. replied to the question Remove Titlebar Menu For Homepage? in the forum Social Learner 8 years, 11 months ago
-
Anve S. replied to the question Remove Titlebar Menu For Homepage? in the forum Social Learner 8 years, 11 months ago
Hi @bballam,
Try applying following css in custom css option of child theme.
@media screen and (min-width:481px){
.home-page #masthead {
display: none;
}
.home #panels #right-panel {
margin-top: 0!important;
}
}
@media screen and (max-width:480px){
.home #mobile-header {
display: none;
}
.home #inner-wrap {
margin-top: 0;
}
}
Regards
Anve -
Anve S. replied to the question Button text not fitting right inside the button in the forum Social Learner 8 years, 11 months ago
Hi @gaboarrow,
Try adding following css for password reset page button. Please apply this css in custom css of child theme.
.lost_reset_password .form-row input.button {
width: auto !important;
}
Regards
Anve -
Anve S. replied to the question Button text not fitting right inside the button in the forum Social Learner 8 years, 11 months ago
Hi @gaboarrow ,
Could you please PM the site url and a test user login detail . I will provide you the corresponding css.
Regards
Anve -
Anve S. replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 11 months ago
Hi @bstrehl,
Please replace the above given code by the following . This way you can have your buddypanel without messing it up.
@media screen and (min-width:480px){
.header-inner .header-navigation #header-menu > ul > li {
height: 48px !important;
}
}Regards
Anve -
Anve S. replied to the question How to you modify the Title Bar Icon options? in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr ,
Please tell me what kind of customization you need to make on the login button . Will provide you css for that .Also you can customize the button by yourself using the following code .
#masthead #header-aside .login {
YOUR CSS PROPERTY
}
Regards
Anve - Load More