gresakg
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Fatal error after 5.0.9 updateI noticed one more thing: the options are gone. I went to the setup page and noticed the plugin is not set up as it was.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Fatal error after 5.0.9 updateThis issue is NOT resolved with 5.0.10 on wordpress 4.2.2 php 5.4.6
Forum: Reviews
In reply to: [metro-pirate] Nice themeYou’re right. The problem was I didn’t see it was a child theme and I installed it without the parent theme.
But you’d better write more meaningfull error messages 😉 When something goes wrong “Cheatin’?” doesn’t help much. Unless this is a WordPress “feature”. I wouldn’t be surprised.
Anyway thanks for sharing your work.
Forum: Plugins
In reply to: [Responsive Flickr Gallery] Responsive flickr gallery error – ssl is requiredYup … and it isn’t working on the demo either …
+1
This is an enhancement that needs to be merged in the official version!I have the same problem and I have been investigating it.
This is how the hide feature works.
1. Your secret custom login/admin url just redirects to the normal wp-login.php with a secret string appended.
2. If anyone tries to connect to wp-login.php without the secret string, wp-login.php pretends not to exist and redirects to a 404 page.I discovered that this problem occours because the secret string is not appended to the url in the action attribute of the form html tag. The result is that the form is posted to the url without the secret string and the result is a redirection to a 404 page.
This happens only when trying to connect to mapped subdomains. Login to main network domain works perfectly.
Any suggestions on where to look for solutions are welcome.