• Resolved mediacutlet

    (@mediacutlet)


    Hi there, love the plugin! I just finished configuring it on our site, caneav.com and I had a few questions. Perhaps some of these options already exist and I have overlooked them:

    • Ability to re-order service items in drop-down.
    • An option for when a user selects ANY service provider to show all available time-slots without displaying service provider availability. This would be an “internal” mode and would allow the company to decide. Our business is not service provider dependent. Having all of the service providers pop-up with available times is excessive for our needs and would most likely intimidate a client.
    • Option for 12h time format instead of 24hr. The plugin does not seem to adopt WordPress default time format.
    • Center Book Appointment button.

    Thanks again for an awesome plugin. Happy to beta test!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi media,

    – There is currently no option for this
    – You could create one service provider and make all appointments for that service provider. That way, the visitor filling out the form would not have to select a service provider.
    – There is currently no option for this. We’re working on adding it in as an option.
    – This should be easy with a bit of custom CSS. I had a look at your site and can’t find our appointment form anywhere. Perhaps you’ve already switched to a different form. If not, let us know what page we can find our plugin on and we’ll take a look to see if we can suggest some CSS.

    Thread Starter mediacutlet

    (@mediacutlet)

    Thanks for the reply!

    I have nested your plugin within a Modal window. You can get to it by clicking the “Schedule a Call” button on the home page.

    I can probably tweak the CSS to get the desired output.

    Thanks for your attention and really enjoying the plugin.

    The highest priority for us would be the 12hr (am/pm) inclusion and we would gladly upgrade to a premium version for this implementation. Thanks again.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Thanks for letting us know where to find the form. I can’t believe I didn’t try clicking on the schedule a call button. I thought it would be in the “fill out a form” button.

    When I do an “Inspect Element” on the button, it looks like it is always the same size, no matter the screen size. In that case, the easiest thing to do would be to add a margin-left like the following:

    .ewd-uasp-das-book-button {
    margin-left: calc(50% - 63px);
    }
    
    Thread Starter mediacutlet

    (@mediacutlet)

    Great little trick! Love it. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Suggestions and Questions’ is closed to new replies.