Shakalaka Posted March 15, 2022 Share Posted March 15, 2022 Hi all, I got this bug recently in all my 1.7 prestashop sites (different subversions as well) : The two buttons that allows to stay connected or to reset our password are unclickable and not in their place. I got this little CSS code to take it back to normal Step 1 : Connect through FTP to your website Step 2 : Go to /public_html/{youradmin}/themes/default/public and download theme.css Step 3 : Open it in an editor, go on line 6 and click 'End' to go at the end of the line (you don't really see it but you'll be there) Step 4 : Paste this at the end of the line : .bootstrap #login-panel .show-forgot-password{overflow: auto;}.bootstrap #login-panel #remind-me{overflow: auto;} Step 5 : Save and put back on your server. Enjoy. (You may need to refresh the browsers cache) I hope this could help save time to anyone having this issue. Link to comment Share on other sites More sharing options...
Bigfoot4 Posted March 28, 2022 Share Posted March 28, 2022 (edited) Hello! What caused this error? It suddenly appeared to me and I have no explanation. It doesn't work for me, on presta version 1.7.4.4 I put it at the beginning and at the end and in the theme of default css but also in the customized one, in both at once I didn't try. Any other ideas? Thank you! Edited March 28, 2022 by Bigfoot4 (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted March 28, 2022 Share Posted March 28, 2022 This bug is caused by the latest google chrome update. After setting the css rules, did you clear the browser cache? Link to comment Share on other sites More sharing options...
Bigfoot4 Posted March 28, 2022 Share Posted March 28, 2022 Thanks for the clarification. Yes, I deleted the memory and used two different browsers (chrome and edge). Should the code be put on line 6? For me, everything in row 6 is "* /", or should it be put in row 7, where do we have "normalize.css ..." at the end? Link to comment Share on other sites More sharing options...
Ress Posted March 28, 2022 Share Posted March 28, 2022 (edited) You should try to put here: prestashop_root\adminxxx\themes\default\css\overrides.css form#login_form { position: relative; } Edited March 28, 2022 by Ress (see edit history) 1 Link to comment Share on other sites More sharing options...
Bigfoot4 Posted March 28, 2022 Share Posted March 28, 2022 Thanks! I checked more carefully and I think both variants work. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now