Home Forums WC Vendors Pro Support 2 Add Product Buttons Vendor Products

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!

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15758
    Robin Hind
    Participant

    Hello,

    I am currently having a problem with 2 Add product buttons appearing on the dashboard -> products page, how can I remove one of these?

    Thanks

    #15765
    Drew
    Participant

    The duplication in buttons is a nice touch when dealing with long lists of products.

    Like you though, I don’t need them at this point so all I did was add some custom CSS. I have a child theme, hooked into source control but you could use Appearance > CSS and add the following rule:

    .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header:last-child {
    display: none;
    }

    #15768
    WC Vendors Support
    Participant

    That’s working as intended. 🙂 Top and bottom buttons. When you start to get 100 products listed, it becomes handy not to have to scroll so much.

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