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

    (@wpdevelop)

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

    If you still have this issue, please try to deactivate one by one all your active plugins at the WordPress > Plugins menu. Then retest it again. If its not help, please active the default WordPress theme. And then retest it again. May be there exist some conflict with some active plugin or actual theme and just need to find the reason of that issue.

    Kind Regards.

    Thread Starter antoineO

    (@antoineo)

    Thanks for your reply.

    I have tried to desactive all my plugin and nothing has changed
    I have tried to use the default WordPress theme and nothing has changed.

    Have you another solution ? Or can I send you a login in a private message ?

    Thanks again

    Thread Starter antoineO

    (@antoineo)

    Maybe the issue comes from the CSS custom ?

    /*********************  Dates Cells  *********************/
    /* A V A I L A B L E - BACKGROUND */
    .block_hints .block_free,
    .block_hints .block_time,
    .block_hints .block_check_in_out div.check-in-div,         /* Item  for the LEGEND */
    .block_hints .block_check_in_out div.check-out-div,      /* Item  for the LEGEND */
    .datepick-inline .date_available,
    .datepick-inline .timespartly.check_in_time div.check-in-div,   /* Define the COLOR for the check  in / out times the same as available */
    .datepick-inline .timespartly.check_out_time div.check-out-div {
        background: none repeat scroll 0 0 #ebebeb;
    }
    /* A V A I L A B L E  and UNSELECTABLE - Text - when we are select the dates */
    .block_hints .block_free,
    .datepick-inline .date_available,
    .datepick-inline .date_available.datepick-unselectable{
        color: #000;
        text-shadow: none;
    }
    /* A V A I L A B L E  - Text A */
    .block_hints .block_free a,
    .block_hints .block_time,
    .datepick-inline .date_available a{
        color:#000;
        font-weight: bold;
        text-shadow: none;
    }
    
    /* A P P R O V E D  - BACKGROUND */
    .block_hints .date_approved.block_check_in_out,
    .block_hints .block_booked,
    .datepick-inline .date_approved  {
        background-color: #dc4047;
    }
    /* A P P R O V E D  -  T E X T /including partially booked - timeslots/ */
    .block_hints .date_approved.block_check_in_out,
    .block_hints .block_booked,
    .datepick-inline .date_approved,
    .block_hints .block_booked a,
    .datepick-inline .date_approved a{
        color: #fff;
        font-weight: bold;
        text-shadow: none;
    }
    /*CHECK IN-OUT - Borders for the approved cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
    .block_hints .date_approved.block_check_in_out div.check-in-div,  /* LEGEND item */
    .datepick-inline .date_approved.timespartly.check_in_time div.check-in-div{
        border-right: 1px dotted #dc4047;
    }
    .block_hints .date_approved.block_check_in_out div.check-out-div,  /* LEGEND item */
    .datepick-inline .date_approved.timespartly.check_out_time div.check-out-div{
        border-left: 1px dotted #dc4047;
    }
    
    /* P E N D I N G  - BACKGROUND */
    .block_hints .date2approve.block_check_in_out,
    .block_hints .block_pending,
    .datepick-inline .date2approve  {
      background-color: #000;
    }
    /* P E N D I N G  -  T E X T /including partially booked - timeslots/ */
    .block_hints .date2approve.block_check_in_out,
    .block_hints .block_pending,
    .datepick-inline .date2approve,
    .block_hints .block_pending a,
    .datepick-inline .date2approve a {
        color: #ffffff;
        font-weight: bold;
        text-shadow: none;
    }
    /*CHECK IN-OUT - Borders for the approved cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
    .block_hints .date2approve.block_check_in_out div.check-in-div, /* LEGEND item */
    .datepick-inline .date2approve.timespartly.check_in_time div.check-in-div{
        border-right: 1px dotted #000;
    }
    .block_hints .date2approve.block_check_in_out div.check-out-div, /* LEGEND item */
    .datepick-inline .date2approve.timespartly.check_out_time div.check-out-div{
        border-left: 1px dotted #000;
    }
    
    /* S E L E C T E D   Dates - Background */
    .datepick-inline .datepick-one-month .datepick .datepick-current-day {
      background-color: #444;
    }
    /* S E L E C T E D   Dates - Text color */
    .datepick-inline .datepick-one-month .datepick .datepick-current-day a{
        color: #eee;
        text-shadow: none;
    }
    
    /* C e l l   O V E R   Dates - Background */
    .datepick-inline .datepick .datepick-days-cell-over{
        background:#aaa;
    }
    /* C e l l   O V E R   Dates - Text color */
    .datepick-inline .datepick .datepick-days-cell-over a:hover,
    .datepick-inline .datepick .datepick-days-cell-over a{
        color: #eee;
        text-shadow: none;
    }
    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Firstly please try to change the calendar skin and test it with some “original” other calendar skin. You can change it at the General Booking Settings page in Calendar section.

    Otherwise, please send the link to the page with booking form, where you are having this issue, and explain what exactly dates was approved and showing as pending.

    PS You can send the link to this email support @ wpbookingcalendar.com
    Kind Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bookings always in pending despite confirmation’ is closed to new replies.