• Resolved vjdoon

    (@vjdoon)


    I am unable to see the month and year in the front end of the datepicker.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @vjdoon

    I hope you are doing well today.

    It seems there is a conflict with your theme, which calls app.css file. This file have this code:

    select {
        opacity: 0;
        visibility: hidden;
    } 

    which hides selects on the site.

    Please add this fix code into WP Dashboard -> Appearance -> Customize -> Additional CSS section:

    .ui-datepicker-title select{opacity: 1; visibility: visible;}

    Kind Regards,
    Kris

    Thread Starter vjdoon

    (@vjdoon)

    yes this solved the issue. Thanks a ton!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘month and date issue in datepicker’ is closed to new replies.