Vendor page broken after installing MVX

Theme and Plugin Support

Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #145311
      Klaus Thomas Russ
      Participant

      Dear all,

      please have a look at those two images. After installing MVX, the vendor page is broken.

      Besides that I can’t change anything via CSS in the settings of the seller dashboard. I want to hide the two tabs ‘products’ and ‘policies’. But I doesn’t work via CSS.

      What could the problem be?

      Thanks in advance and best regards,
      Klaus

    • #145380

      @Klaus Thomas, not to worry. We will definitely assist you.

      Please do create a staging site and share the admin, FTP access so we can check.
      While sharing the access don’t forget to mark this as private.

    • #145771
      Klaus Thomas Russ
      Participant
      This reply has been marked as private.
    • #145781
      This reply has been marked as private.
    • #145801
      Klaus Thomas Russ
      Participant
      This reply has been marked as private.
    • #145910

      https://fluvid.com/videos/detail/De5K9S59zQf9Z2x-V
      We are getting this after logging in to your website.
      Can you please guide us with the customization u have done and also what do you want to show on the page.We are also unable to find the Product and Policy tab.

    • #146317
      Klaus Thomas Russ
      Participant

      Dear Moumita,

      we don’t need vendor pages anymore, we create everyone individually and manually.

      But can you tell me, how we can hide the My Shop tab in the vendor’s dashboard? Any code?

      Best regards,
      Klaus

    • #146322

      Hi,
      Kindly add below code to the function.php of your current active theme

      add_filter('mvx_vendor_dashboard_header_nav', 'mvx_vendor_dashboard_header_nav_callback');
      function mvx_vendor_dashboard_header_nav_callback($header_nav) {
          unset($header_nav['shop-link']);
          return $header_nav;
      }
      Copy

      Regards,

    • #149874
      WCMp Admin
      Keymaster

      We haven’t heard back from you, so we presume this issue has been fixed.
      So we are closing this one.
      If you need any further help, do open another thread.

Viewing 8 reply threads

The topic ‘Vendor page broken after installing MVX’ is closed to new replies.