My account Menu missing from Vendors profile.

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 16 reply threads
  • Author
    Posts
    • #123457
      Suvopam Malakar
      Participant

      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.
    • #123568

      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.

    • #124285
      Suvopam Malakar
      Participant

      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.

    • #124313

      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.

    • #126250
      graficodomenico
      Participant

      Hi I also have the same problem! sellers do not view order history from dashborda. How do you solve this problem?

      Thanks so much

      • #126413

        Hello,

        Admin can see/access “orders” menu from WCFM store dashboard?

        Thanks.

    • #126418
      graficodomenico
      Participant

      his administrator can access the panel, in fact he can see his control panel, the order history. Instead the seller sees nothing.

      Some solution?

      • #126422

        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.
    • #126436
      graficodomenico
      Participant

      hello the fields you described are all activated.
      File Allego, are there other solutions?

      Attachments:
      You must be logged in to view attached files.
    • #126438
      graficodomenico
      Participant

      This is the situation. Please solve this problem. Thanks

      Attachments:
      You must be logged in to view attached files.
      • #126561

        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.

    • #126567
      graficodomenico
      Participant
      This reply has been marked as private.
    • #126570
      graficodomenico
      Participant
      This reply has been marked as private.
    • #126578
      graficodomenico
      Participant
      This reply has been marked as private.
    • #126602
      graficodomenico
      Participant
      This reply has been marked as private.
    • #126615

      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.php

      function 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.

    • #126618
      graficodomenico
      Participant
      This reply has been marked as private.
    • #126729
      graficodomenico
      Participant

      ok perfect i have sitemato the codide .pho now it works. thank you very much

    • #128579
      Suvopam Malakar
      Participant

      Hi Sarmishta,

      The function.php code worked perfectly well for desktop as well as mobile. You can close this. Issue resolved.
      Thank you.

    • #128809

      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.

Viewing 16 reply threads
  • The topic ‘My account Menu missing from Vendors profile.’ is closed to new replies.