• Resolved zling

    (@zling)


    Hi,

    Testing your booking plugin, hoping it will work for an upcoming project. So far I like the way you have configured it ??

    Having one problem however and perhaps you can tell me what I am doing wrong? When trying to book an appointment, I am able to view available time-slots, but when I select the available time slot, nothing happens. No “book appointment” button. Please have a look (choose any week day)…

    https://zling.ca/AGB/book

    Thank you in advance!

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

    (@etoilewebdesign)

    Hi zling,

    The book appointment button is there, it’s just really out of place. Have a look at the screenshot here: https://www.etoilewebdesign.com/Screenshots/agb_appointments.png.

    There’s got to be some kind of CSS conflict with your theme. If you add the following to the “Custom CSS” box in the “Basic” area of the “Settings” tab, it should get it back close to where it should be:

    .ewd-uasp-das-book-button {
    float: left;
    }
    

    You may need to add a bit more custom CSS to get it positioned exactly where you want it, but that should be a good start.

    Thread Starter zling

    (@zling)

    Thank you for the reply. Unfortunately that dis not resolve the issue. Do you have another suggestion? Thanks.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi zling,

    I just had another look at your site. If I right-click and choose Inspect Element and add in a float left on the button, it does indeed move it over. Maybe you could try it with an important, like:

    .ewd-uasp-das-book-button {
    float: left !important;
    }
    
    Thread Starter zling

    (@zling)

    Hi again. Unfortunately no luck.

    I tried a new theme, new location as well, to test… https://zling.ca/AGBMusic/ (scroll down below the slider)… Getting some new CSS issues.

    Would very much like to use your new plugin and give you guys five stars… any further help would be appreciated.

    Thanks

    Thread Starter zling

    (@zling)

    BTW, using 2 populer theme-forest themes; “Jupiter5” and “Bridge”

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi zling,

    Sorry for the delay in our response. I can see that you’re now using a different appointment scheduler. If you do try ours again and are still having issues with the book button placement, please contact us again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to Choose a time slot to book’ is closed to new replies.