Making the calendar a listing attribute

  1. We need the calendar, where the host can choose which days that are available for renting out, to be more accessible. We would like the calendar to be available as a listing attribute as well.

  2. To take away just the “dashboard” or “översikt” as it is called on our website (showing revenues and orders) but keeping the other options, like listings (annonser), favorites (favoriter) etc.

  3. The Header-“shadow”/frame doesn’t show on 2 of out 4 pages on our website. we want it like this:

and not like this:

Thanks in advance!

Hi,

  1. It should be possible by default, please check the Calendar pages for listings, you can block or unblock any date ranges there.
  2. If payment/payout options are not required please consider disabling the Marketplace extension in WordPress/Plugins, then these menu items will disappear automatically.
  3. Please send a link to a page without the header shadow and I’ll check it.

Please try this CSS snippet to add the header shadow for all pages:

.header-navbar {
    border-bottom: none;
    box-shadow: 0 5px 30px rgb(7 36 86 / 8%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

It worked!
Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.