Hide Venue/Organizer Dropdowns

Home Forums Calendar Products Events Calendar PRO Hide Venue/Organizer Dropdowns

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1019615
    Kevin
    Participant

    I have searched the forum for this answer. there are 2 previous threads however one points to another that has the answer hidden. they are here which point to here

    in any case. I would like to hide both of these drop downs. more importantly is the organizer one. please help.

    #1019629
    Cliff
    Member

    Hi Kevin. Thanks for first searching the forum before posting your own question — and even for linking to the close matches you found.

    To be sure I’m helping you get what you want, could you be more specific? Are you wanting the fields hidden from the wp-admin post editor for Events? Or somewhere else? (Screenshots could help too.)

    Thanks!

    #1019632
    Kevin
    Participant

    Sorry for the lack of detail. I noticed that when a user adds an event, they have the option to select an previous organizers from a Drop Down list, even if they are not organizers that were entered by that specific user. I would prefer to hide that drop down menu altogether, or if it must be there, have the only drop down option be the logged-in user or Other. I have attached as screenshot of what i’m seeing.

    https://www.dropbox.com/s/ds5lt6wwdta6v2b/Screen%20Shot%202015-10-28%20at%2011.28.18%20PM.png?dl=0

    #1019642
    Cliff
    Member

    Thanks. So it looks like you’re asking about the wp-admin Event editor screen.

    FYI: Here’s some info about Organizers and Venues: https://theeventscalendar.com/knowledgebase/venue-and-organizer-pages/

    I’d ask that you try the method detailed in this previous answer.

    And this may be of interest down the road: https://theeventscalendar.com/support/forums/topic/sync-wp-users-with-organizers/

    Please let me know if I can be of further assistance.

    #1021030
    Kevin
    Participant

    Thanks for sharing those links. exactly what i’m looking to do. For starters, I was able to remove the Dropdown on the Venue form thanks to this link that you provided. Unfortunately, the same did not work for removing the Organizer Drop down. I realized that the link says to edit the file organizer.php – but I found that specific line of code in the file organizer-fields.php. Even still, removing that line referenced in the link didn’t work. not sure if there is something else I need to modify to remove the organizer drop down menu.

    i do like the idea of using the WP user info as the default organizer. it’s very clean as long as the user does appear as the organizer as long as users can still reference Organizer pages.

    #1021076
    Cliff
    Member

    Kevin, is this thread about Community Events (front-end event submissions)?

    Assuming it is, could you simply do something with CSS?

    #tribe-community-events tr.saved_organizer { display: none; }

    So it’d look like this:

    Screenshot 2015-11-02 21.25.12

    Instead of this:

    Screenshot 2015-11-02 21.25.33

    #1024309
    Kevin
    Participant

    This worked very well!! thanks again!

    #1024332
    Cliff
    Member

    Thanks for letting me know. Glad to help!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide Venue/Organizer Dropdowns’ is closed to new replies.