-
Anve S. replied to the question Main menu font in the forum Boss. theme 8 years, 11 months ago
Hi @crowdsparks ,
You can set your font family from Buddyboss > Boss theme > Typography , you can see they have options for site title and body . If that do not helps , just tell me the font family which you want to apply and the element on which you want it to be applied , i will provide you the corresponding css.
Regards
Anve -
Anve S. replied to the question Events Manager Profile Page Bug in the forum Boss. theme 8 years, 11 months ago
Hi @hoollaaconnect,
Try adding following css in custom css option of child theme.
.events #buddypress #item-header .bb-cover-photo {
display: none!important;
}
Regards
Anve -
Anve S. replied to the question Profile Menu items disappeared in the forum Boss. theme 8 years, 11 months ago
Hi @donniechen,
Go to Buddyboss > Boss theme > Profile . “My Profile” menu option should be “ON”. Please check.
Regards
Anve -
Anve S. replied to the question Blog Post Tittle in the forum Boss. theme 8 years, 11 months ago
-
Anve S. replied to the question Additional Groups Page in the forum Boss. theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Logo image not clickable in the forum Boss. theme 8 years, 11 months ago
Hi @smedia,
Please tell me which version of theme are you using currently . And let me know about your server php version
To run WordPress we recommend your host supports:
PHP version 5.6 or greater
MySQL version 5.6 or greaterRegards
Anve -
Anve S. replied to the question Main menu font in the forum Boss. theme 8 years, 11 months ago
-
Anve S. replied to the question Mobile Header stuck in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon ,
Could you please share the admin details , site url and the thread through our contact us page .
Regards
Anve -
Anve S. replied to the question How to change Blog format? in the forum OneSocial theme 8 years, 11 months ago
Hi @tgrosby,
The following css will align the post content and featured image side by side. Currently the featured image comes of full width just above the post content.
.blog .post .header-area {
float: right;
width: 36%;
}
.blog .post .entry-content.entry-summary {
float: left;
width: 60%;
}
And if your requirement is…[Read more]
-
Anve S. replied to the question Mobile Header stuck in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon,
Try the following css , and apply in custom css option of child theme.
.single-post div#main-wrap {
perspective: none!important;
}
Regards
Anve -
Anve S. replied to the question Templates & Content in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
You can not customise Members template using visual composer , these are php files that you can find in your theme’s folder. Inorder to make any change please make sure that it is your child theme . You can also share with us that what changes have you been looking for. You can find your files using Theme editor in backend.
Regards
Anve -
Anve S. replied to the question Sidebar in the forum OneSocial theme 8 years, 11 months ago
-
Anve S. replied to the question Adding Custom Icon Fonts in the forum OneSocial theme 8 years, 11 months ago
Hi @stephen,
Sorry but our theme currently do not support the customization options for menu icons that you are asking for . But you can take the reference of how we have used Fontawesome in our theme , this will require some custom coding from your side . Also you may raise this requirement of yours in Wordpress forum.
Regards
Anve -
Anve S. replied to the question Login on mobile is missing in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon,
Please tell us which version of theme are you currently using ?? . Also i need to know the list of active/installed plugins on your site. There may be some plugin conflict persists.
Regards
Anve -
Anve S. replied to the question Error visual composer in the forum Social Learner 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Mobile Menu in the forum Social Learner 8 years, 11 months ago
Hi @kodonnell,
Try adding following css in child theme’s custom css option.
@media screen and (max-width:475px){
#learndash_lessons #lessons_list .lesson-meta, #learndash_lessons #lessons_list .drop-list {
display: none;
}
}Regards
Anve
Regards
Anve -
Anve S. replied to the question Error visual composer in the forum Social Learner 8 years, 11 months ago
Hi @elevengroup,
Please first unzip that folder , then you’ll get the plugin folder . Convert it to .zip and try installing again.
Regards
Anve -
Anve S. replied to the question Templates & Content in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
You can use import following xml file
https://www.dropbox.com/s/wdjn70bdb8f1vaw/onesocial.wordpress.2016-02-28.xml?dl=0
For OneSocial theme option
https://www.dropbox.com/s/fu2r9ge0kj3qm9t/redux_options_onesocial_options_backup_28-02-2016.json?dl=0
it should be used in import section of the One Social theme options.Also Take a…[Read more]
-
Anve S. replied to the question Login Form – remove 'Fill the form' text in the forum OneSocial theme 8 years, 11 months ago
Hi @constyclan,
Please check if you still have the issue with the line beneath the field , as i have checked and it seems ok to me.
Regards
Anve -
Anve S. replied to the question Change or submission links to buttons please in the forum OneSocial theme 8 years, 11 months ago
Hi @conscious-carfties,
We have added your requirement in our suggestion list , in our next release we’ll come with best of design . You can use this css in fulfilling your site’s requirement .
Regards
Anve - Load More