Easy Modal
popups in minutes

  • Log in
Skip to content
  • Features
  • Addons
  • Documentation
  • Support
  • Blog

Home / auto open

Archives

Login Modals

Create elegant and powerful Login, Register, and Forgot Your Password Popups on your website, in just minutes.

How Does It Work?

Our Login Modals Technology taps into the WordPress User functionality and enables you to create Login, Register & Forgot Your Password Popups without any coding or setup. Simply edit, theme, and call your popup and it's done! No databases, no forms, no programming.

Add On Synopsis

Streamlining your Graphics User Interface and increasing user experience go hand-in-hand, and given the quality of competition on-line these days, you need every customer who uses your website to be a happy, surfing customer because it's just as easy for them to go somewhere else. To that end, bulky, slow and intrusive account actions systems do nothing but frustrate users and leave them twiddling their thumbs while they switch from page to page, and when they are finally done registering an account the millionth time, they can't even remember where they were. This is not a good user experience, but nevertheless, we've all been through it. Enter Login, Register, and Forgot Your Password Popups: taking all the bulk, page switching and frustration out of such monotonous and mundane tasks. Not only does this streamline the user experience, making such tasks consume much less time (and making users happy), but it streamlines the developer experience as well because these systems can be put in place in a fraction of the time traditional log in systems can be constructed. In other words, we make making Login, Register, and Forgot Your Password Popups easy - get yours up and running in minutes!

Getting Started

When you're ready, check out our wonderful Login Modals Getting Started and get Login Popups on your website in minutes!

Product Preview Gallery

[gallery columns="4" link="file" ids="3205,3206,3207,3209,3210"] Read More

Recent Posts

  • Load a modal entirely from JS
  • Add Easy Modal options to custom post types.
  • Release Notes – Easy Modal – Version 2.0.15
  • Release Notes – Easy Modal – Version 2.0.14
  • Release Notes – Easy Modal – Versions 2.0.12 to 2.0.13 Summary
EasyModal

News. Updates. Releases. Deals. Resources.

@EasyModal

Subscribe to our
Mailing List for important News & Updates

A Wizard WordPress Solution

Social Media

  • Like us on Facebook
  • Follow us on Twitter
  • Subscribe to our RSS Feed

Resources & Support

  • Documentation
  • Frequently Asked Questions
  • Support

From the Blog

  • Load a modal entirely from JS

    BB product pages use JS to create and append modal to page using settings from a non loaded modal. Create empty modal to theme and apply settings to. Load the modal like so $(document).on('click', '.product .panel-preview .button', function(e){ var $this = $(this); e.preventDefault(); e.stopPropagation(); if(!$('#eModal-Panel-Preview').length) { var modal = $('

    '); modal.append($('img', $this.parent().clone())); $('img', modal).removeAttr('width'); modal.append('×'); modal.appendTo('body'); modal.emodal(easymodal.modals[1]); } $('#eModal-Panel-Preview').emodal('open'); });

  • Add Easy Modal options to custom post types.

    If you have custom post types set up either via a plugin or theme you may want to add modals to these post types. To show the easy modal options panel for custom post types add the following to your themes functions.php file. Simply change the post types added below to match those you are using.

    add_filter('em_post_types', 'my_em_post_types');
    function my_em_post_types($post_types)
    {
        $post_types[] = 'product';
        $post_types[] = 'faq';
        $post_types[] = 'article';
        $post_types[] = 'video';
        $post_types[] = 'diy';
        return $post_types;
    }
    

Affiliate Program | Contact Us | Terms & Conditions ©2013 Easy Modal Plugin for WordPress | Powered by WordPress