wplms_login seems to have stopped working

Home Forums Legacy Support Support queries Other issues wplms_login seems to have stopped working

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #274625
    Goaliemn
    Participant
    I've had acouple of new users complain that they are unable to login from the main screen.  When I click on it, nothing happens.  Can someone take a look?  It links to "https://training.marksgunsllc.com/#wplms-login-form" now instead of giving the login form itself.
    #274680
    Diana
    Participant
    @Goaliemn, But it is working, see: http://somup.com/cYiohpQ9UA
    #274722
    Goaliemn
    Participant
    there's another spot right under the buy now button that isn't working.. it was before.
    #274892
    Veronica
    Moderator
    This reply has been marked as private.
    #275017
    Goaliemn
    Participant
    the "already registered? click here to login" used to work.  Now it doesn't.  The code looks the same for both examples above?
    #275186
    Veronica
    Moderator
    no button to check:http://prntscr.com/tjk9xk
    #275515
    Goaliemn
    Participant
    Where would I point a link to bring up a login prompt?
    #275835
    Veronica
    Moderator
    sorry for the late reply due to support holiday yes this can be done but for this we have to write the code so please provide the exact page url with the link on which you want to open the pop up then we will provide the code
    #276031
    Goaliemn
    Participant
    This reply has been marked as private.
    #276068
    Veronica
    Moderator
    hi, use you can use this code: <script> jQuery("document").ready(function($){ $("li#main-menu-item-365 a ").on('click',function(event){ $('.vbplogin').trigger('click'); }); }); </script> add this Goto wplms>>footer>>google analytics refer this: http://somup.com/cYirep6fe4 this is the functionality of above code provide but you need to change: li#main-menu-item-365 this part as per your element on which you want to open login popup as you can on your site already registered link is not available so i am unable to perform the same on your site: http://prntscr.com/tlm965 just replace the id of the link on which you want to open the login pop up with: li#main-menu-item-365 and you done.  
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘wplms_login seems to have stopped working’ is closed to new replies.