Create multiple type of login pages

Home Forums Legacy Support Support queries Setup issues Create multiple type of login pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #266138
    rahmediahouse
    Spectator
    Hi, How to duplicate the login & register page and branding it.
    #266140
    rahmediahouse
    Spectator
    This reply has been marked as private.
    #266278
    Anshuman Sahu
    Keymaster
    You can add login widgets to your pages : https://elementor.com/widgets/login-widget/
    #266292
    rahmediahouse
    Spectator
    Is there any free plugin to do it. And how to integrate it with WPLMS.
    #266534
    Veronica
    Moderator
    hi sorry for the delay in reply if you want to redirect the user directly to your custom login login page then

    Try this code in Go to wp-admin > WPLMS > Footer > Google Analytics Code add the code with the script tag and save changes.

    <script>
    jQuery(document).ready(function(){
    jQuery('.logged-out a.vbplogin').on('click',function(event){
    event.preventDefault();
    event.stopPropagation();
    window.location = 'www.google.com';
    });
    });

    </script>

    www.google.com : change this with your custom login/ registration link.

    Good luck.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Create multiple type of login pages’ is closed to new replies.