I'm experiencing an issue where the "date-picker" field isn't displaying the calendar, but the "repeated date field" (described in step 5 of the installation instructions) is showing the calendar.

To see an example of what I mean, you can go here to see my shopping cart:

The field (attribute 56) which should have the date picker is labeled, "Expected date of completion 2". The field where the date picker appears is all the way at the bottom.

Also, in the installation instructions it says,

5. To hide repeated (but necessary) date field add in your template stylesheet (located in includes/templates/your_template_name/css/stylesheet.css) following line of the code:
--------------------------------------------------------------------------------------------------------------
.wrapperAttribsOptions input {
display:none
}
However, I already have a line in my stylesheet.css that references .wrapperAttribsOptions that says:

.wrapperAttribsOptions {
margin: 0.3em 0em;
}

If I replace that with the reference in step 5, my attribute fields disappear.

I'd love to have this mod work. Any ideas out there? Thanks in advance!!