-
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.
-
David replied to the question Bug: Private Products Are Visible in the forum Social MarketPlace 8 years, 9 months ago
I saw. Thanks. Is variable products support still coming by Monday?
-
David posted a new activity comment 8 years, 9 months ago
No, I didn’t. I’ve had other, higher priority issues to resolve first.
-
David replied to the question Show just VENDORS on members page in the forum OneSocial theme 8 years, 9 months ago
This works better:
<?php
add_filter( 'bp_after_has_members_parse_args', 'buddydev_exclude_users_by_role' );
function buddydev_exclude_users_by_role( $args ) {
//do not exclude in admin
if( is_admin() && ! defined( 'DOING_AJAX' ) ) {
return $args;
}$excluded = isset( $args['exclude'] )? $args['exclude'] : array();…[Read more]
-
David replied to the question Hidden and Out of Stock products appear in Vendor Shops and Marketplace Menu in the forum OneSocial theme 8 years, 10 months ago
I posted about this too: https://www.buddyboss.com/support-forums/topic/bug-private-products-are-visible/
Would really be nice to have some communication.
-
David started the question Bug: Private Products Are Visible in the forum Social MarketPlace 8 years, 10 months ago
When on either the Stores page or the Sellers page, products that have been marked as Private (via the checkbox at the end of the Product creation dialogue) are being displayed. They are correctly hidden in other areas, but they are showing on those two page, which is a huge flaw.
If one of my vendors creates a private listing for a custom…[Read more]
-
David started the question Bug: Private Products Are Visible in the forum Social MarketPlace 8 years, 10 months ago
When on either the Stores page or the Sellers page, products that have been marked as Private via the checkbox at the end of the Product creation dialogue are being displayed. They are correctly hidden in other areas, but they are showing on those two page, which is a huge flaw.
If one of my vendors creates a private listing for a custom order,…[Read more]
-
David replied to the question Redirect Vendor at Login in the forum Social MarketPlace 8 years, 10 months ago
But won’t that simply eliminate the redirecting of users to their most recent location at login? I want users to land at their previous page, but I want vendors to land at the Dashboard.
-
David replied to the question Redirect Vendor at Login in the forum Social MarketPlace 8 years, 10 months ago
FYI, this is the code I’m referring to: https://www.wcvendors.com/kb/redirecting-vendors-seller-dashboard-login/
-
David started the question Redirect Vendor at Login in the forum Social MarketPlace 8 years, 10 months ago
I would like to redirect vendors to their Dashboard upon login. I added the code from the WC-Vendors KnowledgeBase, but that doesn’t work, and I’m pretty certain it’s because of the way OneSocial handles the login. Could you advise on how to get vendors to land on the Dashboard at login? Thank you.
-
David started the question Bug: Escaped characters displayed in Group description in the forum Social MarketPlace 8 years, 10 months ago
I created a Group, and I gave it a description that included a word with an apostrophe (eg. Frank’s). When you see the description in an invitation to join, and when you see the description on a member’s groups page (example.com/members/username/groups/), the backslash that escapes the apostrophe is shown (eg. Frank’s).
-
David replied to the question Visual composer update in the forum Social MarketPlace 8 years, 10 months ago
Just a note: Visual Composer received an update yesterday. Looking forward to it being updated in the BuddyBoss downloads section.
-
David started the question Request / Improvement Idea in the forum Social MarketPlace 8 years, 10 months ago
Slideshows with captions in a profile page are a great, quick way for sellers to explain and show what they do. The member profile tab would be so much better if it could contain a user written profile with a user designed slideshow.
-
David started the question Notification number disappears in the forum Social MarketPlace 8 years, 10 months ago
When a vendor has a notification, and that vendor is viewing a store page or the sellers list page, then the notification number is present while the page is loading but disappears when the page finishes loading.
-
David started the question Profile image skewed / stretched in the forum Social MarketPlace 8 years, 10 months ago
Occasionally, when vendors upload a store profile image, that image is getting cropped and resized and ends up looking skewed or stretched on the store’s page. It just happened with a vendor using an image that was 1071x1070px. The actual version that is used on the store’s page is 500px wide by 700px tall. Why?
BTW, it doesn’t seem to happen…[Read more]
-
David started the question Profile image skewed / stretched in the forum Social MarketPlace 8 years, 10 months ago
Occasionally, when vendors upload a store profile image, that image is getting cropped and resized and ends up looking skewed or stretched on the store’s page. It just happened with a vendor using an image that was 1071x1070px. The actual version that is used on the store’s page is 500px wide by 700px tall. Why?
-
David started the question Profile image skewed / stretched in the forum Social MarketPlace 8 years, 10 months ago
Occasionally, when vendors upload a store profile image, that image doesn’t get cropped and ends up looking skewed or stretched on the store’s page. It just happened with a vendor using an image that was 500px wide by 700px tall.
-
David replied to the question Main menu missing after searching inside shop in the forum Social MarketPlace 8 years, 11 months ago
Here
-
David started the question Main menu missing after searching inside shop in the forum Social MarketPlace 8 years, 11 months ago
https://example.com/shops/cool-shop-name/?bm_store_search=shirt
If I go to a shop page and then use the search bar immediately above the product grid, then on the results page, the main menu items (the ones at the top next to the site logo) are completely missing.
-
David replied to the question Errors in debug log with SM plugins enabled in the forum Social MarketPlace 8 years, 11 months ago
With the latest updates, these are now the recurring errors in my log:
PHP Notice: Undefined variable: t_id in /home/*****/public_html/*****/***/wp-content/plugins/buddyboss-marketplace/includes/main-class.php on line 1313
PHP Notice: Undefined variable: product_paged in…
[Read more] - Load More