LOGIN BUTTON Popup

Home Forums Legacy Support Support queries Other issues LOGIN BUTTON Popup

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #172220
    stef
    Spectator
    Hi, Is there a way to make a login button popup? When a user click on the button, then it will show login pop-up.   thanks st
    #172267
    Mark Morgan
    Spectator
    You can change the login style from wp-admin->appearance->customize->header->login style->Popup.
    #172320
    stef
    Spectator
    This reply has been marked as private.
    #172412
    Anshuman Sahu
    Keymaster
    You have to give a unique class to that button and add this script in your wp-admin -> wplms-> footer-> google anaylitics script : <script> jQuery(document).ready(function(){ jQuery('.mybutton').click(function(){ jQuery('a.smallimg.vbplogin').trigger('click'); }); }); </script>   where mybutton will be class you will be giving to your button .
    #172739
    stef
    Spectator
    This reply has been marked as private.
    #172757
    Anshuman Sahu
    Keymaster
    there was a mistake here in this code : https://wplms.io/support/forums/topic/login-button-popup/#post-172412   I have modified it . try it again
    #172810
    stef
    Spectator
    Ok thanks.. The code works perfectly. thanks st
    #172869
    Mark Morgan
    Spectator
    Thanks for confirmation, closing this topic as your issue is resolved now.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘LOGIN BUTTON Popup’ is closed to new replies.