Home Forums WC Vendors Pro Support Issue with dropdown in product submission form

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 4 replies, 2 voices, and was last updated 7 years ago by Anna.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #59404
    Marko
    Participant

    Hi,

    I noticed that texts in dropdown menu in product submission form isn’t in the right place. Any fix for this?

    #59428
    Anna
    Member

    Hello,
    That’s your theme– if you are fine with me creating a vendor account I can view the css and see if there could be a quick css fix for those fields.
    Is you admin login and password given correct? If not, please send me an admin login and pw in a private reply and I can make a vendor account and check the form.
    Otherwise you can use the chrome or Firefox inspector tool to see if you can work out the proper fix.

    #59455
    Anna
    Member

    Try this in your theme or child theme’s style.css file:

    .select2-container .select2-choice {
    height: 46px;
    width: 200px;
    }
    input#s2id_autogen1_search.select2-input {
    width: 180px;
    }
    .wcv-form .control-group input[type=checkbox]+label {
    padding-left: 2.25em;
    }
    .wcv-form .control-group input[type=checkbox] {
    border: 1px solid #ccc;
    }
    #59485
    Marko
    Participant

    (edit) It works now 🙂 I’ve just removed: input#s2id_autogen1_search

    Thank you!!

    #59522
    Anna
    Member

    Cool- glad it is working now!

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