Digital World Expo – Digital Startup Speaker Series

We are proud to announce our involvement with a new event coming to Las Vegas, Digital World Expo! From their site:

Digital World Expo debuts an annual forum for professional education in all forms of interactive marketing, media, communications and advertising. Attendees will learn, train and build awareness of technology application in media and what’s to come. Four areas are presented to meet the needs of today’s media professionals in digital advertising, marketing, public relations, development and strategy.

DWE will take place at the Mirage Event Center here in Las Vegas and will contain 30+ classes on all aspects of online marketing. The classes are going to be less about being a simple presentation and more about actual “Next Steps” that attendees can take action on when they return to the office. One of the courses will be lead by 9seeds’ John Hawkins who will be talking about… you guessed it, WordPress.

9seeds will also be involved in something we find really cool, The Digital Startup Speaker Series. In short, the DSSS will give startups 10 minutes on stage to show off their product or service to a room full of decision makers. Best of all, there is no cost to the startups!

If you are part of a startup and want to register for one of the 24 available time slots, complete the online registration form here.

With an expected attendance of 500-700 people at DWE, this is going to be a great opportunity for some startups to jump-start their project. We are very excited to be a part of it and hope you will come check out the event.

Getting ready for WordPress 3.2

Earlier today WordPress 3.2 was released. The new version brings with it new minimum requirements for PHP and MySQL. The new minimum supported versions are PHP 5.2.4 and MySQL 5.0.

Before you upgrade to version 3.2, you’ll want to make sure your server is ready. Here are a few ways you can do that:

1. Install the WordPress Requirements Check plugin by Ryan Duff.

2. Log in to your hosts control panel. If it’s using cPanel, the server information will be displayed down the left side. Look for PHP and MySQL and confirm the version numbers.

3. Contact your host directly and ask!

By now, the majority of the hosting companies out there are already meeting these minimum requirements. However, if you are hosting on your nephew’s friend’s server, you will definitely want to take a moment to double check. If you find that your hosting company is NOT up to date with these minimum requirements, we strongly suggest you look in to a host like InMotion Hosting or Page.ly

If you would like some help confirming your server’s compatibility or assistance with the upgrade process, fill out our contact form and take care of it for you.

Plugin Update: CPT Speakers

Back in January I released a plugin that we put together when we were building the site for WordCamp Las Vegas to make it easy to display a page of speakers for the event. It’s was pretty basic, but it served our purpose. We released it in hopes that we could save somebody else some time if they had a similar need.

Fast forward a couple months… I received an email from Josh Harrison letting me know he used the plugin for WordCamp Seattle‘s site, and, he had made several improvements to it. Nice! He sent the updates with a note:

I made some modifications to your plugin CPT Speakers. Go ahead and use them if you’d like. Here is what I added:

  • template tags for speaker information with filters and paragraph formatting
  • shortcode to include the speaker information on an agenda (like what I put on http://wordcampseattle.org/agenda)
  • post thumbnails. I did not remove the old way of uploading images though.

After merging in the changes Josh made, it made perfect sense to go ahead and remove the old way we were dealing with speaker image uploads and instead use the featured image method.

WordPress Community
One of the greatest parts about working with the WordPress community is their willingness to give back. It would have been very easy for Josh to use the plugin we provided, make his changes, use it for his site and go about his merry way. But instead, when he was done he bundled up the changes and did his part to make the plugin better for the next person who comes along. That’s what it’s all about. Thanks, Josh!

You can download the latest version (1.1) from the WordPress plugin directory.

Upgrading
If you are planning to upgrade from a previous version, keep in mind that you will need to go back and add the speaker’s photo as the featured image for their post as we’ve switched the way photos are handled. Also, you will need to manually move single-speakers.php and template_speakers.php from the plugin folder to your active theme folder.

Styling
After you install the plugin you will want to add some styling to it. There is no inline styling, so you will need to some CSS to your existing style sheet. You can use the following as a base and change it up as needed:

#speakers {
font-size: 12px;
min-height: 300px;
}

#speaker_image_section {
width: 150px;
float: left;
height: 300px;
margin-right: 18px;
}

#speaker_image img {
margin-top: 5px;
border: 1px solid #333;
padding: 3px;
background: #0099cc;
}

#speaker_name {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

#speaker_url {
text-align: center;
}

#speaker_twitter_url {
text-align: center;
}

#speaker_pres_title {
margin: 5px 0px 5px 0px;
font-size: 13px;
}

