Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
WordPress Plugins Archives | Event Espresso - Staging Server

Archive for the ‘WordPress Plugins’ Category

Developers Corner:
Theming in Event Espresso 4

What is the best way to customize EE4?

We think the BEST way to theme EE4 really depends on a few factors with the biggest factor being what you want to change. Sometimes all that is needed is a few CSS edits and other times customizations are done via a child theme, or even editing the PHP, HTML, and/or CSS files.

Basically, this means that existing WP theme developers will have an easier time developing customizable event designs for EE4, which in turn can benefit the end user. Developers are encouraged to view the list of currently available theme templates and tags.

Depending on what you want to change and your skill level, here are some options:

Child Themes
We want to make things as simple as we can for the end user, but with all the possible themes in use, there is a limit to how simple we can make it to customize things. The best solution (which is what we’ve taken IMO), is to integrate EE4 in “proper” WP ways that the majority of WP developers will understand. This ultimately benefits the end users who hire theme developers, or theme shops, that support EE4 templates in their themes.

Reassembly of the EE4 templates
Oh wait! Your theme doesn’t support child themes? No problem, simply reassemble all of the EE4 template parts and combine them with your theme’s templates to make one cohesive archive-espresso_events.php (or single-espresso_events.php, etc) file, that integrates perfectly with your theme. The files that contain the template tags that should be loaded automagically, anytime an incoming request is for one of EE’s CPTs (otherwise they can be found in the /core/helpers/ folder).

The Event Espresso specific template parts include:

  • Event Details (description)
  • Event Datetimes
  • Event Tickets
  • Event Venues
  • Event Venue Location
  • Event Venue Detail (excerpt)

Custom Post Types
We think theming Event Espresso will be easier using Custom Post Types (CPTs), because we are now following the WordPress (WP) Theme Development Standards. This makes it easy for WP developers and theme shops to build integrations with their themes and plugins in EE4.

EE4 CPT data includes normal post data including:

  • Title
  • Description
  • Tags
  • Categories
  • Featured Image
  • Commenting
  • Excerpt
  • Custom Fields
  • Slug
  • Author

This data can be queried and displayed in themes along with other post data.

View a list of currently available theme templates and tags.

What option is right for me?

We don’t know the specifics of your website, so it’s up to you to decide where to go from here. We are happy to recommend a few helpful tips:

  1. If your goal is along the lines of “I want the events page to match my theme better” then the answer is usually a CSS solution. Sometimes a few CSS edits are all that are needed, and if you don’t have a child theme set up (or don’t want to) you can install a CSS builder plugin like this one and customize with CSS (it turns out that you can do a lot with CSS changes only).
  2. Just want to change the wording of a few phrases? If so, no need to hack templates, just use Josh’s WP gettext filter.
  3. If you need to add/remove content that’s not already in the event template, then setting up a child theme and working through the templates and using Event Espresso’s WordPress hooks and filters may be the way forward.
  4. Sometimes, if it’s a PHP, HTML, or CSS based solution, you may need to contact a developer familiar with PHP, HTML, and/or CSS to help out. Our support team is also available in the support forums and will recommend the best solution for what you are trying to accomplish.
Are you a WordPress theme developer? Want to see how Event Espresso 4 integrates with your theme? Request access to the Event Espresso Core (4.0+) GitHub repository and get acquainted with the premier event registration system for WordPress.

Posted in WordPress Plugins, Tips & Tutorials, Developers, EE4 | No Comments »

Event Espresso 4 (Beta) Officially Released

2014-02-10_00-10-21Event Espresso 4 (Beta) is now available! This is really exciting and there is a lot we’d like to share with you!

How do I get access to EE4?

EE4 is currently available to the public for sale and is released to Event Espresso 3 users for FREE. If you purchase a EE3 Support License you will also have free access to EE4.

You can even launch your own demo site for EE4 in just a few minutes. Click here to get started with your EE4 test drive site!

Attention Bloggers – Wanna get your hands on a free copy of EE4 to review or want to do an interview? Please reach out to us on Twitter, Facebook, or contact us.

 

How is EE4 different than EE3?

2014-02-10_00-06-40EE4 is very different from EE3 in more ways than we can probably list/describe/remember—so you’re going to want to check it out. In general there are several important changes to the EE4: features, user interface, data structure,  coding method and price.

Features

EE3 and EE4 have different feature sets; some features are available in EE4 that have never been available in EE3:

….and 30+ more!

User Interface

