Login popup

Home Forums Legacy Support Support queries Setup issues Login popup

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #313801
    muzikademi
    Participant
    When somebody click this link and this the link goes to this page Can you make with custom css?
    #314138
    Diana
    Participant
    When I checked your site, I didn't found as such link: http://prntscr.com/uo6bwr So I am sharing this code which you have to add in wp-admin > wplms > footer > google analytics code with these script tags In the code, I passed .button_login_trig so please pass the class of your link instead of this
    
    <script>
    jQuery("document").ready(function($){
    $(".button_trig_login").on('click',function(event){
    event.preventDefault();
    $('a.smallimg.vbplogin').trigger('click');
    });
    });
    </script>
    
    #314600
    muzikademi
    Participant
    I can't understand clearly i pasted and it doesn't work.
    #314832
    Veronica
    Moderator
    hi, you need to change this: http://prntscr.com/upwyhp and change this with: https://prnt.sc/unck85 the id of this link and with this also: https://prnt.sc/uncm45 then it will work
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Login popup’ is closed to new replies.