#speaker_pres_description {
font-size: 12px;
font-family: arial, helvetica;
line-height: 16px;
}

#speaker_session_description {
font-size: 12px;
line-height: 18px;
}

#speaker_image_section_single {
width: 150px;
float: left;
height: 600px;
margin-right: 18px;
}

#speaker_image_section_single img{
margin-top: 5px;
border: 1px solid #333;
padding: 3px;
background: #0099cc;
}

#pres_url {
text-align: center;
}

.speaker_snippet .thumbnail {
float:left;
display:inline;
margin-right:10px;
border-bottom:0;
}
#content .speaker_snippet .thumbnail a {
border-bottom:0;
}
.speaker_snippet .name {
font-weight:bold;
line-height:16px;
}
.speaker_snippet .title {
font-size:0.9em;
line-height:15px;
}

New Plugin: Genesis Simple Headers

Earlier this week I was installing some of the Genesis child themes (aff link) on a WordPress multi-site network. I quickly realized that I had a problem on my hands. If more than one site wanted to use the same theme, they wouldn’t be able to use a custom logo because uploading the logo to the theme directory would make it the only logo available for all network sites using the same theme. So, I spent spent some time retrofitting half a dozen themes to use the WordPress headers functionality to replace the logo on each individual site.

Then it dawned on me… Why not just build this as a plugin? That was, of course, followed immediately with “why didn’t I think of that first?”

Obviously, if you are running a single site you can simply FTP in and upload the file to your server. But, if you have clients who you’d like to keep away from FTP and make it simple for them to upload a new header once a day (if they so choose), then the Genesis Simple Headers plugin will do the trick.

You can Download Genesis Simple Headers here.

To install, download the plugin, unzip it and upload the entire ‘genesis-simple-headers’ folder to your /wp-content/plugins/ folder. Then activate it from the WordPress plugins menu. It requires that you have Genesis 1.5 installed and if you aren’t currently using a Genesis child theme, this plugin is totally useless.

Once it’s installed, go to the Appearance tab and click the Headers menu option. You will be given the opportunity to upload a file to replace the logo. The page will also tell the size of the image to upload (if you upload a different sized image, you’ll be asked to crop the image prior to saving).

All current Genesis Child Themes are handled in this plugin with the following two exceptions
- Prose: The functionality is built in to that child theme already.
- Family Tree: I’ll add this one when I can figure out how best to go about it.

Let me know what you think of the plugin!

Cheers!

Paypal Express Checkout and Credit Cards

I have found hundreds if not thousands of posts on the Internet at large saying that Paypal won’t let customers use credit cards if they don’t have a Paypal account if you’ve integrated your cart using Express Checkout.

OK, that’s a bit of hyperbole. It probably wasn’t hundreds but it was enough that while initially searching for a solution, I took it as gospel that is just wasn’t possible.

Then, when attempting to convert WP Event Ticketing to use Web Payments Standard and hitting some snags, it took me almost an hour to hit upon the correct combination of words while searching Google that led me to this post.

The relevant information is this

It appears that some of the confusion surrounds the myth that Express Checkout requires users to have a PayPal account to make payment. This is patently untrue. To allow credit card payments without creation of a PayPal account set SOLUTIONTYPE to Sole in the SetExpressCheckout api call. To change the first page of the Express Checkout flow from a PayPal login page to both a credit card form AND a paypal login form set LANDINGPAGE to Billing in the SetExpressCheckout api call.

That’s all there is to it. The relevant bit of my code went from this

$nvp = array('PAYMENTREQUEST_0_AMT' => $total,
        "RETURNURL" => $returnsite,
        "CANCELURL" => $returnsite,
        "PAYMENTREQUEST_0_PAYMENTACTION" => 'Sale',
        "PAYMENTREQUEST_0_CURRENCYCODE" => 'USD'

to

$nvp = array('PAYMENTREQUEST_0_AMT' => $total,
        "RETURNURL" => $returnsite,
        "CANCELURL" => $returnsite,
        "PAYMENTREQUEST_0_PAYMENTACTION" => 'Sale',
        "PAYMENTREQUEST_0_CURRENCYCODE" => 'USD',
        "SOLUTIONTYPE" => 'Sole',
        "LANDINGPAGE" => 'Billing'

That’s all there is to it. Customers are now faced with either using their credit cards or using their Paypal account while checking out.

Tonight we are releasing WP Event Ticketing version 1.2.2 which gives your buyers the option to purchase tickets with a credit card without requiring them to have a Paypal account.