2014-02-10_00-07-23The user interface has been rebuilt to follow the new WordPress 3.8+ standard. We’ve rebuilt all the pages, added new icons, added mobile browser compatibility, optimized notifications and much more. We believe that EE4 is more elegant, easier to use and more powerful all at the same time.

Data Structure

The data structure has changed so that some event data is now custom post types (CPTs). CPTs make event-related data more available to standard WordPress functions and themes. This will make Event Espresso more accessible for both back-end (core) developers and front-end (theme) designers.

Coding Method

The coding method has changed from procedural coding to more heavily object-oriented programming. That means there are more files, but less code to do more advanced things. Experienced developers should appreciate all the work that went into this change. We believe it makes our event registration more powerful and robust, helping make your event registration experience better.

We really think you’ll like what you see—especially as you get used to EE4 and realize all the new types of events it can power. We will continue making improvements in all of these areas and look forward for what is to come.

Price

While “in Beta”, Event Espresso 4 will be discounted significantly (approx. 50%). As the EE4 matures to a “stable” development status, the price will rise. Those who purchase at this discounted rate are still entitled to 12 months of support and upgrades.

 

Screen Shots

Here are a few screen shots to show off some of the awesome new features!

2014-02-10_00-13-43 2014-02-10_00-23-26 2014-02-10_00-07-53
2014-02-10_00-18-37 2014-02-10_00-18-12 ticket_editor
2014-02-10_00-19-15 2014-02-10_00-16-37 2014-02-10_00-17-31

Why did we spend so much time and money building Event Espresso 4?

We have sought feedback from you, the thousands of event managers and developers who rely on Event Espresso to make their events successful. Your feedback has focused on one general theme. You want Event Espresso to do more and be more stable.

It is difficult to add more features to a system that was initially designed to for a more narrow focus. As we continue to add those new features Event Espresso has become more difficult to use, setup and/or customize. The added features has also made the core code more complex and less reliable, thus the increase in bugs.

As your requirements for Event Espresso have evolved (and continue to evolve), it became clear that parts of the code have gotten too complex and must be refactored in order to support new ideas. The longer we delayed refactoring Event Espresso, and the more code is written for EE3, the more difficult it becomes to refactor Event Espresso to meet your needs today and in the future.

In short, we spent a lot of money and several years building Event Espresso 4 because we wanted to help you and your events be more successful.

 

Why did it take so long to build Event Espresso 4?

When we started building version 3.2, we didn’t anticipate that it would be such a major change. However, as we started to refactor one system we saw it necessary (and better timing) to refactor other systems. Event Espresso 4 introduces several major changes including:

  • A new user interface
  • A single page checkout
  • A new messages system
  • New transaction management
  • A new pricing management system
  • A new taxes management system
  • Custom post types for events, venues, and contacts
  • Changing our programming approach to object-oriented programming
  • and much more!

All those systems are quite interconnected and complex, so updating it took a lot of time and resources. We’re just as frustrated EE4 took as long to release as you, but we feel this decision will be the best for you in the long-run. We’re confident that we (and other developers) can build really great event registration websites on EE4 for a very long time to come.

 

What’s coming next in Event Espresso 4?

We view our roadmap in two ways: short(er)-term projects and long(er)-term projects. Our roadmap is subject to change at any time.

Our short(er)-term projects include:

  • Making EE3 add-ons compatible with EE4.
  • Promotion codes.
  • Refactoring gateways.

Our Long(er)-term projects include:

  • Integration with third-party plugins and services.
  • Advanced messages functionality.
  • Advanced registration form functionality.
  • New add-ons.
  • Event themes.
  • Continued code optimization.

As always, you’re invited to participate as developers or sponsors.

 

What’s the plan for Event Espresso 3?

EE4 beta begins the official process of phasing out EE3. Going forward, we will focus new feature development resources on EE4 and only maintenance resources to EE3. As the EE4 feature set (including add-ons) exceeds those that are currently available with EE3 we will no longer sell or support EE3.

Those who purchase a EE3 support license  also have access to the core EE4 files and we recommend that they evaluate EE4 to see if will meet your needs at this time. We have provided tools to use EE3 data in EE4 which can help you start using EE4 sooner.

The future of event registration and ticketing is with Event Espresso 4 and we hope you’ll join us today for that amazing journey.

 

Can I Use EE4 instead of EE3?

Depending on your situation you might (or might not) want to replace EE3 with EE4. In general, our recommendation hinges on: what features you require, and whether you want to use your EE3 data in EE4.

