• Resolved svh

    (@svh)


    On the event page where people can book an event only the field “comments” is shown but the field such as; Name, Email, Phone is not shown. Under the field “comments” the button “send your booking” is shown and when I click I do get an email.

    Events > Setting > Formatting > Events > Single event page format:

    Date & Time<br/>
    #_EVENTDATES<br /><i>#_EVENTTIMES hours</i>

    </p>
    <br style=”clear:both” />
    #_EVENTNOTES
    {has_bookings}
    <h3>Bookings</h3>
    #_BOOKINGFORM
    {/has_bookings}

    Its a kind of strange to see the comments field as I did turn this off in Events > Setting > Pages > Event Pages: “enable comments? No”

    What do I do wrong?
    Thx for helping me.

Viewing 10 replies - 1 through 10 (of 10 total)
  • To disable comments on existing event, you’ll need to change the comments setting on the Edit Event screen.

    You probably can’t see the other booking fields because you’re viewing the booking form while logged in, so those fields are already know by the system.

    Thread Starter svh

    (@svh)

    Hi Caimin,

    Thx for your quick reply!!

    Booking fields is solved. Had to log-out….
    However on the right side of the booking fields is the “login” screen for users.
    However I do not want to have the log-in option. I did set Allow guest booking to Yes. No-User Booking Mode > Enable No-User booking Mode to Yes. Allow bookings with registered emails? to Yes (tested NO as well but no difference). Settings > General > User Capabilities: contributor / subscriber have no rights at all at the moment.

    So anyone can book and no accounts will be made so no reason to log-in.
    Can I remove this?

    For your info… The log-in screen is not visible on the right side of the booking fields when I tested on mobile devices, Iphone, HTC One. With Nokia Lumia 920 only a very small part can be seen and on Ipad mini all is visible. Might be my Theme but its responsive.

    If the log-in screen cannot be removed, can it be placed under the booking fields?

    About comments…
    To disable comments I did go to the event and clicked “edit” but here is no option to disable “comments”. In WP > Settings > Discussion > I disabled comments as well. In Events > Settings > Pages > Events Pages > Enable comments? is set to No. This is not a big problem but if it can be solved I would like it.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    to allow user registration, you need to disable No-user booking mode instead.

    at the moment you might neeed additional css styling and modify template to make booking form more responsive under events-manager/templates/templates

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter svh

    (@svh)

    Hi Angelo,

    You write “allow” but I do not want to use user registration so I do not want to see the login screen on the right side of the booking form.
    I tested enable No -User Booking mode to yes and no but with both options I still see the login screen and the text: Log in if you already have an account with us.

    No user booking enabled. That way people don’t have to register to book.

    Also, uncheck the box “show login form” to hide that.

    If all else fails, you can also add this to your CSS: .em_login_form {display:none;}

    Thread Starter svh

    (@svh)

    Patrick you saved my day :-))
    My apologies not seeing that option….

    Dank !
    THX !

    Thread Starter svh

    (@svh)

    Solved

    eonerhime

    (@eonerhime)

    Hi.

    I have an issue with the events page on mobile phones. On PCs/ laptops/ tablets, the event details are visible, but on a mobile phone, they are not. https://lufasi.org.

    How do I go about it?

    what css styling do i need for making the login form visible on mobile?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Booking form not showing in event page’ is closed to new replies.