Cole Geissinger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] How can I redirect log in link in the comments?The code belongs anywhere in your themes functions.php
Forum: Plugins
In reply to: [WP Modal Login] Compatible with two factor authentication and SSL issueIt’s something I’ll consider but it’s not high on the list at the moment.
Forum: Plugins
In reply to: [WP Modal Login] RedirectHi M. Dost, can you provide more details? What happens exactly when you login with this code?
Could you also provide a snippet of the code in your functions.php? The code above should do it, nothing else to it, so there may be something else at play here.
Forum: Plugins
In reply to: [WP Modal Login] add first and last name to register screen?@bmahendrakar123 You have posted this same issue multiple times in the support thread, please keep this contained to one thread. – http://wordpress.org/support/topic/registration-34?replies=3
Forum: Plugins
In reply to: [WP Modal Login] Registration@bmahendrakar123 this plugin does not add these kinds of fields, however, it does reuse the same hooks and filters as the wp-login.php area. It sounds like you have another plugin enabled that adds these fields and it adds them to the modal.
Forum: Plugins
In reply to: [WP Modal Login] registration link@bmahendrakar123 this plugin does not add these kinds of fields, however, it does reuse the same hooks and filters as the wp-login.php area. It sounds like you have another plugin enabled that adds these fields and it adds them to the modal.
@chiragrohilla – the confirmation link is a baseline email from WordPress and is not built by this plugin. This thread may point you in the right direction
Any other requests not in the same line as the original post should be in a new thread. Thanks.
Forum: Plugins
In reply to: [WP Modal Login] Adding the shortcodeYou have to make sure the widgets are enabled. Settings > WP Modal Login. http://cl.ly/image/400E073h3U0S
Can you elaborate on the shortcode issue? When you add the shortcode to the content area, what happens?
Forum: Plugins
In reply to: [WP Modal Login] (Another) Hangs on "Checking Credentials"@order@inteset.com – I checked over your site and it seems to be working? However I don’t have login access, but in general this error happens even with a failed login. Were you able to find a solution to your issue?
Forum: Plugins
In reply to: [WP Modal Login] (Another) Hangs on "Checking Credentials"I am back and able to put some focus back on the plugin, but my schedule is still crazy and it’s hard to dedicate efficient time on this plugin. I’m actually seeking and urging others to help contribute as I can’t push this plugin to the next level alone 🙁
As for the similar issue, it didn’t seem to be the fix. I’m hoping to eventually be able to re-tackle this issue soon.
Forum: Plugins
In reply to: [WP Modal Login] Reset passwort, dasnt work within HTML mailThis issue has been corrected and slated for the next release
Forum: Plugins
In reply to: [WP Modal Login] POST form data using WP Modal LoginI’m not sure I follow? It sounds like you want to use this plugin to login into something besides WordPress?
If that’s the case, this plugin will not work as it’s built tightly into the WordPress infrastructure. Using this for any other system will require a complete rebuild.
Forum: Plugins
In reply to: [WP Modal Login] Compatible with two factor authentication and SSL issueThis plugin does not support any of these plugins. However, security should not be an issue as it uses the exact same code that is used on wp-login.php.
Forum: Plugins
In reply to: [WP Modal Login] class="logout wpml-btn"If you are just looking to change the text color, using CSS like this will do the trick
.wpml-btn { color:#f00 !important; /* setting !important will guarantee the colors will come through on any theme */ }Forum: Plugins
In reply to: [WP Modal Login] Disqus SSO redirectThe plugin was built to listen for a click event on the button it creates. Currently there is no URL you can link to but has been on the list of things to do.
Forum: Plugins
In reply to: [WP Modal Login] registration linkI have very little time to 100% focus on this, but I try to use any time available to working on the next release which handles many requests users are looking for. There is no set date for the next release.