Tag: wpmem_sidebar_form
-
Login with Username or Email
Part of the WP-Members 3.2 project involved allowing users to log in using either their username or their email address. This makes the WP-Members Email as Username extension obsolete (which, if you’re wondering, is why it is no longer supported). However, because all of the translation files still reflect “Username” in the login form field…
-
Replace form label tags with input tag placeholders
For those that are looking to shape the forms into a specific design that may include using input tag placeholders rather than labels, this set of code snippets will describe how to do that.
-
Customizing form CSS: Login widget with inline inputs
This post is an example of manipulating the WP-Members login widget to display inline (inputs on a single line). Since the involves some HTML changes and some specific CSS, please consider this an example. You will get your best results if you first try to reproduce the example as given. While you might get part…
-
Log in with Email or Username
Here is a simple method for allowing users to log in with either their username or their email address. This process allows the user to log in using either their username or their email address. It’s not difficult to implement and leaves you with a clean process where you don’t have to worry about what…
-
Bootstrap sidebar login example for non-Bootstrap themes
There is a lot of interest in the sidebar login shown on this site, even by users who may not be using a Twitter Bootstrap theme. The tutorial in the “How I Did It” category is specific to Twitter Bootstrap, which this particular site uses. But this tutorial is an example of how you can…