Skip to content

Instantly share code, notes, and snippets.

@klamping
Last active October 11, 2016 19:03
Show Gist options
  • Save klamping/e29a2bbef48b6f50e9198992dbd5ca0d to your computer and use it in GitHub Desktop.
Save klamping/e29a2bbef48b6f50e9198992dbd5ca0d to your computer and use it in GitHub Desktop.
KEEN Events Setup

Event Categories:

/wp-admin/edit-tags.php?taxonomy=tribe_events_cat&post_type=tribe_events&paged=1

  • Should have single "Featured" category

Events Settings:

General: /wp-admin/edit.php?post_type=tribe_events&page=tribe-common

- Redirect after Submit -> /event-submission-success

Display: /wp-admin/edit.php?page=tribe-common&tab=display&post_type=tribe_events

- Skeleton styles
- Events template -> Default events template
- Enable event views -> List & month

Community: wp-admin/edit.php?page=tribe-common&tab=community&post_type=tribe_events

- Send an email alert when a new event is submitted -> Checked
- Email addresses to be notified -> whatever email is desired
- Block access to WordPress dashboard -> Checked
- Roles to block -> Faculty & Staff

Pages:

Ensure "Event Submission Success" page exists, with url "/event-submission-success" and the following content:

  <div class="status-page">
    <h2 class="gray">Success!</h2>
    Thank you for submitting your event! We will let you know when it is posted on the website or if we have any questions prior to making the event live.
    <div class="status-ctas"><a class="button yellow" href="/events/">Back to Events</a><a class="button yellow" href="/">Home</a></div>
  </div>

Social Share settings:

Plugins:

  • Enable "Simple Share Buttons Adder"

Menu -> Settings -> Simple share

/wp-admin/options-general.php?page=simple-share-buttons-adder

General:

  • Share Text: should be blank
  • Networks: Fb, Tw, in, email

Styling:

  • Image set: Simple
  • Button size: 50
  • Alignment: Center
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment