Questions on events

Home Forums Calendar Products Events Calendar PRO Questions on events

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1119715
    larajdesigns
    Participant

    Hi,
    I have a few questions on events calendar.

    -First if you look at my events page here, the RSVP is squished and broken. How can I fix this?

    -Second, is there a way to add more fields to the rsvp, phone #, other guest names, etc?

    -Third, is there a way to get an email each time someone fills out the RSVP?

    Thanks!
    [email protected]

    #1119841
    Geoff B.
    Member

    Good afternoon Steven and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about
    I would love to help you with this topic.

    -First if you look at my events page here, the RSVP is squished and broken. How can I fix this?

    I see what you mean. The sidebar is not very wide.
    It’s pretty rough and would require some more tweaking, but here’s a quick idea of how that could look better.

    .tribe-events-style-full table.tribe-events-tickets td {
    width: 100%;
    display: block;
    clear: both;
    }

    -Second, is there a way to add more fields to the rsvp, phone #, other guest names, etc?

    Yes, you can totally do that. But you will need a copy of our Event Tickets Plus add-on for that: https://theeventscalendar.com/product/wordpress-event-tickets-plus/

    -Third, is there a way to get an email each time someone fills out the RSVP?

    Yes, but not built-in. You can achieve that with the following third-party plugin: https://wordpress.org/plugins/bnfw/

    Have a good week-end,

    Geoff B.

    #1119857
    larajdesigns
    Participant

    Hi Geoff,

    Thanks! I will look into those plugins. For the sidebar, even when I make the whole sidebar larger it still doesn’t work especially the plus minus buttons. I added your custom code but that only seems to make it wider. Thanks for your help, steven

    #1120334
    Geoff B.
    Member

    Good morning Steven,

    I’m sorry the CSS starting point I provided did not work for you.

    Before we continue, just to set expectations, the theme you are using actually includes some customizations on how the tickets are displayed.

    My main goal is to get you started on the right track, but if you have something pretty specific in mind, you might want to chat with the theme’s author or better yet, tweak the CSS below by adjusting the pixel size until you get it just right.

    That being said, since in you theme the input field also includes some quantity arrows inside the field itself (when you hover), you might want to completely hide the + and – signs altogether.

    .quantity .minus, .quantity .plus {
    display: none;
    }
    .tribe-ticket-quantity {
    margin-left: 10px !important;
    }
    .tribe-ticket-quantity {
    width: 40px !important;
    }

    Let me know if there is anything else not working to your expectations after these tweaks.

    Best regards,

    Geoff B.

    #1126771
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Questions on events’ is closed to new replies.