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
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
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
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>
Author
Posts
Viewing 7 posts - 1 through 7 (of 7 total)
The topic ‘Login Register Link’ is closed to new replies.