• Resolved qsmart

    (@qsmart)


    Hi,
    With the custom theme that I have been provided the pop out calendar is transparent. This must be some kind of CSS that needs to be set?

    So hwat happens is I click on the from date and the days in the month are displayed but the text behind on the page is visable.

    Thanks

    https://wordpress.org/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    are you using other jquery version aside from wordpress default jquery library?

    Thread Starter qsmart

    (@qsmart)

    Looking in firebug seems to be the right version 1.12.3

    Datepicker is version 1.11.4

    Thread Starter qsmart

    (@qsmart)

    Sorted..

    I added this to my CSS

    /* DatePicker Container */
    .ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    background-color: #FFF;
    }

    Thread Starter qsmart

    (@qsmart)

    close

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

The topic ‘Date picker is transparent’ is closed to new replies.