Registration is not displayed
-
I run latest version of lwa but do not get Registration link in the modal popup. Rest operates well but no registration possible. What do I forget or do wrong?
Here my code
`function login_function() {$content = ”;
$content .= ‘ < a target=”_blank” href=”#”><span class=”fusion-button-text-login”>Login</span> ‘;$content .= do_shortcode( ‘[fusion_modal name=”agent-login” title=”‘. __(‘login me’, ‘agent-plugin’).'” size=”large” background=”” border_color=”” show_footer=”no” class=”” id=””][login-with-ajax registration-1][/fusion_modal]’ );
return $content;
}
add_shortcode(‘login’, ‘login_function’);’
The topic ‘Registration is not displayed’ is closed to new replies.