Estimation and Payment forms Color Picker Bug

Hi there,

I am using the WP Estimation and Payment forms plugin that was bundled with Pro.

I have run into a problem, where the color picker doesn’t work. I have contacted the plugin developer and he believes it is a theme related issue. I have disabled all plugins other than the E&P plugin and still have the issue. When I switch to the Twenty Seventeen theme the problem goes away and the colour picker works fine, so I can only assume it is theme related.

Could you take a look please.

You can find a form example via - http://squiggleprint.com/?lfb_action=preview&form=2

Thanks in advance
Simon

Hey there,

I have replicated this in my test site so this is a bug. For now, please try adding this code in your custom CSS as a workaround.

#estimation_popup.wpe_bootstraped .lfb_colorpicker {
    width: 64px!important;
    height: 64px!important;
    left: -71px !important;
    top: -30px !important;
    cursor: default !important;
}

Please check our Changelog regularly at https://theme.co/changelog/ for update details.

Thanks.

That worked like a charm. I have added to my theme’s custom CSS for now and will keep an eye on the changelog for when it may be integrated.

Thanks for your assistance.
Simon

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.