Login Register Link

Home Forums Legacy Support Support queries Other issues Login Register Link

  • This topic has 6 replies, 2 voices, and was last updated 3 years ago by Ada.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #351070
    Way4Web
    Participant
    In private course when i click on "Apply for course button" it gives me alert box "YOU MUST BE LOGGED IN TO TAKE THIS COURSE → LOGIN | REGISTER NOW" But when we click on login its not redirect on login popup but redirect on wordpress admin login and same registration form is not redirect on my custom registrartion form it redirects on default registration form
    #351089
    Ada
    Participant
    Hi, When I checkd this on your site, It is redirecting to login pop up and custom registration form. Please check this https://drive.google.com/file/d/1OY5sQSuu38DDnaKPvx2E6ymgjBFb_Bo_/view
    #351117
    Way4Web
    Participant
    It is redirecting to login pop up and within 2.3 second its redirect on wordpress login and when click on REGISTER NOW It will redirect on default page
    #351332
    Ada
    Participant
    Hi, When I checked today the link is not even visible. Have you added any code for it?
    #351373
    Way4Web
    Participant
    This reply has been marked as private.
    #351375
    Way4Web
    Participant
    This reply has been marked as private.
    #351493
    Ada
    Participant
    Hi, Yes By mistake I was checking on wrong URL yesterday. please add this code in wplms>>footer>>google analytics code then it will not redirect to wp-login
    
    <script>
    jQuery(document).ready(function($){
     var intervalId= setInterval(function(){        
            	if($('.single-course #item-body #message p a').hasClass("vibebp-login")){
            		$(".single-course #item-body #message p a").removeAttr("href");
            		clearInterval(intervalId);
            		}          
             }, 2000);
          });
    </script>
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Login Register Link’ is closed to new replies.