Home Forums WC Vendors Pro Support Vendor Application form "TABS"

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 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #27687
    Andy
    Participant

    Hi just finally purchased yesterday after dumping a rather expensive Dokan Multivendor which was just too confusing for a vendor to add products etc.

    To the point; In the vendor application form tabs “Store” is cut short” and I can’ figure this one out, something to do with the first ul. Anyway, screenshot is included.

    Thanks πŸ™‚

    #27732
    WC Vendors Support
    Participant

    Hi Andy,

    Glad to see another convert from Dokan to WC Vendors Pro. We see this every day, and are quite pleased at this. πŸ™‚

    The Store icon is cut short. That’s……….weird. Never seen that before! What theme are you using? Have you tried with the Storefront theme (Free) as a quick test to see if it’s you, or the theme?

    Let me know!

    Ben

    #27752
    Andy
    Participant

    Yeah tell me about it… I’d have vendors asking me non-stop how to add products. No, you have a decent product πŸ™‚

    Ok thanks for the tip, yes works fine with that theme so must be mine. I’m using LeCrafts from Themeforest, I also switched off the child theme so that all my corrections were deleted but alas, still cut off.

    Where do I go from here? Might need an !important css tag if I knew where to begin looking in your maze of files lol

    #27769
    Anna
    Member

    When you click on the other tabs and they are active, do they also do this?

    #27781
    Andy
    Participant

    No Anna, its just the first tab and stays like that even if you click on another tab.

    #27783
    WC Vendors Support
    Participant

    Does it do it in the Storefront theme? Most likely, it’s going to be your theme goofing up its own CSS somewhere causing the issue. I’m nowhere even remotely close to a CSS expert by any means.

    #27788
    Andy
    Participant

    As mentioned, no it doesn’t do it in that theme so its definitely the theme playing tricks on it. I’ll take a closer look and try and work it out.

    #27789
    WC Vendors Support
    Participant

    LeCrafts supplies their own templates for WC Vendors. So, it’s for sure the theme overriding something for some reason.

    You can reach their expedited support via email — [email protected] — and by expedited I do not know if that means “really fast” or not, but hey, that’s their email. πŸ™‚

    Otherwise, just fiddle around with the CSS to see if you can find the setting that’s breaking and !important it up in the child themes style.css sheet.

    #27797
    Anna
    Member

    Maybe one of these?:

    a.tabs-tab.store {
    min-width: 100% !important;
    visibility: visible !important;
    }

    If that doesn’t work, maybe:

    a.tabs-tab.store {
    position: static;
    z-index: 4;
    }

    #27801
    Andy
    Participant

    Thanks Ben πŸ™‚
    Anna, thanks really kind of you suggesting those possible fixes, I’ll try that later when I get home.
    I was also thinking about the !important tag.

    I’ll let you know here πŸ™‚

    #27828
    Andy
    Participant

    Anna, thank you ever so much you absolutely nailed it first go.
    I also had to add an additional two lines to get rid of the permanent annoying shadow and center the text within the button.
    Its obviously picking up css from somewhere else.

    Thanks again for your help, so much appreciated (our web designer at work had no clue lol)

    a.tabs-tab.store {
    min-width: 100% !important;
    visibility: visible !important;
    box-shadow: inherit;
    text-align: center;
    }

    #27837
    Anna
    Member

    Cool – I’m glad you were able to get that fixed. πŸ™‚

    #27869
    Andy
    Participant

    Ok after getting a slap on the wrist from ben (ouch!) for stating a new thread for a different subject I’ll continue here πŸ™‚

    Concerning the article “Knowledge Base” > “WC Vendors Pro” > “19. Custom Filed to Settings Page”.

    I need three fields to collect vendor bank data. In Austria, Germany or Switzerland people rely more on bank transfers than PayPal and would be a great asset.
    The problem is that the code provided receives errors (within my theme in any case). Part 2 of the code seems to be the trouble maker here and below you can see the output errors I am receiving. Without “Part 2” of the code it works fine and the fields appear within the Vendor’s settings page, but obviously renders the idea useless if one cannot pick up the data from the users profile page.

    I hope this makes sense.

    Kind regards and thanks in advance for any help-

    Andy

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-content/themes/lecrafts/functions.php:60) in /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-includes/pluggable.php on line 955

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-content/themes/lecrafts/functions.php:60) in /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-includes/pluggable.php on line 956

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-content/themes/lecrafts/functions.php:60) in /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-includes/pluggable.php on line 957

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-content/themes/lecrafts/functions.php:60) in /homepages/2/d614854002/htdocs/fabaloosh/marketplace/wp-includes/pluggable.php on line 1228

    #27917
    WC Vendors Support
    Participant

    The problem is something is outputting HTML before your site loads all the way. Your errors say it’s your lecrafts functions.php file. This means you have an error in your code. Screenshot it for me, the code you are using. Make sure no white spaces appear anywhere.

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