Title: Event submit button missing
Last modified: August 21, 2016

---

# Event submit button missing

 *  Resolved [stenstein](https://wordpress.org/support/users/stenstein/)
 * (@stenstein)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/event-submit-button-missing/)
 * I would like visitors to be able to add events, so therefore I created this page:
   [http://atletiekkalender.nl/voeg-toe/nieuwe-wedstrijd/](http://atletiekkalender.nl/voeg-toe/nieuwe-wedstrijd/)
 * However, for some odd reason the ‘submit’ button is missing, which should be 
   at the bottom of this page. When I change my theme to the default WordPress theme,
   it works fine. So apparently I have to look for something inside my theme files?
 * Many thanks for your help.
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/event-submit-button-missing/#post-4336452)
 * Hi,
 * For some reason, your theme is setting the submit button to invisible. Try adding
   this to the end of your theme stylesheet:
 *     ```
       .post-content input[type="submit"] {
           display: block;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Event submit button missing’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [add](https://wordpress.org/support/topic-tag/add/)
 * [event](https://wordpress.org/support/topic-tag/event/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 1 reply
 * 2 participants
 * Last reply from: [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/event-submit-button-missing/#post-4336452)
 * Status: resolved