Removing Fields

Home Forums Calendar Products Events Calendar PRO Removing Fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1371929
    Paul Impellizeri
    Participant

    Hi, I Love your plugin BUT I would like to remove some fields when creating events.
    Specifically Organizers, Cost, and also Time (would prefer just the Dates)
    What are the files I need to edit to achieve this? I think it would be a great option to include an area where you can hide and show it fields! Thanks!!

    #1372326
    Cliff
    Member

    Hi, Paul. Please give these snippets a try:

    1)

    https://gist.github.com/cliffordp/5a64d8757c5eded81671b7548896f0ef

    2)

    add_filter( 'tribe_events_admin_show_cost_field', '__return_false', 100 );

    3)

    I don’t think there’s a way to do this, but you could add some JavaScript to check the “All Day” box.

    Please let me know if you have any follow-up questions on this topic.

    #1373104
    Paul Impellizeri
    Participant

    Thank you cliff!

    #1373311
    Cliff
    Member

    You’re very welcome. Have a great day.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Fields’ is closed to new replies.