How to create the link Sign Up / Login?

Home Forums Legacy Support Support queries Other issues How to create the link Sign Up / Login?

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #70720
    kalipub
    Participant
    Hi! How to create the link Sign Up / Login? Currently, I put this in Appearance> Menu : https://postimg.org/image/4gi3uhwuv/ it works in my top menu, but it does not work in my left menu. Can we replace #login by a link to access the menu? My website : https://alfange.academy Thanks! David.
    #70733
    H.K. Latiyan
    Participant
    Please add the following script in the wp-admin->wplms->footer->google analytics code: <script> jQuery(document).ready(function($){    $('.login_trig').click(function(){   $('body').find('#login_modern_trigger').trigger('click');    });  }); </script>  
    #76601
    kalipub
    Participant
    Hi, I put the code, but it does not work. The left menu does not work. When you click on "Connexion" (Log in/Sign in english), nothing happens. Thanks, David.
    #76712
    Anshuman Sahu
    Keymaster
    Well I found it to be working on your site .check video in private reply . Please clear your cache and check again ,
    #76713
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #76808
    kalipub
    Participant
    I spoke in the left menu (left sidebar). ;)
    #76923
    Anshuman Sahu
    Keymaster
    There is another js which is applying in your left menu . It is preventing the event to be happen on the menu link click .That is why it is not working . check screenshot in private reply
    #76924
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to create the link Sign Up / Login?’ is closed to new replies.