Home Forums WoodMart support forum Compatibility issues with WC Vendors

Compatibility issues with WC Vendors

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #74678

    rolyou
    Participant

    When adding a product on the front end, values don’t show when selecting an attribute and clicking add: https://i.imgur.com/QBtv2RS.png

    #74681

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Please, provide us a step by step instruction on how to reproduce it on your website. We also need your admin access so we can switch between themes and check how it should work.

    Kind Regards
    XTemos Studio

    #74683

    rolyou
    Participant

    Here are the step by step instructions: https://s22.postimg.cc/l8nk9anjz/error-woodmart.jpg

    #74687

    Artem Temos
    Keymaster

    We don’t see anything when switching to the standard theme too. Could you please send us some screenshots of how it supposed to work?

    #74704

    rolyou
    Participant

    Here is a screenshot of what it should look like: https://postimg.cc/image/c689twuwd/

    This screenshot was taken off WC Vendor’s sandbox demo where I installed woodmart (see info in private section).

    WC vendors reported that even though we see the details on their sandbox, it still looks broken.

    WC vendor’s message to me:
    “Based on your screenshot I would not say that the demo is working as it should either. There are serious layout issues on that tab. It might be possible for your theme developer to help you with the relevant style fixes to get this working.”

    So hopefully woodmart can fully be compatible with WC vendors.

    #74716

    Artem Temos
    Keymaster

    OK, we will definitely do some tweaks for styles. But the main problem that it doesn’t work on your website even with default wordpress theme. Did you test it?

    #74725

    Artem Temos
    Keymaster

    Here is a CSS code that you can put to Custom CSS section to style this page a bit. We will improve it in our updates for sure

    .wcv-column-group:after {
        content:"";
        clear: both;
        display: block;
    }
    .wcv_attribute_data .select2-container {
        max-width: 364px;
        display: inline-block;
    }
    .attribute_taxonomy {
            max-width: 600px;
    }
    .product_attributes {
        margin-top:20px;
    }
    .wcv-search-form .append-button {
        display: flex;
        flex-direction: row;
    }
    .wcv-search-form .append-button > span {
        margin-right: 5px;
    }
    div.wcv-grid nav.wcv-navigation {
        margin-bottom: 30px;
    }
    .wcv_actions {
        margin-bottom: 10px;
    }
    #76412

    Bogdan Donovan
    Keymaster

    Hi,

    We have checked that you are using pro version of the plugin. Initially, by default, our theme support only free version of WC Vendors plugin.

    Could you please provide us WC Vendors Pro plugin so we can properly prepare styles for it in our future updates.

    Regards

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)