Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › My account Menu missing from Vendors profile.
- This topic has 20 replies, 3 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- April 27, 2020 at 5:13 am #123457Suvopam MalakarParticipant
Hi,
1st image shows, menus under my account. But the same menus are missing from the vendors’ profile; as shown in the 2nd image.
Moreover in the 3rd image, while in a mobile browser, my account pulls up the sidebar(without menu), and it’s not possible to get into the dashboard; which though works on desktop.
How to show all the drop menu for seller profile as well, as it shows for admin, as the 1st image?
Attachments:
You must be logged in to view attached files. - April 27, 2020 at 12:12 pm #123568Sarmistha ChakrabortyMember
Hello,
1st image shows, menus under my account. But the same menus are missing from the vendors’ profile; as shown in the 2nd image.
>> When you login as a customer can you see the the menus-“account settings” and “order history” ? Is it only missing for vendors?
Possibly this is your theme issue. Can you let us know which theme are you using?while in a mobile browser, my account pulls up the sidebar(without menu), and it’s not possible to get into the dashboard; which though works on desktop.
>>Please check as a admin(login) in a mobile browser.Thanks.
- April 28, 2020 at 7:28 pm #124285Suvopam MalakarParticipant
Thank for the reply.
Possibly this is your theme issue. Can you let us know which theme are you using?
Maybe. We are using Martfury theme.
while in a mobile browser, my account pulls up the sidebar(without menu), and it’s not possible to get into the dashboard; which though works on desktop.
>>Please check as a admin(login) in a mobile browser.For both admin and customer, it works perfectly in a mobile browser. It shows “Dashboard”, “Account Settings” and, “Order History”. However, for the Vendor account, it shows nothing; as shown in screenshots earlier.
We would highly appreciate the fix.
Thanks in advance.
- April 28, 2020 at 8:23 pm #124313Sarmistha ChakrabortyMember
Hello,
We have our demo setup with “Martfury” theme, and it’s working perfectly.
Please check : https://wclovers.com/demos/ (Foodie site)Share us your site Url and admin access, then we can check your site. (Set as private reply)
Thanks.
- May 4, 2020 at 1:20 am #126250graficodomenicoParticipant
Hi I also have the same problem! sellers do not view order history from dashborda. How do you solve this problem?
Thanks so much
- May 4, 2020 at 2:23 pm #126413Sarmistha ChakrabortyMember
Hello,
Admin can see/access “orders” menu from WCFM store dashboard?
Thanks.
- May 4, 2020 at 2:31 pm #126418graficodomenicoParticipant
his administrator can access the panel, in fact he can see his control panel, the order history. Instead the seller sees nothing.
Some solution?
- May 4, 2020 at 2:57 pm #126422Sarmistha ChakrabortyMember
Hello,
Check “Menu Manager” from WCFM-Dashboard settings – > Menu manager. The “Order” menu is enable or not.
And also check the vendor capacities from WCFM dashboard -> Capability (PFA) is all turn-on or not.Thanks.
Attachments:
You must be logged in to view attached files.
- May 4, 2020 at 3:25 pm #126436graficodomenicoParticipant
hello the fields you described are all activated.
File Allego, are there other solutions?Attachments:
You must be logged in to view attached files. - May 4, 2020 at 3:28 pm #126438graficodomenicoParticipant
This is the situation. Please solve this problem. Thanks
Attachments:
You must be logged in to view attached files.- May 4, 2020 at 7:58 pm #126561Sarmistha ChakrabortyMember
Hello,
We have our demo setup with “Martfury” theme, and it’s working perfectly.
Please check : https://wclovers.com/demos/ (Foodie site)Share us your site Url and admin access, then we can check your site. (Set as private reply)
Before that update your themes and plugins.Thanks.
- May 4, 2020 at 8:13 pm #126567graficodomenicoParticipantThis reply has been marked as private.
- May 4, 2020 at 8:16 pm #126570graficodomenicoParticipantThis reply has been marked as private.
- May 4, 2020 at 8:37 pm #126578graficodomenicoParticipantThis reply has been marked as private.
- May 4, 2020 at 9:20 pm #126601Sarmistha ChakrabortyMember
Hi,
Also please send us the site url, where to login.
Thanks.
- May 4, 2020 at 9:24 pm #126602graficodomenicoParticipantThis reply has been marked as private.
- May 4, 2020 at 10:33 pm #126615Sarmistha ChakrabortyMember
Hello,
“martfury” theme(latest version) add support for WCFM vendors. As a result if vendor logged in then theme will remove others accounts menu.
To override this, add below code in your theme’s functions.phpfunction martfury_nav_vendor_menu() { $author = get_user_by( 'id', get_current_user_id() ); $vendor_menu = array(); if ( ! in_array( 'vendor', $author->roles ) && ! in_array( 'seller', $author->roles ) && ! in_array( 'dc_vendor', $author->roles ) ) { return $vendor_menu; } if ( ! has_nav_menu( 'vendor_logged' ) ) { $vendor_menu = martfury_vendor_navigation_url(); } else { ob_start(); martfury_get_nav_menu( 'vendor_logged' ); $vendor_menu[] = ob_get_clean(); } return $vendor_menu; }
Thanks.
- May 4, 2020 at 10:40 pm #126618graficodomenicoParticipantThis reply has been marked as private.
- May 5, 2020 at 2:04 am #126729graficodomenicoParticipant
ok perfect i have sitemato the codide .pho now it works. thank you very much
- May 9, 2020 at 12:57 am #128579Suvopam MalakarParticipant
Hi Sarmishta,
The function.php code worked perfectly well for desktop as well as mobile. You can close this. Issue resolved.
Thank you. - May 9, 2020 at 2:38 pm #128809Sarmistha ChakrabortyMember
You are always welcome 🙂
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
- AuthorPosts
- The topic ‘My account Menu missing from Vendors profile.’ is closed to new replies.