How to trigger header account login popup on page loading for guests
-
For guest users, would like to trigger a header login popup after page is loaded. Is there any solution to this?
I tried the below solution but couldn’t make it work
var is_log_in = $(‘.ct-header-account’).data(‘state’);
//console.log(“is log in “+is_log_in);
if(is_log_in === “out”)
{
$(‘.ct-header-account’).trigger(‘click’);
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to trigger header account login popup on page loading for guests’ is closed to new replies.