Jump to content

Login page - "Stay logged in" option has moved


ale.pixel

Recommended Posts

Hello everyone,

I have run into a small problem on the login page, where the option "Stay logged in" has been moved above the LOG IN button but it can't be clicked. The weird thing is that if you click where this option should be, the checkbox works. This only happens with the Chrome and Edge browser but it never did before (I've noticed it yesterday). Firefox and Opera work perfectly.

Has this ever happened to anyone? Does anyone know a solution?

 

Thanks in advance!

 

Login page.png

Link to comment
Share on other sites

On 3/9/2022 at 8:14 PM, Ress said:

Yes, it's a bug from last update of Chrome.

Add this CSS rule:

form#login_form { position: relative; }

to prestashop_root\adminxxx\themes\default\css\overrides.css

Thank you very much, it worked like a charm! 😀

  • Like 1
Link to comment
Share on other sites

On 09.03.2022 at 21:14, Ress said:

Evet, Chrome'un son güncellemesinden kaynaklanan bir hata.

Bu CSS kuralını ekleyin:

form#login_form { pozisyon: göreli; }

prestashop_root\adminxxx\themes\default\css\overrides.css adresine

Hello. I'm very sorry, first of all, I am adding in these codes, but the problem is not fixed. am i doing it wrong?

/* 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/ . */
form#login_form { position: relative; }


 

Link to comment
Share on other sites

Hello, I have the same problem with version 1.6.1.20!

Screen_15032022_1.thumb.jpg.291f2bd53d0f4c4b5a72f3b735fbfe8e.jpg

When I found the file "admin-theme.css" through the ftp program it turned out to be unedited!

Screen_15032022_2.jpg.7dce8fd85d5bde8915e9518814a44d0d.jpg

At first I thought I was being hacked, but now that I found this thread I've calmed down.

Will the problem fix itself or do the actions who wrote @Ress ?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...