We'll create fresh WordPress site with Flexible Frontend Login installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Provides shortcode and template tag to place a link to popup a login form at any place you want to.
Features:
Languages so far:
If you like to provide a translation please drop me a line.
See Other Notes section for further information.
See flexibleplugins.com for usage examples.
See the experimental page for upcoming features.
On the widget settings page choose the Flexible Frontend Login and adjust the settings to your site.
In a post or page place [flexible-frontend-login]
By default the shortcode uses the settings set on the admin options page
You can override those default values with the following parameters and options:
vertical=top, bottom
horizontal=left, right
So your shortcode might look like this:
[flexible-frontend-login vertical=bottom horizontal=left]
If you want to use the centered login form with darkened overlay in the background
use [flexible-frontend-login-modal]
without any parameters.
In template files place:
<?php if ( function_exists('flexible_frontend_login') ) flexible_frontend_login( 'bottom', 'left' ); ?>
To change popups behavior you can use
For popup with overlay use:
<?php if ( function_exists('flexible_frontend_login_modal') ) flexible_frontend_login_modal(); ?>
flexible-frontend-login
in your theme folder/wp-content/plugins/flexible-frontend-login/customization/
into the newly created theme subfolder