• Resolved Dumel

    (@dumel)


    We’ve had reports that dates cannot be selected. I have tested now on 2 browsers and find the same issue. Using version 9.5.4 but had the same on 9.5.3

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You have added somewhere in settings of your theme or in some CSS file, this customization:

    .date_approved {
    background-color:red!important;
    color:white!important
    }
    .date_available {
    background-color:#90ee90!important;
    color:black!important
    }
    .block_hints .block_free,
    .block_hints .block_time,
    .block_hints .block_check_in_out div.check-in-div,
    .block_hints .block_check_in_out div.check-out-div,
    .datepick-inline .date_available,
    .datepick-inline .timespartly.check_in_time div.check-in-div,
    .datepick-inline .timespartly.check_out_time div.check-out-div {
    background:none repeat scroll 0 0 #90ee90
    }

    You need to remove this CSS code, or at least replace it to this code, for ability to see selected dates:

    .date_approved {
    background-color:red!important;
    color:white!important
    }
    .block_hints .block_free,
    .block_hints .block_time,
    .block_hints .block_check_in_out div.check-in-div,
    .block_hints .block_check_in_out div.check-out-div,
    .datepick-inline .date_available,
    .datepick-inline .timespartly.check_in_time div.check-in-div,
    .datepick-inline .timespartly.check_out_time div.check-out-div {
    background:none repeat scroll 0 0 #90ee90
    }

    Also please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with a booking form for do not cache this page(s).

    Kind Regards.

    • This reply was modified 1 year, 12 months ago by wpdevelop.
    Thread Starter Dumel

    (@dumel)

    That’s strange. I don’t have that code in my child theme’s style sheet. The site doesn’t use a caching plugin (shocking I know). I tried adding your code and marking it all “!important” so as to override the invalid code but I still can’t see when I select an available block.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    That code located inside of this file:

    https://www.paarlscouts.co.za/wp-content/et-cache/global/et-customizer-global-16776269377804.min.css

    As you can see this file minimized, so that’s why I was suggested about some cache plugin.

    Probably it’s was added by your web-developer. You just need to remove that CSS code entirely to be sure that it will work correctly.

    Kind Regards.

    Thread Starter Dumel

    (@dumel)

    Thank you, I found it replaced it with your suggested code. All good. Thank you for the great support.

    Plugin Author wpdevelop

    (@wpdevelop)

    You are welcome ??
    P.S. If you want, you can write review about the plugin. We will be grateful for this.
    Kind Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Date selection not working’ is closed to new replies.