Viewing 3 replies - 1 through 3 (of 3 total)
  • Same issue…. any solution please?

    Thread Starter mdsfarook

    (@mdsfarook)

    yes there is a plugin home page pop up you must install it first then at that plugin content paste the short code of zm ajax login & register you will get the automatic pop up

    Plugin Author Zane Matthew

    (@zanematthew)

    Hi,

    You can actually manage this via the Pro version. However you can also add this snippet, to achieve something similar.

    At the bottom of an external JS file add:

    // User is not logged in, force the dialog.
    if ( _ajax_login_settings.is_user_logged_in == 0 ){
        zMAjaxLoginRegister.load_login();
        zMAjaxLoginRegister.open_login();
    }

    Note they obviously just close the dialog, granted this will show on each and every page load. The Pro version has an option PHP redirect as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make login and registration page automatic pop up in home page’ is closed to new replies.