ozgurpolat
Forum Replies Created
-
Forum: Plugins
In reply to: [Sidebar Login] Login redirect doesn't work after last updateHi All, the only solution to the problem I could find was going into the sidebar-login.php file in your /wp-content/plugins/sidebar-login/ folder and change the code on line 125 and put in your new redirect location. I am sure there is a better solution to this but for the time being this is what I am using.
public function ajax_handler() { // Get post data $creds = array(); $creds['user_login'] = stripslashes( trim( $_POST['user_login'] ) ); $creds['user_password'] = stripslashes( trim( $_POST['user_password'] ) ); $creds['remember'] = isset( $_POST['remember'] ) ? sanitize_text_field( $_POST['remember'] ) : ''; //$redirect_to = esc_url_raw( $_POST['redirect_to'] ); $redirect_to = esc_url_raw( "www.example.com" ); $secure_cookie = null;
Forum: Plugins
In reply to: [Rename wp-login.php] Can't log outI updated the plug-in again. Now it works fine.
Forum: Plugins
In reply to: [Rename wp-login.php] Can't log outI have the same problem. After the update I cannot log out. The screen goes white and nothing happens. I had to revert back to the earlier version. In the past I had a problem with gravity forms interfering with this plug in causing “nothing found for ——–” message. But I had no issue regarding loging out before the update. This time I cannot log out.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –hi, yes I do. It is definitely caused by all in one seo pack.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –Hi the culprit is “All In One SEO Pack”. When this plug-in is activated (even with the latest version) I get the following 404 error message: nothing for – – – – – – – in the tab of the browser. If I turn it off, your plug-in functions normally. But I don’t understand why “All In One SEO Pack” should have anything to do with wp-login.php.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –Thanks for the quick reply and the fix. After so much work you did for me, I decided to look into the issue myself, I created a test website with same theme and only your plug-in installed and it works fine. I turned off all my plug-ins and and I don’t get “- – – – – – – – – ” error. now I will turn on each plug-in and find out which one is causing this issue. When I find the guilty plug-in I will let you know.
Thanks again.
Ozgur
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –PLEASE PLEASE PLEASE, stop updating this plug-in everytime you do an update it gets worse, now, when I type in wp-login.php, it directs me to the hidden login link, which defats the purpose of this plug-in and it means that I cannot use it on an active site. It is just not reliable. And theme I am using is a standard latest wordpress theme.
I decided to remove this plug-in all together and I will try to find another solution. Pitty it was good while it lasted.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –I updated the plugin but it still does the same thing. I have the older version where it says “Page not found” but the latest version still gives “nothing for – – – – – – -” message. Is it possible to manually change this?
I get this error notification even with standard wordpress theme.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –Thanks for the quick reply.
Forum: Plugins
In reply to: [Rename wp-login.php] Nothing found for – – – – – – – – – – –Hi Yes I remember that it used to say “nothing for wp-login.php” afyer the last update it says “nothing for – – – – – – -”
Forum: Plugins
In reply to: [Custom Login] Logo doesn't display properly after the latest updateHi Austin, I spent my whole day trying to get this plug-in work. I tried pretty much everything. I am not sure what you did, but it was working before now it doesn’t work. Even with the custom sizing you put in. I put in my image size values and all sorts of other values. Images are always distorted or zoomed out. I simply don’t have time to play with this plug-in any more. I decided to do a manual styling and that works better for me. Maybe it is just me having these problems then it is fine because I have already found a solution. Regards
Forum: Plugins
In reply to: [Custom Login] Logo doesn't display properly after the latest updateHi SCNisHere,
This plug-in worked fine until version 1.6.1 after that it stopped working properly. Logo is very important for my page so I decided to remove it. I think it might be better to style your page manually without a plug-in. There are many tutorials on the web. It is not so difficult.
Forum: Plugins
In reply to: [Custom Login] Logo doesn't display properly after the latest updateHi Austin. Yes I am running wordpress 3.8. Image looks distorted and only shows the lower halfeven though I chose custom and use correct dimentions of the logo image.
Forum: Plugins
In reply to: [Custom Login] Logo doesn't display properly after the latest updateHi Austin,
In the previous version I used to be able to select contain and worked very nicely, now, I put in my image size but it doesn’t look right. The update did not work so well.
Forum: Plugins
In reply to: [Custom Login] Logo doesn't display properly after the latest updateHi lauritasita,
Thank you very much for this fix.
Kind regards