• Saro

    (@sarotatios)


    Hi, Let me start by saying it’s a killer plugin, and I love it, and I’m planning on purchasing the pro bundle.

    meanwhile I need help,

    In the front-end event submission form, when a user is adding different tickets they are able to choose to whom is the ticket should be available to, they are able to choose either administrator, or other wordpress user capabilities.

    so question 1: is it possible to hide that option only from the front end ?question 2: Is it possible to make the default ticket available to option to a certain role ?

Viewing 1 replies (of 1 total)
  • When I look at the form for creating events on the front end there’s a dropdown labeled “Available for” and the options are Everyone, Logged-in Users, and Guests. There’s no choice to specify that tickets are only available to certain user capabilities. To hide this pulldown you can use the following css:

    .ticket-type {
          display: none;
     }

    In the backend (which is only available to the Administrator), you can go to Events Manager->Settings and select the Bookings tab. There you can select whether or not you want to allow guest bookings.

    Under Events Manager->Settings in the General tab you can select User Capabilities which will let you specify which roles have the capability of creating/editing events, bookings, locations, and uploading images.

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced ticket on the front end’ is closed to new replies.