Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Can't make Select2 fields required #73020
    Matt Frisch
    Participant

    FYI – there is a workaround using css. The validation doesn’t work because the field with the validation is set to display:none. Using the css below makes the field display but hidden. Now validation works.

    /* fix for select2 validation fail */
    div.control.select select.category-select2 {
    position:absolute;
    display: block !important;
    visibility: hidden;
    height: 1px;
    margin-left: 10px;
    margin-top: -14px; }
    in reply to: Errors not showing on vendor sign up form #49784
    Matt Frisch
    Participant

    Ok – many thanks for checking. I’ve found a few bugs with the theme I’m using – this must be another.

    in reply to: Dashboard Settings – State / County Field Value Disappears #49300
    Matt Frisch
    Participant

    Ok – I just tried with Storefront and didn’t have the issue. Then I tried with my original child theme and also didn’t have the problem. So not sure what was causing the issue, but it appears to be gone now.

    I’ll report back if I find out more.

    in reply to: Dashboard Settings – State / County Field Value Disappears #49298
    Matt Frisch
    Participant

    Theme is Handy Store. Here are the details from the style.css:

    Theme Name: HandyStore
    Theme URI: http://handy.themes.zone
    Author: Themes Zone
    Version: 4.15

    in reply to: Dashboard Settings – State / County Field Value Disappears #49254
    Matt Frisch
    Participant

    I only started using Pro a week ago – it’s version 1.3.8. The template in question says it’s 1.3.2 – this is what came with the Pro plugin. I made no modifications to the template (I thought I needed to but didn’t in the end). Just having a copy of the template in my theme caused the issue.

    in reply to: Dashboard Settings – State / County Field Value Disappears #49211
    Matt Frisch
    Participant

    I have more info. Scenario: user fills in State/County field when applying to be vendor (using 2 letter abbr or full state name). When viewing the user in the admin (edit user), the state/county dropdown does not default to the value from the front end.

    Note: this only happens with an override template in the child theme (/my-theme/wc-vendors/front/vendor-signup-form.php). When I removed that file, the state appears on the admin user edit form as expected. However, I made no changes to the override file – just having it there caused the issue. Hopefully, this gives you enough info to address the bug.

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