-
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
Please send us your admin login credentials and the thread url through our contact us page. We will test these issues on your site and will revert back to you asap.
Regards
Anve -
Anve S. replied to the question Sub categories not displaying on Marketplace Menu widgets in the forum OneSocial theme 8 years, 12 months ago
Please send us your admin login credentials along with your thread url through our contact us page . We will try to resolve it asap.
Regards
Anve -
Anve S. replied to the question OneSocial Visual composer and menu in the forum OneSocial theme 8 years, 12 months ago
HI @gents-carry,
1. on Page > Homepage . select the parent template as ‘Home page template’ .
2. Also go to Settings > Reading > Front page displays and select you homepage under Static page option.
3.Enable all the options in Screen options menu at the top. There you can see Forums and more options , enabling them will create these options…[Read more]
-
Anve S. replied to the question Hide featured image in blog post in the forum OneSocial theme 8 years, 12 months ago
HI @gavins
Try applying following css in child theme’s custom css option.
.blog .post .attachment-post-thumb {
display: none;
}
Regards
Anve -
Anve S. replied to the question Sub categories not displaying on Marketplace Menu widgets in the forum OneSocial theme 8 years, 12 months ago
Try adding the following css in custom css option of your child theme.
@media screen and (min-width:481px){
.is-desktop .subheader .product-categories > li > .children{
opacity:1!important;
visibility:visible!important;
}
}
Regards
Anve -
Anve S. replied to the question xml files for the installation of the social learner theme in the forum Social Learner 8 years, 12 months ago
Hi @alfieri-oliviergmail, I have attached the demo content pls unzip the attachment and import the xml file.
Required plugin which need to be active before importing demo data
Buddypress
BBpress
Learndash
WPBakery Visual Composer
TemplateraAdditional plugins
BadgeOS
BadgeOS Community Add-On
Boss. for Learndash
BuddyBoss Wall
BuddyBoss…[Read more] -
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
Try adding the following css in child theme’s custom css option.
@media screen and (max-width:481px){
.is-mobile:not(.bm-vendor-shop ) #sitewide-notice {
padding-top: 0px!important;
}
}
Regards
Anve -
Anve S. replied to the question Change height of introduction video? in the forum Social Learner 8 years, 12 months ago
Hi @min83,
It won’t make any differnce changing the introduction video dimensions before it was uploaded on youtube , as it has some standards of video dimensions itself . Instead you can apply the following css .Add this css in child theme’s custom css option , add your required padding top value inorder to get your desired…[Read more]
-
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
Try applying the following css in child theme’s custom css option.Apply the height that you like to have on your site.
@media screen and (min-width:1024px){
.bb-slider-wrapper .boss-slide-img.loaded {
max-height: 400px !important;
}
.bb-slider-wrapper .slick-list.draggable {
height: 400px !important;
}
}
Regards
Anve -
Anve S. replied to the question Menu Got All Weird…help in the forum Social Learner 8 years, 12 months ago
Hi @ascheuer,
I have made the changes according to your specifications .Now the background is same as that of logo part and the menu’s are of white color. Please check on your site .
For your previous issue the css was being overridden by some other css , which was breaking the titlebar styling.Regards,
Anve -
Anve S. replied to the question Menu Got All Weird…help in the forum Social Learner 8 years, 12 months ago
Hi @ascheuer,
I have made the appropriate changes on your site , now the menu items are showing properly in the center and aligned . Do you want the background of the menubar to be same as the background of your logo area ? , please elaborate.
Regards.
Anve -
Anve S. replied to the question CSS Advice: Remove vertical space but only on Group Forum & Topic Pages? in the forum Social Learner 8 years, 12 months ago
Hi @min83,
Please try applying the following css in child theme’s custom css option to remove vertical gap from Group Forum pages only.
body.my-groups #buddypress #item-nav {
margin-bottom: 0!important;
}
body.forum #buddypress #item-nav {
margin-bottom: 0 !important;
}
Please attach a screenshot for the vertical gap issue in Topic pages…[Read more]
-
Anve S. replied to the question Change height of introduction video? in the forum Social Learner 8 years, 12 months ago
Hi @min83,
The blue area that shows featured image and the excerpt is of varying height that depends on how much content you add in that part .
Or you can give me the url of the course page you want to fix the height of the introduction video for , will give corresponding css for fixing the introduction video height for that specific one.Regards,
Anve -
Anve S. replied to the question Remove Buddyboss Header/Footer in the forum Boss. theme 8 years, 12 months ago
hi @ninety83,
Try applying following css in child theme’s custom css option.
#panels #right-panel {
margin-top: 0 !important;
}
Regards,
Anve -
Anve S. replied to the question Bug: Activity avatar image size in the forum OneSocial theme 8 years, 12 months ago
-
Anve S. replied to the question Buddypanel icon color in the forum Social Learner 8 years, 12 months ago
Hi @rasmusse1,
Try adding the following css in child theme’s custom css option.
#left-panel #menu-buddy-menu li.current-menu-item a::before {
color: #fff !important;
}
Also please attach a screenshot for your alignment issue of profile picture with sidebar.
Regards.
Anve -
Anve S. replied to the question Adding shortcode in the homepage Slider in the forum Boss. theme 8 years, 12 months ago
Hey @naj
From the boss homepage slide option you can add title as text, description that shows a brief introduction of that title and the button text.
Current slider is very basic one and won’t process any shortcodes.
-
Anve S. replied to the question Remove Buddyboss Header/Footer in the forum Boss. theme 8 years, 12 months ago
Hey @ninety83
You can try following css in child theme’s custom css option .This will hide the header and footer section from all the pages.
header#masthead, footer {
display: none!important;
}