• Resolved limone111

    (@limone111)


    I want to use this plugin only for eventregistrations

    User can add their own events for free.

    so i dont need in tickte options the fields for

    * description
    * price
    * seats*
    * minimum
    * maximum
    * avaible from
    * avaible to
    * avaible for

    can ihide this fields?
    i only need ticketname and nothing else.

    thx so much for helping

    • This topic was modified 6 years, 1 month ago by limone111.
    • This topic was modified 6 years, 1 month ago by limone111.
Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    You could try and edit the Template File that handles the front-end form. “events-manager\templates\forms\event-editor.php” You could check this link on how to use template files on your theme: https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter limone111

    (@limone111)

    hi timrv
    i take a look inside of this php…but i cant find nothign inside to change or to delete.

    In your css file you can target each section.

    For example:
    .em-booking-options {display: none;}

    Thread Starter limone111

    (@limone111)

    patrick which css file?
    i found in “events_manager.css”
    but if i deleting this entries nothing changed ??

    #em-tickets-form .ticket-spaces input, #em-tickets-form .ticket-price input { width:80px; }
    #em-tickets-form .ticket-dates input.em-date-input-loc { width:90px; }
    #em-tickets-form .ticket-dates-from-normal, #em-tickets-form .ticket-dates-from-recurring,
    #em-tickets-form .ticket-dates-to-normal, #em-tickets-form .ticket-dates-to-recurring { display:inline; }
    #em-tickets-form .ticket-required input, #em-tickets-form .ticket-roles input { width:auto; }
    #em-tickets-form .ticket-roles div { margin-left:110px; }

    As I said: YOUR css file, so the one in YOUR theme.
    Have you cleared your browser cache?

    Thread Starter limone111

    (@limone111)

    you mean with customizer-> css?
    i added your code but nothing happens…

    Thread Starter limone111

    (@limone111)

    are we tallikng about the same things?
    i want to disable in tickets and not on booking.

    Yes, I meant the Event Submission form. Very plain css solution! But if you do not know how css works, you might want to get someone to do those things for you.

    Thread Starter limone111

    (@limone111)

    so im here….i know a little about css. ??
    so if yomeone help me plaese….

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Im afraid that we are quite limited with regards to custom coding or styling as per the support policy

    https://eventsmanagerpro.com/support-policy/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Possible to hide Price, Seats,…’ is closed to new replies.