Submit button missing from Add Event page

Home Forums Calendar Products Community Events Submit button missing from Add Event page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1101700
    Caylin
    Participant

    Hi there,

    Just set up the plugin and the add event page looks great but is missing a “submit” button. Not sure where I went wrong here with the settings or maybe just a glitch? Please help, thanks! http://escapemaker.codebase1.com/events/community/add

    Jessica

    #1101770
    Cliff
    Member

    Hi Jessica. Thanks for the link.

    Here’s a video I made for you demonstrating your issue (white text color on white background color): http://cl.ly/2X26282F0K0D

    And here’s some CSS that can undo that white-on-white:

    /* Community Events Submit Button */
    #tribe-community-events.form .tribe-events-community-footer input[type=submit] {
    color: #fff;
    background-color: #3578b5; /* blue color from site header area */
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1101785
    Caylin
    Participant

    Wow. Cliff, not only was your explanation clear (loved the video!!) but your solution worked perfectly. I’m good to go. THANK YOU. Best tech support I have ever received from a plugin developer. Cheers!

    #1102205
    Cliff
    Member

    Love to hear that!

    Glad I could be such a help to you.

    Until next time… 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submit button missing from Add Event page’ is closed to new replies.