Some features are not available in EE4 that are available in EE3:

  • Coupon/Discount codes
  • Wait lists
  • Staff manager
  • Support for EE3 add-ons (see below)
None of the EE3 add-ons are compatible with EE4 at this time (but they are on our short-list). You will need to make the determination about which features your project requires and which Event Espresso version will meet your needs.

Using EE3 Data in EE4

Event Espresso 4 is ready to accept unaltered data that has been prepared by Event Espresso 3.1.36 (or greater). If you’ve not modified your EE3 database structure then you can migrate your data from EE3 to EE4. If you have modified your database structure, the migration scripts may not function properly (see below).

As a good practice, please backup your website database before migrating.

When to migrate EE3 data to EE4:

If you are using  Event Espresso version  3.1.36 (or greater) without customization that changes the data structure (e.g. additional database tables, columns, etc.) you can migrate your database from EE3 to EE4.

As a good practice, please backup your website database before migrating.

When NOT to migrate EE3 data to EE4:

We recommend NOT migrating your EE3 data to EE4 if you: have customized Event Espresso database tables or columns that weren’t included with EE3 OR are using EE3 on a multi-site installation of WordPress.

 

What is the development status of Event Espresso 4?

After years of development and months of testing, we have finished adding features (to this version) and all major bugs have been resolved. We do expect you to be able to use EE4 as if it were a stable product, with the exception that additional bugs may be identified through more extensive testing with your specific use-case. Please report any suspected bugs to the support forums. For a short period, we will be focused on fixing bugs that are found by users and that can be verified by our support staff, then release patches ASAP. After EE4 is released as a “non-Beta” product we will commence work on our development road map.

 

Reporting Bugs

We have spent, literally, thousands of hours developing, testing and debugging EE4, but undoubtedly some of you may encounter issues with EE4 while testing it in your given use-case, the plugins and themes you use, etc. Please report any unexpected behavior, error messages, or bugs to the support forums so we can keep all the requests organized and fixed as soon as possible. Please create a new thread for each issue so that it can be addressed specifically. Otherwise it might confused with other issues or missed among a lengthy discussion.

As a good practice, please backup your website database before using EE4 on the same website where you are using EE3 and before migrating.

 

Questions or Comments? Tell us what you think

Event Espresso 4 is a big step forward in the functionality and power of WordPress events plugins. We really think you’ll like what EE4 is now, what you can do with it now, and what it will become. Launch your own test drive of Event Espresso 4 in minutes and let us know what you’re thinking.

Posted in Beta, Home Page, News, New Versions, WordPress Plugins, EE4 | 45 Comments »

Update! iPhone/iPod Touch App, Mobile Ticketing API, and Ticketing Addon

In order to keep up with the latest, and greatest, changes to the Apple iOS (version 6). We recently launched an update of our own. We completed a major overhaul (mostly performance and stability improvements) of our Mobile Ticketing app for the iPhone and iPod Touch.

The Ticketing addon and the Mobile Ticketing API have been updated as well. Both of these systems have received security and optimization updates.

It is highly recommended that you update to the latest versions of these systems. If you have questions, comments, or concerns. Please let us know in the forums.

Posted in Addons, Registration, Ticketing, New Versions, WordPress Plugins, Features | No Comments »

Mobile Ticketing Apps Released

Event Espresso Mobile Ticketing Apps

Event Espresso Mobile Ticketing Apps

We’d like to announce today that we have released the Event Espresso Mobile Ticketing Apps for iphone, iPod, and Android mobile devices. These mobile platforms bring event managers and organizers even more autonomy and power to setup their own registration system.

The Event Espresso plugin for WordPress and our iOS and Android apps:

  • Speed up registrations at the door
  • Integrates in real-time with the attendee list in Event Espresso
  • Allows for multiple check-in “stations”. Eg. Use multiple iPhones/Android phones to log into to the same attendee list so employees can scan tickets using multiple different mobile devices
  • Send an e-mail to the ticket holder with a “Thank you for Attending” – This will save time from currently having to check the name off and having attendees sign a confirmation that they were present at the event. This will help to avoid refund situations (coming soon)
  • Keep your events “Green” by providing an environmentally friendly ticketing solution
  • Custom tickets can double as a name badge
  • Makes your organization very official and innovative

Download the Mobile Ticketing Apps | Purchase the QR Code ticketing addon

Requirements: Event Espresso version 3.0.19.p.34 or greater and purchase of the QR Code ticketing addon. Note: the ticketing app will work with some earlier versions of Event Espresso, but 3.0.19.p.34 has the ability to check people in/out of the event if the ticketing addon is installed.

