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

    (@wpdevelop)

    Hello.
    I can see the arrows in the head of calendar month at this page: http://maltesesun.co.uk/536-2/
    And I can scroll to the “May 2016”.

    Try to clear the browser cache and retest it again.

    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 deactivate your active theme and 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 twanny

    (@twanny)

    Sorry I created a new thread for this since its a different website 🙂

    I will update the thread with the website link.

    Thanks

    Thread Starter twanny

    (@twanny)

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please make this small fix.
    Its seems like some CSS conflict.
    Please open this file http://www.sunshineapartments-malta.co.uk/wp-content/plugins/booking.bm.multisite.5.4.2/inc/skins/premium-marine.css

    then find this code on line 55:


    .datepick-inline .datepick-header {
    color: #777;
    font-weight: bold;
    text-shadow: 0 1px 0 #eeeeee;
    }

    and replace it to this code:


    .datepick-inline .datepick-header {
    color: #777;
    font-weight: bold;
    text-shadow: 0 1px 0 #eeeeee;
    background: transparent;
    }

    then find this code:

    .datepick-inline .calendar-links .datepick-prev a, .datepick-inline .calendar-links .datepick-next a, .datepick-inline .calendar-links .datepick-prev a:hover, .datepick-inline .calendar-links .datepick-next a:hover {
    color: #999;
    font-weight: bold;
    text-shadow: 0 1px 0 #eee;
    }

    and replace it to this code:

    .datepick-inline .calendar-links .datepick-prev a, .datepick-inline .calendar-links .datepick-next a, .datepick-inline .calendar-links .datepick-prev a:hover, .datepick-inline .calendar-links .datepick-next a:hover {
    color: #999;
    font-size: 20px !important;
    font-weight: bold;
    text-shadow: 0 1px 0 #eee;
    }

    Kind Regards.

    Thread Starter twanny

    (@twanny)

    Thanks. I suspect I need to look into the Child theme I am using.
    I will work it out and will update the thread 🙂

    Thanks

    Thread Starter twanny

    (@twanny)

    The Calendar seems ok now apart from the fact that I can only select one day only. 🙁

    Any guidance will be great . thanks

    Plugin Author wpdevelop

    (@wpdevelop)

    You can activate the “multi days” selection mode (instead of single day selection mode) at the General Booking Settings page in Calendar section.

    P.S. We would be very grateful for a review about the functionality and usage of Booking Calendar, you can leave it here: http://wordpress.org/support/view/plugin-reviews/booking/

    Kind Regards.

    Thread Starter twanny

    (@twanny)

    Hi, yes thats what I got set up 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Month directional arrows on Calendar not showing’ is closed to new replies.