mdtrunzo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin and login.php infinite loop. ERR_TOO_MANY_REDIRECTSIf anybody needs it. I solved this problem. It was a problem with the files permissions. I only change just the wp-login.php permissions to “644” and it worked!
Forum: Fixing WordPress
In reply to: Admin and login.php infinite loop. ERR_TOO_MANY_REDIRECTSHi @t-p , unfortunately I’ve tried all that. I mean, I’ve tried everything, I think I should re migrate the site to the server. I have made a migration yesterday to a “fake” server and it works perfect. Maybe the guys who migrated the website made a mistake. Thank you!
Forum: Fixing WordPress
In reply to: “Text” and “Images” not displaying well on mobile.You need to add some CSS. You have to to “Appearance”, then “customize” and add the CSS on the CSS Editor at the bottom of the menu.
Forum: Fixing WordPress
In reply to: “Text” and “Images” not displaying well on mobile.You can add a the same image before the text with a display:none. And then with media queries you can add a display:block to that image and a display:none to the original image. Hope that makes sense.
Forum: Fixing WordPress
In reply to: Admin and login.php infinite loop. ERR_TOO_MANY_REDIRECTSI’m not sure, but I think I tried to clear the cache with the hummingbird plugin. And a 503 error appeared. After that I was not able to login anymore.
The site was having those 503 error since the migration. it worked smooth on production. I also deactivate the events calendar plugin from the dashboard before that and then it crashed because of a function in functions.php that refers to events calendar. But I don’t know if it has something to do with that.
Forum: Fixing WordPress
In reply to: Admin and login.php infinite loop. ERR_TOO_MANY_REDIRECTSHi! Yeah, I’ve tried that and everything else!