Login with UPME

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #151946
    denizci88
    Spectator
    Hello, https://codecanyon.net/item/user-profiles-made-easy-wordpress-plugin/4109874 It is not fully compatible with WPLMS. It is working well except one function. http://wplms.io/demos/default/ The problem is "Login" at the top right-hand corner. Do you have any experince to pass this problem? (It redirects to login page.) Best Regards
    #152004
    Diana
    Participant
    @denizci88, Sorry, But we didn't use this plugin.
    #152005
    denizci88
    Spectator
    Hi Diana, Ok, no problem. Well, how can I redirect "login" button that is at the right corner, to a specific link? Best Regards Aybars Oruç
    #152017
    Diana
    Participant
    @denizci88, There is a setting in LMS > Settings > General Settings > Login Redirect If you want to redirect it to another page then use this tip Refer: https://wplms.io/support/knowledge-base/login-redirect-to-a-custom-page/
    #152031
    denizci88
    Spectator
    Hi, Thank you for reply. It is most likely, there is a misunderstanding. I would like to give a direck link to "login" button. In this way, when a visitor clicks "Login", the visitor goes to "login page of plugin". Best Regards
    #152092
    Diana
    Participant
    @denizci88, Paste this custom css in wp-admin > Appearance > Customize > Custom CSS div#vibe_bp_login {display:none !important;} Go to wp-admin > WPLMS > Footer > Google Analytics Code <script> jQuery('a.smallimg.vbplogin').on('click',function(event){ event.preventDefault(); window.location = 'http://google.com'; }); </script>
    #152095
    denizci88
    Spectator
    Hi Diana, Thank you for reply. The code is working properly. On the other hand, it causes a problem. When I apply the code, the popup disappears. It is possible to revise the code? Link: https://pasteboard.co/HeSdw7w.png Thank you in advance. Best Regards
    #152112
    Diana
    Participant
    @denizci88, Okay, Please remove the custom css i have given to you
    #152162
    denizci88
    Spectator
    Hi Diana, Thank you for interest. When I remove the CSS code, - Firstly, the Login Style (Modern, popup etc) appears. - Then, it redirect the google (Any url). How can I block to appear "login style"? Best Regards
    #152233
    denizci88
    Spectator
    Up
    #152276
    Diana
    Participant
    @denizci88, If you block this login style then how a user will login to your site. You want to redirect your users to a specific URL after clicking on login.
    #152280
    denizci88
    Spectator
    Hi Diana, You misunderstood me. I will try to explain clearly. In spite of applying the code below, the login style appears. It redirects the "given url" after -login style- appears. I can not block the login animation. ------- <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;"> jQuery('a.smallimg.vbplogin').on('click',function(event){ event.preventDefault(); window.location = 'http://google.com'; }); </p> ---------
    #152329
    Anshuman Sahu
    Keymaster
    Okay please remove the css code given above that you added in wp-admin ->appearance -> customize -> custom css. and also remove the script given above . Simply add this script to disable the login popup completely and add a redirect link to the login link in header : <script> jQuery(document).ready(function(){ jQuery('.logged-out a.smallimg.vbplogin').on('click',function(event){ event.preventDefault(); event.stopPropagation(); window.location = 'http://google.com'; }); }); </script>
    #152344
    denizci88
    Spectator
    Thank you. My problem is passed :)
    #152385
    Diana
    Participant
    @denizci88, Can we close this topic?
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Login with UPME’ is closed to new replies.