• Download the Installation Guide as a PDF

    http://eventespresso.com/support/installation/


  • Big Imprint Design
    We create affordable websites for small businesses and non-profits.
    Have experience developing websites around Event Espresso? Become a partner!

  • A dedicated job board that lists the opportunities to work with Event Espresso or our clients.
    WordPress Professionals and theme developers.

  • MOJO Themes
    It's simple really – MOJO themes is a marketplace for everyone to buy or sell themes and templates.
    AppThemes
    AppThemes are built for businesses of all sizes and run on WordPress so you don't have to worry about the headache of setting up a complex server environment.
    WooThemes
    Top quality, cutting edge WordPress themes and superior customer support.
    PageLines
    Build websites faster and better using drag and drop, layout, typography, design-control and more...
    StudioPress
    When you buy a StudioPress theme, you are getting state of the art code, smart design architecture as well as an array of beautiful frames for your content.
    ElegantThemes
    Each premium WordPress theme comes expertly coded in valid XHTML and CSS, and all are made compatible with the latest version of WordPress.
    AllureThemes
    We create beautiful, top quality WordPress themes for you at amazing prices with exceptional support.
    Museum Themes
    Fine art WordPress themes.

  • Exclude Pages from Navigation
    Provides a checkbox on the editing page which you can check to exclude pages from the primary navigation. IMPORTANT NOTE: This will remove the pages from any "consumer" side page listings, which may not be limited to your page navigation listings.
    Post Types Order
    Order Post Types Objects using a Drag and Drop Sortable javascript capability
    Gravity Forms
    Build Complex, Powerful Contact Forms in Just Minutes. No Programming Knowledge Required! Yeah, It's Really That Easy.

  • PlatformPro by Pagelines
    Diarise by WooThemes

  • WordPress Answers


  • http://eventespresso.com/forums/2010/10/post-type-variables-and-shortcodes/


    [SINGLEEVENT single_event_id="your_event_identifier"]

    Multiple Event Registration addon.', 'event_espresso'); ?>

    [ESPRESSO_CART_LINK]

    [ESPRESSO_CART_LINK direct_to_cart=1 moving_to_cart="Redirecting to cart..."]

    [ESPRESSO_CART_LINK event_id="add_event_id_here" direct_to_cart=1 moving_to_cart="Redirecting to cart..."]

    • [EVENT_LIST]
    • [EVENT_LIST limit=1]
    • [EVENT_LIST show_expired=true]
    • [EVENT_LIST show_deleted=true]
    • [EVENT_LIST show_secondary=true]
    • [EVENT_LIST show_recurrence=true]
    • [EVENT_LIST category_identifier=your_category_identifier]
    • [EVENT_LIST staff_id=staff_id_number]
    • [EVENT_LIST order_by=date(start_date),id]

    id
    date(start_date)
    date(end_date)
    event_name
    date(registration_start)
    date(registration_end)
    city
    state
    category_id
    venue_title


    • [LISTATTENDEES]
    • [LISTATTENDEES limit="30"] //Number of events to show on the page
    • [LISTATTENDEES show_expired="true"] //Show expired events
    • [LISTATTENDEES show_deleted="true"] //Show deleted events
    • [LISTATTENDEES show_secondary="true"] //Show secondary/backup events
    • [LISTATTENDEES show_gravatar="true"] //Show a Gravatar of the attendee
    • [LISTATTENDEES show_recurrence="false"] //Exclude recurring events
    • [LISTATTENDEES event_identifier="your_event_identifier"] //Show a single event using the event identifier
    • [LISTATTENDEES category_identifier="your_category_identifier"] //Show a group of events in a category using the category identifier
    • [LISTATTENDEES staff_id="staff_id_number"] //Show a list of events that are assigned to a staff member

    Attendee Listing Shortcodes page.', 'event_espresso'); ?>

    [ESPRESSO_VENUE] to your event description.', 'event_espresso'); ?>
    [ESPRESSO_VENUE outside_wrapper="div" outside_wrapper_class="event_venue"]

    [ESPRESSO_VENUE id="3"]

    [ESPRESSO_VENUE]

    [ESPRESSO_VENUE event_id="8"]
    • outside_wrapper_class = class name for the outside wrapper. Eg. event_venue
    • outside_wrapper = outside wrapper element. Eg. div
    • inside_wrapper_class = class name for the outside wrapper. Eg. venue_details
    • inside_wrapper = inside wrapper element. Eg. p
    • title_class = class name for the title Eg. venue_name
    • title_wrapper = title wrapper element. Eg. h3
    • show_title = show the venue name? (true|false default true)
    • image_class = class name for the image. Eg. venue_image
    • show_image = show the image? (true|false default true)
    • show_description = show the description? (true|false default true)
    • show_address = show the address of the venue? (true|false default true)
    • show_additional_details = show the additional details? (true|false default true)
    • show_google_map_link = show the Google map link? (true|false default true)
    • map_link_text = text to display in the link. Eg. Map and Directions
    [ESPRESSO_VENUE_EVENTS id="21"]
    [ESPRESSO_VENUE_EVENTS id="21" limit="5"]

    [ESPRESSO_STAFF] to your event description.', 'event_espresso'); ?>
    [ESPRESSO_STAFF outside_wrapper="div" outside_wrapper_class="event_staff" inside_wrapper="p" inside_wrapper_class="event_person"]
    [ESPRESSO_STAFF id="3"]
    [ESPRESSO_STAFF] shortcode.', 'event_espresso'); ?>
    [ESPRESSO_STAFF event_id="8"]
    • outside_wrapper_class = class name for the outside wrapper. Eg. event_staff
    • outside_wrapper = outside wrapper element. Eg. div
    • inside_wrapper_class = class name for the outside wrapper. Eg. event_person
    • inside_wrapper = inside wrapper element. Eg. p
    • name_class = class name for the persons name
    • name_wrapper = name wrapper element. Eg. strong
    • image_class = class name for the image. Eg. venue_image
    • show_image = show the persons image? (true|false default true)
    • show_staff_titles = show the role/title? (true|false default true)
    • show_staff_details = show the details? (true|false default true)
    • show_image = show the image? (true|false default true)
    • show_description = show the description? (true|false default true)

    • [ESPRESSO_CALENDAR]
    • [ESPRESSO_CALENDAR show_expired="true"]
    • [ESPRESSO_CALENDAR event_category_id="your_category_identifier"]
    • [ESPRESSO_CALENDAR event_category_id="your_category_identifier" show_expired="true"]
    • [ESPRESSO_CALENDAR cal_view="month"] (Available parameters: month, basicWeek, basicDay, agendaWeek, agendaDay)

    [EVENT_ESPRESSO_CATEGORY event_category_id="your_category_indentifier"]


  • '); $is_mysql_valid = version_compare($wpdb->db_version(), $mysql_req_version, '>'); if (!version_compare($wp_version, $wp_req_version, '>=')) { echo '

    ' . __('This version of Event Espresso requires WordPress version', 'event_espresso') . ' ' . $wp_req_version . '+. ' . __('Please upgrade to the latest version of WordPress.', 'event_espresso') . '

    '; } if (!$is_php_valid) { echo '

    ' . __('Your version of PHP is out of date, please update to the latest version of PHP.
    Required version of PHP:', 'event_espresso') . ' ' . $php_req_version . '

    '; } if (!$is_mysql_valid) { echo '

    ' . __('Your version of MySQL is out of date, please update to the latest version of MySQL.
    Required version of MySQL:', 'event_espresso') . ' ' . $mysql_req_version . '

    '; } ?>
    db_version(); ?>
    Event Espresso Version:

  • Before Contacting Support

    Please understand that our primary goal is to offer Event Espresso as a very low cost solution compared to building your own system or using a 3rd party service to handle your registrations.

    As with most open source programs (and closed licensed programs), chances are you will find the occasional bug, glitch, white screen of death, and/or general failure. Please don't panic!

    If your problems are not urgent, please post in our support forums. If you need immediate help. Please purchase a support token below, at which time you can schedule time with a dedicated support tech or core developer.


    Important Information section above. This will help us determine potential problems with your server, WordPress installation, and/or the Event Espresso plugin. Please also include a list (or screenshot) of all active plugins.', 'event_espresso'); ?>

    You can purchase support tokens on the Premium Support page. Tokens can be purchased one at a time, or in blocks of three at a discount.', 'event_espresso'); ?>

    Support tokens can be used to schedule live support (phone or IM) or for priority e-mail support. See details on premium support.

    1 Premium Support Token

    Single incident, up to 30 minutes of live support or priority e-mail support.

    Price: $65.00

    3 Premium Support Tokens

    Up to 90 minutes of live support or priority e-mail support.

    Price: $150.00

    Basic Install

    Includes plugin installation and setting up basic pages for the plugin.

    Price: $35.00

    Basic Install with Configuration

    Includes configuration and testing Payment Gateway's .

    Price: $65.00

    Consulting (1 hour)

    Developer support and implementation consulting for the Advanced Events Registration plugin for WordPress.

    Price: $135.00

    * Requirements for installation service:
    • The server must be accessible over the internet.
    • The server must meet the server requirements (for Advanced Events Registration).
    • You must be able to provide a FTP/SFTP username and password. A MySQL database name, username and password is needed for a Basic Install. A WordPress admin user name, password, and login URL.

  • [ESPRESSO_EVENTS] .


    http://eventespresso.com/forums/?submit.x=0&submit.y=0&s=ipn

    Event Espresso > General Settings > Email Settings page

    \'. This is the HTML entity for \' and is how the titles are entered into the database. For more information, see this forum post.', 'event_espresso'); ?>


  • User Guide Forum
    Tutorials
    (calendar, css override, payment gateway system, etc.)
    Template Customization
    Adding Your First Event (video)
    General Setup & Using Shortcodes (video)
    Customizing the Registration Form (video)
    Optional PayPal Account Settings (video)
    Recurring Events Manager (video)
    Variables and Shortcodes
    Compatibility Issues
    Bug Submission Form
    Change log
    Update Request Form
    Please use this form if a newer version of Event Espresso or an Addon has been released and you are unable to download it from the specified page or the email notification.

  • [ESPRESSO_EVENTS] .