Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Taylor Lovett

    (@tlovett1)

    Please provide a link so I can diagnose the problem.

    Datepicker scripts should only be included if $include_datepicker = true.

    I’m not using the “Date” field in my form so $include_defaults should = false but that wasn’t happening.

    On custom-contact-forms-front.php on lines 56-57 I changed

    $include_defaults = true;
    $include_datepicker = true;

    to
    $include_defaults = true;
    $include_datepicker = false;

    I didn’t test if this affects forms which are actually using the “Date” field.

    I didn’t make any changes to the script besides the above and now I’m seeing a new error that causes the success message after form submission to not appear.

    $j(“#ccf-form-success”).delay is not a function.

    The success message wasn’t appearing even before I made the datepicker change.

    Thread Starter superpotion

    (@superpotion)

    It turns out that the conflict is specifically between UI Date Picker and Nivo Slider, so I don’t think this is your battle, Taylor. You can change this to thread [Resolved] if you feel the same way.

    If I combine plugins that each use one of these — say CCF and Header Image Slider — then the latter’s Nivo slider breaks. Problem is easy to reproduce: WP3.x + Twenty-Eleven Theme + CCF + Header-Image-Slider.

    In CCF (as you explain in the settings about jQuery conflicts) if Frontend jQuery is Disabled, then everything works fine. Pity to lose the tooltips though.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘possible problem with date picker script’ is closed to new replies.