-
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan,
That’s great 🙂 .I’ll close this topic now . Please create a new topic for any other questions.
Regards
Anve -
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question bug on profile page in the forum Boss. theme 8 years, 10 months ago
Hi @cyclebook ,
Could you please create a test user , so that i can check why is this white background showing on your profile page . PM me the details .
Regards
Anve -
Anve S. replied to the question Pop Up Login Page in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull ,
At present we do not have this option for Boss theme , it would certainly be great to have pop up login screen . I will add this in our suggestion list for sure .
Regards
Anve -
Anve S. replied to the question increasing heading size in one social in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
Hi ,
Try applying the following js code in onesocial settings -> codes -> JS.
[Read more]
jQuery( document ).ready( function(){
var createAC = jQuery('.form-row.create-account');
var create_account = jQuery('.create-account');
jQuery('.woocommerce-billing-fields.col2-set').prepend(create_account);… -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
Hi @plusorigin,
For the first question you asked , the css codes in these two areas will remain unaffected to theme updation . So please don’t worry about that . They’ll work just fine.
Also we’have ‘create an accout’ text exactly at the same area where you are seeing it on your website . Please give me some time , i’ll pass this to the…[Read more]
-
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
You can also use following css , apply it in child theme’s custom css .
#buddypress #item-header .profile-info h2.user-nicename {
display: none;
}
Regards
Anve -
Anve S. replied to the question Mobile Icon Customization in the forum OneSocial theme 8 years, 10 months ago
Hi @stephen ,
Sorry for the delayed response , i have tried changing the blog’s menu icon in Onesocial theme using simple css code and it worked .
#mobile-item-nav-wrap #nav-bar-filter #blog-personal-li::before{
content:"f13d"!important;
}
i am not getting any menu item with ‘blogs-personal-li’ id . Could you please PM me the site details ,…[Read more]
-
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Please try applying the given css using ‘Simple custom css’ plugin. As i have applied the css and it works for me . Please refer to following screenshot.
Regards
Anve -
Anve S. replied to the question Hide Number of Members / Learndash in the forum Social Learner 8 years, 10 months ago
HI @kodonnell,
Please attach a screenshot to give us a more clear idea of your question.
Regards
Anve -
Anve S. replied to the question Mobile bar on iphone portrait shows cutted line in the forum BuddyBoss theme 8 years, 10 months ago
Hi @thorsten,
Plesae try adding following css in child theme’s custom css . Try adjusting the ‘height’ according to your need .
@media screen and (max-width:720px){
.xprofile #buddypress #mobile-item-nav-wrap, .xprofile #buddypress #mobile-item-nav-wrap ul {
height: 118px !important;
}
}
Regards
Anve -
Anve S. replied to the question Button for register in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan,
You can apply the following css code to child theme’s custom css , it will make it look proper.
#post-9961 .wpb_column .header-button {
background-color: transparent !important;
border-left: medium none;
text-align: center !important;
width: 100%;
}
Regards
Anve -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 10 months ago
Hi @bstrehl,
Please try applying the following css in child theme’s custom css option.
@media screen and (max-width:480px){
body.activity #buddypress .activity {
padding: 0 10px !important;
}
}
Regards
Anve -
Anve S. replied to the question Boss Slide in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull ,
There is no such slider plugin package that comes with Boss theme to get a slider on your website. You can easily just navigate to Buddyboss > Boss theme > Homepage slides . From this section you can easily upload your slide’s images and can create a slider .
Regards
Anve -
Anve S. replied to the question Second menu bar as per demo in the forum Social MarketPlace 8 years, 10 months ago
Hi @derekk2110,
You can add it by navigating to Appearance > Widgets . There you’ll see ‘Marketpanel’ widget. Please refer to the attached screenshot.
Regards
Anve -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 10 months ago
HI @bstrehl,
Sorry but i can not replicate the issue of yours since it is looking fine at our end . PM me the site details , will check there and provide you the css.
Regards
Anve -
Anve S. replied to the question Banner in place of logo on BuddyBoss theme? in the forum BuddyBoss theme 8 years, 10 months ago
Hi @optimystic,
Are you willing to use this same banner , because it is a big one . So , occupying a large area of your website .You can apply following css in child theme custom css option to make it look proper.
[Read more]
@media screen and (min-width:481px){
#masthead #logo img {
height: 250px;
width: 100%;
}
#masthead .header-inner {
max-width:… -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Great 🙂 , i’ll close this topic now , you can create a new topic for any other questions.
Regrads
Anve - Load More