Tags: , , , , ,
Posted in Addons, Registration, Ticketing, WordPress, Development, WordPress Plugins | 5 Comments »

Drag-and-Drop Questions Into Order or Sequence

We’ve made it even easier for you to create custom registration forms with drag-and-drop technology. Simply drag-and-drop the questions into place, or in the order, you want them displayed on the registration form.

We also incorporated this technology into the question groups. Question Groups can be organized or re-ordered by dragging and dropping individual table rows into the desired positions.

This improvement was just released today and is available in versions 3.0.19.P31 and later.

Drag-and-Drop Question Manager

Drag-and-Drop Question Manager

Posted in News, New Versions, WordPress Plugins, Features | 3 Comments »

Happy Birthday Event Espresso!!

Happy Birthday Event Espresso

Happy Birthday Event Espresso

The original version of Event Espresso, first named “Events Registration with PayPal IPN”, later renamed to “Advanced Events Registration”, was released on April 20, 2009 and has been rewritten a total of three times since its initial inception, and is now aptly named “Event Espresso”. After three name changes and three complete rewrites, here we are. It all started out as a simple plugin for my wife. All she needed was a way for people to register for her scrapbooking classes and events. I couldn’t find any good plugins that were easy for a non-tech person to manage events and accept payments. So I went ahead and created my own solution.

In addition to celebrating our second year as the premiere events registration and management plugin for WordPress, this month was especially awesome! Thanks to my business partner and long time friend, Garth Koyle, Event Espresso is $40,000 richer. Garth wrote a winning 30-page business plan and gave an outstanding presentation that ended up winning first place–and $40,000–in the Utah Entrepreneur Challenge. This extra money will allow us to spend more time expanding our current services and framework, to bring you the best event registration system for WordPress.

As of January 2011, we had 1400+ purchases of the premium version, and over 15,000 downloads of the free version on WordPress.org. We now have over 18,000 downloads of the free version and almost a 5 star rating! We have been featured on WP Plugins.com, WPCandy (several times), and WPMU.org (two times). This year is also bringing us the first Mobile Ticketing App for WordPress (very excited about this!) In addition to all of that, we have also given out over 200 non-profit discounts to non-profit organizations all over the world.

Last, but NOT least, I would like to give a BIG THANKS! To all of our customers and the WordPress community that have made this an awesome two years. Without YOU and ALL of the wonderful feedback you have provided throughout these past two years, we would all still be paying high fees to Eventbrite and the other companies. This year we plan to make a dent in their pocket books and bring even more features, while still keeping you in control of your data, events, and hard-earned cash!

Please take the time to:

Posted in News, WordPress, WordPress Plugins, Eventbrite, Open Source, Event Management | 3 Comments »

Version 3.0.19 Now Available for Download

ImageAnother stable version of Event Espresso is available to download. We recommend you upgrade now. This upgrade includes the improvements made in version 3.0.18.

  • Version 3.0.19.b.7
  • Added two columns to the attendee overview in the admin area. One column shows the price/ticket option, the other shows the time of the event chosen.
  • Version 3.0.19.b.7
  • Removing from beta. Everything seems to be pretty stable for most users.
  • Fixed a lot of potential problems with the language files. It seems some of the translations had return and new line breaks (\r\n) in them. This seems to have caused lots of problems for international users. Hopefully removing these pieces of code and formatting the text located in the translation functions will fix this problem.
  • Version 3.0.19.b.6
  • There was still a problem when registering attendees from the same computer for free events or when payment was not finalized (ie. downloading an invoice or paying by check.) This has been fixed in the gateway files and template files. If you are not using the default payment gateways or templates, you will need to make sure these are updated.
  • Attendees with a ‘Pending’ payment status are now counted as a paid attendee.Added the payment_overview.php template for displaying payment information after a payment has been made or if clicking on the payment details link. This will also display if  the attendee chooses to pay using cash or check payment option, provided they click the new ‘finalize registration’ link, if these modules are active.
  • Clicking the ‘Download PDF Invoice’ payment option will now mark the attendees as pending.
  • Added a ‘finalize registration’ link when using cash or check payment gateways. Clicking the ‘finalize registration’ link will mark the attendees as ‘Pending’ in the payment overview.
  • Version 3.0.19.b.5
  • Added filters for displaying events and attendees in the Event Overview page. Filter events by month/year, category, active/inactive/deleted status. Ability to show all, today’s, and this months events.
  • Filter attendees by month/year, category, payment status. Search by email address, name, transaction id, payment type/status, etc. Ability to show all, today’s, and this months attendees.
  • Added “Edit” and “Delete” links to the additional attendees
  • Fixed emails not showing the right information for attendees and additional attendees. As long as the primary attendee updates the additional attendee data, it should display the custom questions properly.
  • Fixed the bug when multiple people register from the same computer, for the same event, the previous record was deleted. As long as everyone goes through the entire process and pays, the previous wont be deleted.
  • When registering for free events the registration is now finalized and does not delete the old record when using the same computer to register for the same event twice.
  • Added fix to remove the HTML entities from the PayPal response
  • Fixed the coupon code bug
  • Version 3.0.19.b.3
  • Fixed an error in the email.php. Was missing an ‘>’ in one of the array variables for the address on line #126.
  • Version 3.0.19.b.2
  • Added the option to choose the amount of events to display in the admin dashboard.
  • Version 3.0.19.b.1
  • Updated attendee and event listing pages in the admin area
  • Fixed problems with editing custom questions in the attendee editor and confirmation pages
  • Fixed excel export problems
  • Fixed HTML formatting error in the dashboard widget

