-
David replied to the question Bug: Private Products Are Visible in the forum Social MarketPlace 8 years, 9 months ago
@conscious-crafties, The private products issue is resolved. And I’ve been told elsewhere to expect the latest update on Saturday, though it might be delayed until Monday.
-
Anve S. replied to the question More than 1 Marketplace Widget overlapping text in the forum OneSocial theme 8 years, 9 months ago
Apologies for the inconvenience. . The fix will be available in next update .
Regards
Anve -
Anve S. replied to the question More than 1 Marketplace Widget overlapping text in the forum OneSocial theme 8 years, 10 months ago
Please check that you’ve updated Marketplace plugin also and let me know if it now works .
Regards
Anve -
Anve S. replied to the question How do we add breadcrumbs? in the forum OneSocial theme 8 years, 10 months ago
You can place the following css in child theme’s custom css option .
.breadcrumb-wrapper {
padding-bottom: 8px;
padding-top: 40px!important;
}
Hope it works for you.
Regards
Anve -
Omar replied to the question Show just VENDORS on members page in the forum OneSocial theme 8 years, 10 months ago
You would actually need to create a new file called bp-custom.php and insert the above code in it.
You would need to put the file here wp-content/plugins
But it didn’t work for me as it removed everyone not just customers.
Let me know if you have a breakthrough
-
Anve S. replied to the question More than 1 Marketplace Widget overlapping text in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Move Social Media icons? in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Make button bigger on Homepage Slide in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Mobile: Remove white space above Homepage slide in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Mobile: Remove white space above Homepage slide in the forum OneSocial theme 8 years, 10 months ago
Please place the follwoing code in child theme’s custom css.
@media screen and (max-width:480px){
.home .bb-slider-container {
margin-bottom: 15px;
top: 0!important;
}
}
Regards
Anve -
Anve S. replied to the question Make button bigger on Homepage Slide in the forum OneSocial theme 8 years, 10 months ago
Please place the following css in child theme’s custom css .
@media screen and (min-width:768px){
.home .bb-slider-container .slick-list .slide_content .readmore .button {
font-size: 16px;
padding: 15px 25px;
}
}
Regards
Anve -
Anve S. replied to the question The heart button/function in the forum OneSocial theme 8 years, 10 months ago
Thanks for the suggestion , we’ll add this in our suggestion list .
Regards
Anve -
Omar replied to the question Show just VENDORS on members page in the forum OneSocial theme 8 years, 10 months ago
Did you manage to do this?
I have tried to put the code, below, together but it is not working
add_action(‘bp_ajax_querystring’,’bpdev_exclude_users’,20,2);
function bpdev_exclude_users($qs=false,$object=false){
//list of users to excludeif($object!=’members’)//hide for members only
return $qs;…[Read more] -
Anve S. replied to the question Sale items widget doesn't display page numbers in the forum OneSocial theme 8 years, 10 months ago
We have passed your requirement to developers , they will revert back to you soon . Thanks for the patience.
Regards
Anve -
Anve S. replied to the question Search Shop doesn't work if searching from page 2 onwards (404 page) in the forum OneSocial theme 8 years, 10 months ago
Your site issue has been passed to our developers , they will check and respond you back . Thanks for the patience.
regrds
Anve -
Anve S. replied to the question MOBILE: Marketplace menu is hard to find on mobile in the forum OneSocial theme 8 years, 10 months ago
Great 🙂 , I’ll close this topic , please create a new for other concerns.
Regards
Anve -
Anve S. replied to the question MOBILE: Marketplace menu is hard to find on mobile in the forum OneSocial theme 8 years, 10 months ago
Please replace the code given to you by the below one .
@media screen and (max-width:479px){
.subheader #sub-trigger::before {
content: "Shop by category";
}
}
Regards
Anve -
Anve S. replied to the question Vendor Application Form Appears Squashed in the forum OneSocial theme 8 years, 10 months ago
Sorry but this will need customization in code . You can contact your developers for it or can ask for custom work from our developers for you.
Regards
Anve -
Anve S. replied to the question MOBILE: Marketplace menu is hard to find on mobile in the forum OneSocial theme 8 years, 10 months ago
Please apply following css in child theme’s custom css .
@media screen and (max-width:479px){
.subheader #sub-trigger::after {
content: "Shop by category";
}
}
Regards
Anve -
Anve S. replied to the question URGENT: Mobile Search Bar Not Displaying in the forum OneSocial theme 8 years, 10 months ago
Great , I will close the topic now..If you have other concerns, create a new topic.we will be more than happy to assist you.
Regards
Anve - Load More