• Resolved Adam Berns

    (@jollyshots)


    Trying to get this to work, I have two questions
    1. in the above URL, CSS is not being applied correctly. I have tried a dozen or so different presets and they all look like this
    2. When I actually click on Book the screen just scrolls up the appointment never makes it into the system

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Adam Berns

    (@jollyshots)

    Just as an update, I tried this in Chrome, Firefox, Edge and even IE, every single one renders things differently. I assume this is most likely a theme issue conflict?

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Hello,

    You put the Webba shortcode inside the ‘pre’ tag, that’s why CSS in not applied correctly. Please, add the shortcode outside of ‘pre’ tag and let us know so we can check for your second question.

    ccc27530

    (@ccc27530)

    Don′t understand add shortcode outside pre tag. Where is this. Could you show me.?

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    When you past shortcode in your page, you added unwanted tags – <pre>[webba_booking]</pre>

    To fix it please, do the following:

    1. delete shortcode from your page.

    2. copy shortcode from here: [webba_booking]

    3. past in your page.

    Thread Starter Adam Berns

    (@jollyshots)

    So I never added pre to the tags, in fact I used the webba for button on a new page, but fixed that problem.

    Okay, so next problem, I am using a contact form 7 in it (if you pick Sharks) you will see. When I go to click book it does not do any booking, it just scrolls up a little. All the others use the default form. But I need a way to add some additional fields, hence the contact form 7

    • This reply was modified 6 years ago by Adam Berns.
    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Please, post the code of your form here.

    Thread Starter Adam Berns

    (@jollyshots)

    Here is the form, at the most basic level.
    But if you are saying that I cannot use the Contact Form 7 in the free version, and I need to upgrade to the pro version to make this work, I am okay with that.

    <label> Your Name (required)
    [text* your-name] </label>

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Telephone Number
    [tel* TelephoneNumber] </label>

    <label> Student Names
    [textarea* StudentNames id:studentNames]</label>

    ccc27530

    (@ccc27530)

    Ok, now it Works. I just manually put the code in a new page. Thanks.

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    @jollyshots , here is the fixed code:

    <p><label for="wbk-name">Your Name (required)</label>[text* wbk-name class:wbk-text id:wbk-name]</p>
    <p><label for="wbk-email">Your Email (required)</label>[text* wbk-email class:wbk-text id:wbk-email]</p>
    <p><label for="wbk-phone">Telephone Number</label>[tel* wbk-phone class:wbk-text  id:wbk-phone]</p>
    <p><label for="wbk-students">Student Names</label>[textarea wbk-students class:wbk-textarea id:wbk-students]</p>
    Thread Starter Adam Berns

    (@jollyshots)

    where is this documented? I have one last one I want to enter, a Hidden Drop down menu that can be edited by the admin in the portal.

    Plugin Author Webba Appointment Booking

    (@webba-agency)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘CSS not being applied’ is closed to new replies.