OptimalDevs
Forum Replies Created
-
Forum: Plugins
In reply to: [Sexy Login] issue with redirectingNow we know that may be failing, we will work on it.
We don’t need the link π
Best regards.
Forum: Plugins
In reply to: [Sexy Login] issue with redirectingOk, everything seems right.
If you want, you can try a little fix ( while we find a final solution ). Edit the inc/ajax.php file, in line 47 you must change:
$login = wp_signon($creds, $secure_cookie);
into:
$login = wp_signon($creds, true);
Our tests are correct, so if you provide your blog link maybe we can detect the error.
Once again, sorry about the SSL issues, but this will help to make a better plugin. So thank you very much!
Forum: Plugins
In reply to: [Sexy Login] issue with redirectingSorry, i meant if you have changed the url redirect from settings page of the plugin, not in the code. Please take a look at this section ( “Settings -> Sexy Login” ) and verify that it is set to “Default” the login redirection.
You also need to check if when login with Sexy Login you are redirected to an HTTP or HTTPS page.
And in last instance check the links of the buttons. Right click over them and copy the link. Are the links HTTP or HTTPS?
Thank you very much for your feedback, we hope to solve these problems with SSL to launch a quick update.
You really are helping to debug the plugin.
Forum: Plugins
In reply to: [Sexy Login] issue with redirectingHello jason102178.
If you are using SSL on administration page and you have changed the url redirect on login, probably, that’s the problem.
It’s imposible access to a secure page (https) from a normal page (http) preserving the login token. That’s the reason WordPress asks the user to login again in a HTTPS page.
Sexy Login detects when force_ssl_admin is active and redirects to a HTTPS front page on login. In order that links work properly.
Please let us know if this was the problem.
Forum: Plugins
In reply to: [Sexy Login] How can I get the same login screen as yours?Sexy Login is a widget designed to prevent logging WordPress page.
Unfortunately you can’t use it in the logging page, you can only place it in a sidebar.
Forum: Plugins
In reply to: [Sexy Login] Not working on cached pageSorry aloha123, but that’s one of the problems of cache systems. We can’t modify third party plugins.
We’ll take a look at this for future updates, thanks for your feeback.
Forum: Plugins
In reply to: [Sexy Login] SI capchaSexy Login includes ReCaptcha. You can activate it from the options page.
SL Captcha Anti-Spam can’t be compatible with Sexy Login.
Forum: Plugins
In reply to: [Sexy Login] redirect Edit profile to custom page?At this moment Sexy Login only have implemented the link to WordPRess native “Edit Profile”. You can momentarily disable the “Edit Profile” button in Sexy Login Options because you do not use at all.
We will launch the new version of Sexy Login very soon, which will include among other things, custom buttons where you can put links to the pages you want.
Thanks for the feedback.Forum: Plugins
In reply to: [Sexy Login] Form not showing on Fire FoxI just tested in Firefox 17.0.1 and it works perfectly, you can try it here: http://optimaldevs.com/demo/
Have you made ββany changes to the source code?
If you did, here is the problem and we have nothing to do with it.
Thanks for your feedback.Forum: Plugins
In reply to: [Sexy Login] Changing Title classSexy login using the standardized WordPress form to display the title of a widget by providing designated classes. So the style is provided directly by your active theme.
Forum: Plugins
In reply to: [Sexy Login] Form not showing on Fire FoxSexy Login is cross-browser.
Please, tell us which version of Firefox are you using and we’ll check it.
Also you can try using the browser in safe mode because another plugin may be interfering.
Greetings.Forum: Plugins
In reply to: [Sexy Login] Update?Yes, you can remove the avatar in the options page.
Version 2.1, launched few hours ago, fixed the avatar blank issue. And you can show the user’s nickname.
Forum: Plugins
In reply to: [Sexy Login] Update?In version 2.0 you can choose the width of the widget, and the size of the avatar. In 1.0 you can’t, as it uses a fixed size. To do this you must go to the plugin options page and change the value of “width” in “Sexy Login Wrap”.
If you wish you can download version 1.0 here. Not recommended, since version 2.0 is safer and offers more features.
The nickname will be available in a new version.
Thanks for the feedback. Greetings.
Forum: Plugins
In reply to: [Sexy Login] Case SensitivityThe login ignores case sensitivity for username, but the password for obvious security reasons is case sensitive. This can not be changed because it’s part of the WordPress core.
Kind regards.Forum: Plugins
In reply to: [Sexy Login] No reload on login successThe goal of a user when he login in a website is be able to access exclusive content or functions as a member. This is, for example, the comments system.
Therefore, it is usual that the page refreshes after logging a user. For this return to be generated depending on user status and their level of access. Failure to do so is tantamount to not login the user, as it would be viewing the same page without any real change.
This feature is not included in Sexy Login, and we believe that there is no reason to develop it.
But we want to thank you for your feedback. Kind regards.