Loginova – WordPress Login & Registration Plugin

Loginova provides a seamless login and registration experience for your WordPress site with an elegant popup window. This demo page showcases the plugin’s features and functionality.

Key Features

  • All-in-One Popup: Login, registration, and password recovery in a single elegant popup
  • Menu Integration: Automatically adds login/logout links to your primary menu
  • Multiple Login Options: Login with username, email, or both
  • Auto-Close Timeout: Set popup to automatically close after successful login/registration
  • Customizable Fields: Control which fields appear in your forms
  • Terms & Conditions: Optional consent checkbox for legal compliance
  • Fully Customizable: Extensive styling options to match your theme
  • Redirect Options: Configure custom redirects after login/logout
  • The plugin does not create any custom fields in the database: But uses only the WordPress database.
  • Login/Register: The possibility of authorization through Google account.
  • Woocomerce: Compatible with Woocomerce.

Try It Out

Click the button below to open the Loginova popup:

Once the popup is open, you can:

  • Login with your credentials
  • Click “Register” to create a new account
  • Click “Forgot Password” to reset your password

Note: This is a fully functional form. If you register, you’ll create a real account on this site.

Primary Menu Integration

Loginova automatically adds login/logout links to your primary menu.

How It Works:

Loginova uses WordPress filters to automatically add these items to your primary menu:

// When logged out:
<li class="menu-item"><a href="#login" id="plr-open-popup">Login</a></li>

// When logged in:
<li class="menu-item"><a href="[logout-url]" id="logout-button">Logout</a></li>
<li class="menu-item"><a href="[profile-url]">Hello, [username]</a></li>

Style Customization

Loginova offers extensive styling options through the WordPress admin panel:

Button Styling

  • Background & hover colors
  • Text colors
  • Font size & weight
  • Border radius & width
  • Button dimensions
  • Position & margins

Popup Styling

  • Background color or image
  • Width & height
  • Border properties
  • Border radius
  • Box shadow

Input Field Styling

  • Background & text colors
  • Dimensions & padding
  • Border properties
  • Margins & spacing

Text & Link Styling

  • Title font properties
  • Link colors & decoration
  • Hover states
  • Text alignment

Additional Usage Options

Adding Custom Login Links

In addition to the automatic menu integration, you can add login links anywhere on your site:

HTML Example:

<a href="#login" id="plr-open-popup">Login</a>

This will open the same popup with login, registration, and password recovery options.

Close

Login