KLewi Posted March 8, 2022 Share Posted March 8, 2022 In the newest browsers, the Backoffice "Stay logged in" checkbox and "Forgot password" link not clickable. A quick fix for the issue: Edit the file : your_admin_folder/themes/default/template/controllers/login/content.tpl and add the style="position: relative;" to the formgroup in line 77 <div class="form-group" style="position: relative;"> <div id="remind-me" class="checkbox pull-left"> ... 2 Link to comment Share on other sites More sharing options...
endriu107 Posted March 8, 2022 Share Posted March 8, 2022 Add to your admin css file this: #remind-me, #forgot-password-link { position: relative; } This file should be located in admin_folder/themes/default/public/theme.css 2 1 Link to comment Share on other sites More sharing options...
alexis_gyf Posted March 9, 2022 Share Posted March 9, 2022 Hello i made these changes but "forgot password" is still on top. i added also this one to work on admin_folder/themes/default/public/theme.css .bootstrap .pull-right { float: right!important; position: relative; } Link to comment Share on other sites More sharing options...
Ress Posted March 9, 2022 Share Posted March 9, 2022 You can make changes in: prestashop_root\adminxxx\themes\default\css\overrides.css form#login_form { position: relative; } 1 Link to comment Share on other sites More sharing options...
laurent0071 Posted March 10, 2022 Share Posted March 10, 2022 Hello, What about Photoshop 1.6 ? the folders are different. Thank you Link to comment Share on other sites More sharing options...
Ress Posted March 10, 2022 Share Posted March 10, 2022 What version of 1.6? The one I work on, 1.6.1.24, is the same. Link to comment Share on other sites More sharing options...
endriu107 Posted March 10, 2022 Share Posted March 10, 2022 5 hours ago, laurent0071 said: What about Photoshop 1.6 ? the folders are different Photoshop 😂 In PrestaShop 1.6 you can put changes in overrides.css in admin/themes/default/css Link to comment Share on other sites More sharing options...
Myo Posted March 10, 2022 Share Posted March 10, 2022 In 1.7.7 : /admin/themes/default/css/overrides.css /* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */ #login #remind-me, #login .show-forgot-password { position: relative; } 1 Link to comment Share on other sites More sharing options...
Eolia Posted March 10, 2022 Share Posted March 10, 2022 Or add class clearfix to the form-group in admin/themes/default/template/controllers/login/content.tpl: And add this rule in admin-theme.css : .clearfix {overflow:hidden] Link to comment Share on other sites More sharing options...
KLewi Posted March 11, 2022 Author Share Posted March 11, 2022 (edited) I've created a module which fix this issue. Compatible with 1.7 and 1.6 as well:https://github.com/KoreLewi/adminloginfix/blob/master/download/adminloginfix.zip Edited March 11, 2022 by KLewi (see edit history) 1 Link to comment Share on other sites More sharing options...
Mediacom87 Posted March 11, 2022 Share Posted March 11, 2022 Hi, https://www.mediacom87.fr/en/fix-prestashop-backoffice-connection-bug-under-google-chrome/ Link to comment Share on other sites More sharing options...
KLewi Posted March 11, 2022 Author Share Posted March 11, 2022 31 minutes ago, Mediacom87 said: Hi, https://www.mediacom87.fr/en/fix-prestashop-backoffice-connection-bug-under-google-chrome/ Hi, if do you want, you can attach or link my module from github, which is compatible with Prestashop 1.6 and 1.7https://github.com/KoreLewi/adminloginfix/blob/master/download/adminloginfix.zip Link to comment Share on other sites More sharing options...
Mathew Nwaneri Posted March 12, 2022 Share Posted March 12, 2022 On 3/8/2022 at 3:08 PM, KLewi said: <div class="form-group" style="position: relative;"> <div id="remind-me" class="checkbox pull-left"> Worked like charm. Thanks. Link to comment Share on other sites More sharing options...
KLewi Posted March 13, 2022 Author Share Posted March 13, 2022 Downloadable module for Prestashop 1.6 and Prestashop 1.7 adminloginfix.zip 4 Link to comment Share on other sites More sharing options...
roxanacaz123 Posted April 1, 2022 Share Posted April 1, 2022 Thank you! 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