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 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)