• Resolved wotnow

    (@wotnow)


    Hi just wondering whether this plugin can be used to show availability for a funeral business. They wish to be able to update the backend themselves but show on the front end if a day is not available to book a funeral. Dont want to use a whole booking system, just the availability calendar. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hi,

    Sure, this plugin only displays availability, it doesn’t have the booking functionality for the customers to make bookings themselves.

    The plugin works exactly as you described ??

    Thread Starter wotnow

    (@wotnow)

    Sorry I thought I had responded .. Thanks so much

    Thread Starter wotnow

    (@wotnow)

    Hey plugin was super easy to install and configure, hardly any settings. Do I have to purchase the paid version to over ride the default colour scheme? Also trying to delete changeover from the legend.

    Tried to add some custom css to the websites theme to change the colour of the legend but it didnt work.

    /*To change the colour of the availability calendar booked colour*/
    .wpsbc-legend-item-icon-color {color:#cc6633!important;}

    Thanks

    Plugin Author Roland Murg

    (@murgroland)

    You need to add the legend item ID as well, this should work:

    .wpsbc-legend-item-icon-3 div {background-color:#cc6633 !important;}

    One line for each legend item ??

    Thread Starter wotnow

    (@wotnow)

    Hi Roland,

    Thanks for your great support, given that I am using the free version.

    Would you mind supplying css for deleting the changeover icon completely as using display none is not working for me and when I click on edit calendar legend, it takes me to the Upgrade to Premium page.

    Thanks a million ??

    Plugin Author Roland Murg

    (@murgroland)

    Hmm, display none should work.

    Please try with this code:

    .wpsbc-legend .wpsbc-legend-item:nth-child(3) {
    display: none;
    }
    Thread Starter wotnow

    (@wotnow)

    Thanks so much, really appreciate it .. didnt have that exact css ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.