Home Forums WC Vendors Free Support Login Redirect Vendor Dashboard Differ

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

  • This topic has 2 replies, 3 voices, and was last updated 7 years ago by MJ.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59933
    Dave
    Participant

    Hi I have Added this code to my child themes functions.php file and redirect any Vendors to their Vendor Dashboard. But i have the issue after the vendor login they redirect to vendor dashboard but differ from the knowledge documentation (Pls refer to the attachment file name: vendor dashboard error.

    Secondly, if if i paste my domainname.com/vendor_dashboard and display vendor dashboard but the heading is too close and how to do the setting to add the background button as per documentation? Pls refer to the attachment file name: vendoe dashboard-seperate button

    #59949
    Anna
    Member

    Hello,
    To redirect your vendors to the dashboard when logging in, for WC Vendors free, put this code in your theme/child theme functions.php file:
    https://gist.github.com/fervous/feb3a043c399b0b1fb18f9488e75aed8

    For the second question– you need to add some css to those links since your theme does not have the “button” class that many woocommerce themes do.
    Try something like this in your theme/child theme style.css file — you can, of course, change or add more css if you wish:

    a.button {
    margin-right: 4px;
    border: 1px solid #ccc;
    padding: 4px 6px;
    }
    #60020
    MJ
    Participant

    Hi,

    Is it possible to redirect the vendor to the backend dashboard instead of the frontend dashboard?

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.