-
Anve S. replied to the question Changing format of New Post page fields in the forum BuddyPress User Blog 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css.
[Read more]
.sap-editor-wrap .sap-editor-area-wrapper .medium-editor-placeholder::after {
color: #b3b3b1 !important;
text-indent: 10px;
}
.sap-editor-wrap .sap-editor-area-wrapper .sap-editable-title, .sap-editor-wrap .sap-editor-area-wrapper .sap-editable-area {
border: 1px solid… -
Anve S. replied to the question Reduce widget menus width and height in the forum Social MarketPlace 8 years, 10 months ago
Great 🙂
-
Anve S. replied to the question Removing page title in the forum Social Blogger 8 years, 10 months ago
Hi @youglobalize,
I’ve checked on http://www.youglobalize.org/front-2/ but its redirecting me to http://www.youglobalize.org and so i can’t reach there. May be this is happening for non-members . Also if you want to remove the page title just for a specific page then i would need to go to that page .
Regards
Anve -
Anve S. replied to the question Adding a Slider to top og Homepage set to lastest posts in the forum Social Blogger 8 years, 10 months ago
HI @youglobalize,
You can add a slider from Buddyboss > One social theme > Homepage Slides. There you will see ‘ One social slider ‘ option.
Regards
Anve -
Anve S. replied to the question Header color in the forum OneSocial theme 8 years, 10 months ago
Hi @orryspoon,
Try adding following in child theme custom css .
@media screen and (max-width:480px){
#mobile-header {
background-color: #fff !important;
border-bottom: 1px solid grey;
}
#mobile-header .left-btn::before {
color: grey;
}
#mobile-header .right-btn::before {
color: grey;
}
}
Regards
Anve -
Anve S. replied to the question Reduce widget menus width and height in the forum Social MarketPlace 8 years, 10 months ago
Hi @donmacarius,
Try adding following css in child theme custom css option.
@media screen and (min-width:980px){
.is-desktop nav.subheader .menu > li.bm_widget_product_categories > .sub-menu {
width: 88%;
}
.sub-menu .width-2 + .menu-latest-product {
padding-bottom: 0 !important;
padding-top: 10px !important;
}
}
Regards
Anve -
Anve S. replied to the question Easy way to remove all social features in the forum Social Learner 8 years, 10 months ago
-
Anve S. replied to the question Make my buddypanel a right menu in the forum Boss. theme 8 years, 10 months ago
Hi @imbixx,
Sorry but the Buddypanel is hard coded along with the theme , it is the left panel .So , it is not possible for now.
Regards
Anve -
Anve S. replied to the question Live notifications comments & likes looping in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
I apologize for delayed response , try deactivating live notification plugin and check you still are getting error on single activity page.
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 to remove white space from http://www.yourbetsfriend.com
.home-page article .entry-content .panel-grid {
padding-top: 0!important;
}
.home-page #content article {
padding-top: 0 !important;
}Regards
Anve -
Anve S. replied to the question images getting stretched in theme in the forum Boss. theme 8 years, 10 months ago
Great 🙂
-
Anve S. replied to the question Hide sidemenu on home page in the forum Boss. theme 8 years, 10 months ago
Great 🙂
-
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 option.
article#post-205 {
padding-top: 0 !important;
}
article#post-205 .panel-grid:first-child {
padding-top: 0 !important;
}
Regards
Anve -
Anve S. replied to the question images getting stretched in theme in the forum Boss. theme 8 years, 10 months ago
Try adding following css in child theme custom css option.
.single .post .entry-content img.aligncenter {
margin: 0 auto !important;
max-width: 100% !important;
min-width: auto !important;
}
Regards
Anve -
Anve S. replied to the question Reviews section elements are overlapping in the forum Social MarketPlace 8 years, 10 months ago
Hi @lshijie,
Great 🙂
-
Anve S. replied to the question How to Hide Request Membership Menu Item on Course Page? in the forum Social Learner 8 years, 10 months ago
Hi @dbayless,
Try adding following css in child theme custom css option to hide Request Membership menu for non-members .
body:not(.logged-in) .course #request-membership-groups-li {
display: none;
}
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 option.
#page .page-header {
padding: 0 !important;
}
Regards
Anve -
Anve S. replied to the question Change notification to bubble with number in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Homepage – Page Builder? in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
You can go to Buddyboss > Boss theme > profiles , and enable the adminbar option. Now you can check from the ‘Edit page’ option in Adminbar on the ‘homepage’.
Regards
Anve -
Anve S. replied to the question New User Menus in the forum Social MarketPlace 8 years, 10 months ago
Hi @plusorigin,
i see “find Contractor Pros” is working fine at our end . Please check again if any issue persists.
Regards
Anve - Load More