Tag: tips
-
Replace the default login and registration forms with buttons
A frequent question that I receive is how to replace the plugin’s default process of placing the login and registration forms with a process that takes the user to a login page (and/or registration page). I’ve put together a code snippet that you can use as-is, or customize as needed in order to create a…
-
Create a Child Theme
One of the basic elements of WordPress best practices is to use a Child Theme. This allows you to make customizations to your theme without worrying about losing those changes when the theme author releases an update. It’s simple to set up and should be a standard practice when setting up a new site. This…
-
Customizing form CSS: Custom login form with side-by-side inputs
I do get requests from time to time about how to put form elements side-by-side. This example will show you how to take the default login form, apply a wrapper for the rows, and some CSS that will handle the layout.
-
Customizing form CSS: Setting maximum form width
If you use a theme that has a fairly wide main content area and couple that with one of the plugin’s default stylesheets that uses a percentage width for the form, you may find it useful to add a property definition of max-width to set maximum width for the forms.