Hi , does anyone knows is it possible to use this plugin in a menu as a custom link item.
Thanks.
I want to redirect to a url outside the site after the user is logged in.
So i used the code <?php echo do_shortcode( “[ultimate_ajax_login redirect_login=’https://www.google.co.in’%5D” ); ?>
if i wanted to redirect to google after login. somehow it doesn’t work out.
Any help would be truly appreciated.
Thanks
]]>I am using the shortcode <?php do_action( ‘ultimate_ajax_login’ ); ?> in my pages, somehow the login button doesn’t appear. But if I paste the other shortcode [ultimate_ajax_login] in the text editor in the dashboard, it works. But i need to use the php one to be used in my taxonomy pages. Any help would be really appreciated.
]]>Hello,
the “retrieve_password_message” filter require 4 variables.
Actually you give 2 only so that break the filter for other plugin …
edit file file’lib/class-ual-widget.php’ line 298
Replace
$message = apply_filters( ‘retrieve_password_message’, $message, $key);
by
]]>$message = apply_filters( ‘retrieve_password_message’, $message, $key, $user_login, $user_data );
Hi,
Since WP 4.3, when user ask to reset his password, WP add timestamp to the key in database (in table users, column user_activation_key)
So the key in database is something like that since 4.3 : “1445081427:$P$BEPd/ZqXqHrhhmbaWM2pYF4jEqz8Dz0”
you can see time then : and finally key
The plugin Ultimate Ajax Login doesn’t add the time in Database.
so all link send by email are always wrong and user can’t reset his password.
THE SOLUTION :
Edit file “lib/class-ual-widget.php”
replcace line 261
$hashed = $wp_hasher->HashPassword( $key );
by
$hashed = time() . ':' .$wp_hasher->HashPassword( $key );
Please update quickly ??
]]>I installed the ultimate ajax login plugin for my worpress theme. but When applying its short code on any type of page its not show on the page. I also tried it with widget but its also not showing there..
]]>Is it possible to display the ‘Lost Your Password?’ link on the PopModal form by default?
I’d like to have that option available without having to incorrectly login once. I assume that I would have to edit the widget-popmodal.php template file. I just don’t see the code for the actual link. Any help would be appreciated. Thanks.
]]>hi guy,
in my template i need 2 login buttons with redirect_login=’url_one’ and redirect_login=’url_two’, using do_shortcode() in my header.php
When i call do_shortcode() the second call returns nothing.
Any suggestions?
]]>Is it possible to add a Register text link to this widget?
It is a very nice plug-in but why didn’t you include a Register link when the window pops open?
I really need that added.
]]>Hi,
I would kindly request some help.
I am trying to install the plugin but it gives me this error message
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home1/midfield/public_html/copperberg_beta/wp-content/plugins/ultimate-ajax-login/lib/class-ual-main.php on line 12
Hello,
I have not ben abloe to find a setting to put the popup in modal and use it in a widget area.
How can you do that ?
Thanks
]]>I just realized that it asks for the “username” for the login. Is there anyway for it to recognize either the username or the email address when people sign in, rather than only the username?
]]>Hey Samer, great Plugin ??
I want to use the shortcode with the modal-form, unfortunately only ‘classic’ and ‘dialog’ works.
Using this I get a PHP Error:
[ultimate_ajax_login template=’modal’]
I also tested ‘modal-form’ ‘modal_form’ ‘modal form’
Please have a look.
Thanks, Kevin
hi is it possible to show the username or a log out button when a cx is logged in? thank you!
]]>Hi. Is there a way to have a log in link on a site using a template tag, so a user sees “Log In” and gets the modal overlay when clicking that link? Thanks.
]]>Hello,
I have just installed your plugin for testing after getting frustrated of all the other login solutions and I have a problem with the dialog box widget. I am using the Bridge theme and my WP version is 4.0.1. After I install the plugin and add the dialog box widget, the login button shows but does nothing on click. The other two options work like a charm. Do you think it could be a Js/Ajax conflict as my theme is Ajax based..?
]]>How can I change the text of the “Login Here” button to something else?
Can I change the appearance of the “Login Here” button, or do I just restyle it with CSS?
If the password fails, I’d like to show my own text and include a link to a separate recovery page. Can I do this?
]]>The login widget does not show ???
]]>Hi,
What does this plugin do with BuddyPress? How is it extending it?
]]>