Using MemberPress for WordPress Membership Sites

In the first post of this mini-series we looked at the basic lingo you have to understand to get going with MemberPress. Here are a couple more tweaks you shouldn’t neglect when setting up your membership site.

Don’t leave visitors stranded

When first setting up your membership site, you’ll likely put a lot of care and attention into your registration pages, realizing that they will do the heavy lifting of converting visitors. But don’t forget to think about how people are actually going to end up on them. You’ll probably have links in your navigation and other obvious places, but you also need to think about what happens when someone stumbles across a blog post on your site with some protected content on it – what do you do with them and how do you get them into the sign-up process?

Read More

Show Custom Text on a Password Protected WordPress Page/Post

how to show custom text on a password protected page

It’s easy to password protect an entire page or post in WordPress. But what if you would like to show part of the content on the page?

I did look for a plugin solution for this at first. I thought it would be easy to find a plugin that gave you a shortcode to wrap around content you wanted to keep protected. I was wrong (unless you want to utilize user roles, but I didn’t want people to have to log in). I came across Content Protector, but found it really unreliable.

But there’s a pretty easy solution if you’re OK with a little code. For this solution you will need:

  • A child theme (because we’re going to be editing template files)
  • An understanding of the WordPress template hierarchy
  • The confidence to edit some PHP code

If this all sounds a bit much for you, you may want to check out my post on Going Beyond WordPress Basics, to build your confidence.

Read More

Getting Started With MemberPress

Getting Started with MemberPress - a membership plugin for WordPress

There are many ways to password-protect content in WordPress. Basic password-protection is built-in and there are other free plugins to expand upon that. But if you want to generate revenue from protected content, you’ll need a fully-featured membership plugin. There are many to choose from and I can’t say I’ve tried them all, but of the ones I have tried, I really like MemberPress. It has a lot of features and capabilities, but it’s also pretty easy to get up and running with. That said, learning a new system will always present some hurdles. Here are a few basic concepts I needed to get my head around to get going with MemberPress. Hopefully this will be helpful for you, too.

Read More

How To Customize Genesis Child Themes: Design Palette Pro

Design Palette Pro - Customize Genesis

The Inner Beauty of Genesis

In the past, I’ve had mixed feelings about StudioPress’ Genesis framework. It was frequently recommended to beginners and non-developers, but the problem was that they would install it, and even with a nicely designed child theme, they would then complain, “but, where’s all the options?”

People immediately wanted to change things and when they didn’t see a massive options panel, they felt shortchanged. “I have to do CSS to customize this thing??”

But, herein lies the beauty of the Genesis framework. It’s not supposed to be Avada, Divi, X or any of the other “be everything to everyone” type of themes. When you purchase a Genesis child theme, you’re paying for the expertly-designed look and feel you see on the demo. They are not intended to be completely customizable by the user through an options panel. Of course, if you have the chops, you can certainly do anything you want with Genesis and its child themes, you just have to use their hooks system and know some CSS and PHP.

Some of you may be asking, “Well, where’s the beauty in that?”

Since working with WP Rocket (a premium caching plugin) I became painfully aware of just how badly some themes drag down a website’s load time.  While researching a blog post to showcase some of our customers’ fastest pages,  I found that most of the fastest sites I looked at ran on Genesis.

Because it doesn’t try to be everything to everyone, it’s really fast out of the box. And that’s the beauty.

“Yea, yea…..but…..customize! Fonts! Colors!” you may be grumbling at your screen.

Enter….Design Palette Pro

Read More

Troubleshooting WordPress Issues

Troubleshooting WordPress Problems

When something goes wrong on your WordPress site, how do you react? Do you freak out, or have a mini panic attack? Don’t worry, that’s a fairly typical reaction from the normal WordPress user ;) With this post I’d like to change the way you look at and react to WordPress problems :)

With WordPress, as with many things in life, we learn a lot when things aren’t going smoothly; learning to deal with technical problems pushes us out of our comfort zone and forces us to develop new skills and a deeper understanding.

Much of what I’ve learned in WordPress over the years has happened through things going wrong and me having to figure out how to fix it. Every time you face a problem and learn how to deal with it, your confidence is boosted and your problem-solving toolkit, and resilience, expands. The next time an issue crops up you are better equipped to handle it and you feel less panic.

Read More