• Hi, I want to make Login/Signup Popup as the default login form.
    I created a button having reference to post-new.php. I want if user click on this button then in case of a user not logged in the system will populate Login/Signup Popup instead of wp-login.php.

    Please help I am new to wordpresss.

    Thanks chetna

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    You can use the below shortcode to create a login button
    [xoo_el_action type="login" display="button" change_to="https://somewhere.com/post-new.php" change_to_text="Add Post"]

    Or you can use class “xoo-el-login-tgr” to trigger popup
    For eg:
    <button class="xoo-el-login-tgr">Open Popup</button>

    Thread Starter chetnachandra

    (@chetnachandra)

    Hi,
    Thanks for your reply.

    By using the above code I am able to create a button. But what I am actually looking is to replace my default wp-login with login/signup pop up.

    I created a site in which I want user should be logged in to perform some task. So if they click any button firstly it will check whether the user is logged in or not. If not currently it’s opening the wp-login but I want login/Signup pop up.

    by using your above code I have to create a button for each page. is there any option to replace my default wp-login with login/signup popup

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Login/Signup Popup as default login form’ is closed to new replies.