• Hello,
    I am using your plugin for boat rental and that’s perfect but i have a bug in my calendar and i don’t know if it’s an option or a bug.
    In the calendar, only the current month is displayed. I don’t have access to other months. And the calendar is displayed at the bottom left of the page and that would be better at the center of the page.
    Is it normal? Thank you very much,
    Regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ashanna

    (@morki)

    Hello,

    You don’t see the arrows because the text color is… transparent. Make sure to set something else (like #000000) in Easy Booking > Settings > Appearance > Text color and save (important).

    And the calendar is located in the bottom left corner because of your theme, which had the great idea of adding margins and paddings to almost every div elements in the page (with !important tag, even better…).

    You can try to add this to your theme’s style.css to override it:

    .woocommerce div.product .summary div.picker__frame {
        margin: 0 auto 7.5% auto !important;
    }
    
    .woocommerce div.product .summary div.picker__box {
        padding: 0 1em !important
    }
    
    .woocommerce div.product .summary div.picker__header {
        margin-top: .75em !important;
    }
    
    .woocommerce div.product .summary div.picker__month, .picker__year {
        margin-left: .25em !important;
        margin-right: .25em !important;
    }
    
    .woocommerce div.product .summary div.picker__day {
        padding: .3125em 0 !important;

    }`

    But you should contact your theme developer because this is really bad practice (and really not necessary).

    Regards,
    Natasha

    Thread Starter dasteralo2

    (@dasteralo2)

    That’s perfect!
    Thank you very much!!!
    One last question:
    How can i change the “start” label with “date” label?

    Plugin Author Ashanna

    (@morki)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Booking calendar’ is closed to new replies.