Matt Biscay
Forum Replies Created
-
Forum: Plugins
In reply to: [Sky Login Redirect] Not work for me with the last edition of WordPressHi,
Which version of WordPress are you using ?
Forum: Plugins
In reply to: [Sky Login Redirect] wp-admin redirects after uninstallHi,
Have you updated events Calendar recently ?
I had a look of the Events Calendar support page : it seems to have a lot of issues in its last version. I also notice that they touch permalinks, you might want to raise the issue with their plugin authors.
Meanwhile, you could try to :
– check the .htaccess at the root for leftover code
– check the .htaccess in the /wp-admin/ folder
– reset permalinks in Settings > PermalinksThanks,
Matt
Forum: Plugins
In reply to: [Sky Login Redirect] wp-admin redirects after uninstallHi,
The plugin does not write to the .htaccess file : if you delete it, it will bring your blog back to vanilla behaviour. There are no permanent redirects, just filters used when the plugin is active.
Try to deactivate the plugin, delete it and clear your cache (cache plugin and browser).
The plugin does not redirect the backend to the frontend – could you please provide the list of plugins you are using?
Thanks,
Matt
Forum: Plugins
In reply to: [Sky Login Redirect] How to Logout url redirect to previous or referrer pageHi,
Redirecting the user to the homepage when they log out is by design : if the referring page is protected or belongs to the backend, the user would be redirected to the login page, which IMO defeats the purpose. It makes more sense to redirect them to the homepage.
Forum: Reviews
In reply to: [Sky Login Redirect] Works wellHi,
You’re welcome!
The best way would be to create a functionality plugin (using this plugin for example : https://wordpress.org/plugins/functionality/) and put the line of code there so that the change is retained when you upgrade your theme.
Best regards,
Matt
Forum: Reviews
In reply to: [Sky Login Redirect] Works wellHi,
You’ve got the wrong functions.php file : I meant your theme’s functions.php (/wp-content/themes/*name_of_your_theme/functions.php). I wasn’t considering editing a WordPress core file.
remove_action()is a standard WP function.Forum: Reviews
In reply to: [Sky Login Redirect] Works wellHi again,
To disable SimplePress logout redirect, add this line in your functions.php file :
remove_action('wp_logout', sp_logout_redirect);Forum: Reviews
In reply to: [Sky Login Redirect] Works wellHi,
This issue isn’t with Sky Login Redirect. Both its login and logout redirections work. Check the simple:press options in case their redirect can be disabled or raise the issue with their developer.
Forum: Reviews
In reply to: [Sky Login Redirect] Useful!Thank you 🙂
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginYes, reinstalling the plugin would have worked just fine. I didn’t think it could have been modified, I’ll check that first next time 🙂
I’m glad it works fine for you now. You can delete safely delete the test account.
Cheers,
Matt
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginCheck again, it now works.
Someone had edited the plugin and didn’t remove the filter hooks.
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginYes, I’m getting a blank page, probably an error 500.
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginI can log in fine but there is no redirect, I end up on the profile page.
There something strange on your login page though : there are two login forms, one of which is hidden to the user. I’m wondering why and how it could affect the login process.
You may have another plugin interfering on this level.
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginHi Steve,
Have you re-activated the plugin ?
Forum: Plugins
In reply to: [Sky Login Redirect] White Screen of Death after LoginHi,
Can you create a dummy account for me so that I can test logging in and out ?
Matt