Tags: , ,
Posted in News, New Versions, Versions, WordPress Plugins, Event Management | 2 Comments »

Nonprofits Using Social Media

Yesterday, the radio program, Marketplace by American Public Media published an article on their website and ran a story on the radio about how charities and nonprofit organizations are using social media to raise funds. It is becoming ever more important for organizations, especially nonprofit groups, to take advantage (in a good way) of the opportunities they have. Social media allows organizations to make personal connections with many more people who are interested in their mission or cause than is available via other forms of media.

When I heard this story, it became very apparent that nonprofit organizations need to be on the cutting-edge of technology and use it to its full potential. We hope you will take advantage of the great features and capabilities of Event Espresso. You can do more than just manage your events, you can even use it as a volunteer management system on WordPresCreate events as assignments and allow your volunteers to signup for the assignments you create. This will help keep your volunteers engaged and advocates for you and your cause. We want to be sure you have the tools you need to be successful and Event Espresso has great social media integration for facebook and a Group on add-on. Event Espresso and these tools will help you take advantage of the social media’s potential.

There should be very little doubt in your mind about the power of social media. You should be very confident that your organization should be engaging in social media and be prepared with the tools to make the interactions you have a positive experience.

Tags: , , , ,
Posted in Events, WordPress Plugins, Event Management, Assignments, non-profit | 1 Comment »

Custom Post Types and Recurring Events Coming to Version 3.0.17

The last month has been insanely busy. I have been adding new features, fixing bugs, and working late every night to bring the best of WordPress to Event Espresso.

This is probably going to be the most exciting version of Event Espresso to date.gfg Version 3.0.17 will bring us custom post types for events and the very much anticipated Recurring Events Manager.

Event Development Framework

Event Development Framework

Event Development Framework

A very new and exciting feature in WordPress 3.0 is the ability to create custom post type, that is maintained in the WordPress posts table. This can help developers to build a theme that relies less on custom fields and makes it easier for clients.

The custom post type integration in Event Espresso will bring all kind of customization possibilities to your events. Allowing website owners and event professionals to harness the full power of WordPress and Event Espresso by using the premiere Event Development Framework for WordPress.

Our comprehensive Event Development Framework takes full advantage of WordPress using custom fields, post meta data, categories, tags, and taxonomies. You can even create pages or posts for each event that can be integrated into any theme within minutes.

Recurring Events Manager

This is probably one of the most anticipated addons of Event Espresso. For months I have received at least three emails a day inquiring about recurring events.

Well it is finally here! The Recurring Events Manager addon will bring the possibility to put your event registration system on auto-pilot.

This is going to be a huge benefit to anyone that has many of the same events throughout the year. Start by creating an event, then just tell the system how many days, weeks, or months you want the event to extend into the future. Events created using the Recurring Events Manager will auto-post on the registration start date and close when the registration date has passed or the event has been filled. That way you can continue to spend more time enjoying life.

Overview

For an up to date overview of all the recent changes to Event Espresso, be sure to view the change log.

View all of the available shortcodes and variables that will be available in version 3.0.17.

Tags: , , , , , , , , , , , ,
Posted in News, Events, WordPress, New Versions, WordPress Plugins, Featured Posts, My Plugins, Event Management | 4 Comments »

Event Espresso - Staging Server