ResolvedConstant Login Dropdown Menu
- This topic has 7 replies, 2 voices, and was last updated 3 years, 1 month ago by
Althemist.
- AuthorPosts
- January 31, 2020 at 4:46 pm #21011
elganza
ParticipantHi, there seems to be a bug in the site. I have passwords saved to the domain for the /wp-admin every time I load ANY page on Mac it shoes me a dropdown of my saved passwords where the logo is because it seems that is where you are hiding the user login section until the user clicks the login button.
Please let me know how to fix this issue. I can send you a screenshot if needed.
Thanks
January 31, 2020 at 5:03 pm #21015Althemist
KeymasterHi elganza,
I am not really sure what do you mean. Could you, please provide a link to your site and some screenshots if possible?
Basically, there is nothing in the theme that can cause such behavior and it’s most like some browser extension you have, as we can’t replicate it in native Safari on Mac. However, we can’t be really sure before we check the problem “live”.
Regards,
DimitarFebruary 2, 2020 at 5:35 pm #21063elganza
ParticipantI keep replying to this thread and i do not see it! What kind of support system is this?? Might as well use Themeforests
February 3, 2020 at 11:23 am #21062elganza
ParticipantThis reply has been marked as private.February 3, 2020 at 11:23 am #21017elganza
ParticipantYea for sure, so the link is:
Here is a link to the screenshot:
https://drive.google.com/file/d/12xkPeACMwHi-WpY5cR2Et-f6P1T3A_oP/view?usp=sharing
Thanks
February 3, 2020 at 11:30 am #21073Althemist
KeymasterHello elganza,
Sorry for the inconvenience. We have a pretty strict anti-spam system and all topics or replies with more than 1 link are held for moderation.
Now on the question – this is definitely not theme related. It’s something on your browser. We don’t do anything like this in the theme code. Also, the login form is not where the accounts panel appear in your screenshot, so they are not related.
I’d suggest checking your browsers privacy settings.
Also, we have tried on Chrome and Safari on iPhone, iPad and Mac and we can’t replicate what’s on the screenshot. Looks like privacy setting on your own device.
Regards,
DimitarFebruary 4, 2020 at 5:19 pm #21105elganza
ParticipantThis is definitely a theme related issue, the reason you are not seeing it is because you don’t have any passwords saved on the site. Whether you are using Safari or Chrome if you have a password saved this pop up will show.
I will attach a screenshot to show you. As you can see the Woocommerce login screen is being hidden behind the logo, exactly where that dropdown comes when I first visit the site as I showed in the other image.
https://drive.google.com/file/d/1x-PG6ByIBqEIRIDDZT8LtHcpO0eEFN0X/view?usp=sharing
February 4, 2020 at 6:02 pm #21109Althemist
KeymasterHello elganza,
What I am trying to explain is that the passwords panel have nothing to do with the theme, so it’s definitely not a “bug” in the theme itself. It’s part of your browser’s (not really the browser but iOS to be 100% correct) save passwords functionality and not something that can’t be controlled from the theme. Actually, no other device would ever show saved passwords unless the login for is “focused”.
The only thing we can do is to work with you and try to find a “hack” for the situation, as there is really no semantic way to avoid this. Unfortunately, our devices can’t use the latest iOS and it doesn’t look like your screenshot on our end, so we’d need your cooperation in order to help.
Please, put the following code in Apparance > Customize > Additional CSS field and check if the “saved passwords field is still visible on the page:
.lafka-header-account-link-holder { display: none !important; } .lafka-header-account-link-holder.active { display: -webkit-flex !important; display: flex !important; }
Also, please check if the login form reveal/hide animation still works fine, as on some browsers it may be affected.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.