• Resolved pjoee

    (@pjoee)


    The current layout looks looks like this display error

    There is calender layout error. It doesn’t move down. And only showing half of the calender as shown in image. Same is the error on mobile too. Please fix this asap

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

    (@morki)

    Hello,

    This is an issue with your theme’s CSS. Probably nothing complicated but I can’t help without a link to see the code, sorry.

    Regards,
    Natasha

    Thread Starter pjoee

    (@pjoee)

    Alright. Please check this https://www.healthboxhk.com/product/hardcore-60-day-challenge And please give me your email id. If need be, i’ll give the login for wp-admin. So that you can check.

    Plugin Author Ashanna

    (@morki)

    Hello,

    Seems like you removed the plugin so…
    The issue was that there is an overflow: hidden property on the form.cart element. So you need to remove it, or override it with something like form.cart { overflow: visible !important; z-index: 99; } if you know a little bit of CSS.

    I hope this helps.

    Regards,
    Natasha

    Thread Starter pjoee

    (@pjoee)

    I am so sorry. Can you check it now. Meanwhile i’ll make the changes. Yes, I can do css.

    Thread Starter pjoee

    (@pjoee)

    I height is good now. But when i’m trying to choose start date, the “additional information” and “reviews” part is being visible and the calendar looks transparent.

    Plugin Author Ashanna

    (@morki)

    Yes, this should do the trick: form.cart { overflow: visible !important; z-index: 99 !important; }.

    And you can also add .picker__table { background: none !important; } to make the available days more visible.

    It’s a bit messy, but some theme add unnecessary styles to everything and it’s hard to have something compatible.

    • This reply was modified 8 years, 3 months ago by Ashanna.
    • This reply was modified 8 years, 3 months ago by Ashanna.
    Thread Starter pjoee

    (@pjoee)

    No worries. I fixed it with !important in zindex. Thanks a ton for the support ??

    Plugin Author Ashanna

    (@morki)

    Ok great ??

    By the way, I think you probably use a cache plugin and there is currently an issue with these and Easy Booking. If you’re logged in you probably don’t see it because the pages are not cached, but I can see it (the price is not updated when you change the dates). FYI I’m working on a fix for this and will release an update in the upcoming days. In the meantime, I can only encourage to disable the cache plugin to avoid issues with your customers.

    Sorry for the inconvenience!

    Regards,
    Natasha

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘The layout of calender is very bad. Please fix it asap’ is closed to new replies.