In the mobile menu version the first topic is LOGIN.
If you klick on LOGIN the modal popup with the login fields doesn’t appear in the portrait mode.
If you turn the smartphone to landscape mode the modal pop works fine.
What is a solution for this bug?
Hi fohlenhautnah, this should work, you can test with our website from here -> https://demo.tagdiv.com/newsmag/ but please note that if the resolution of smartphone to landscape mode is big enough it can display the desktop version or iPad version. If there is still a problem, please provide me a link where I can inspect this problem.
Hi cginadmin, as I can see you do not have the option for login enable on your webiste.
Thank you!
It’s about the mobile login in portrait mode. It doesn’t work on your demo page either.
Hi fohlenhautnah,
I just checked your website with my phone and for me the login is working -> https://i.imgur.com/hMpUIwy.jpg -> https://i.imgur.com/FUPvYeV.png
Thank you!
I meant in the mobile menu on the responsive page. You click on the menu, the menu appears there. Then you see two fields a n m e l dn and r e g i s t r i. That means login or register. If you click on it, nothing will appear there. Only when you click back on the arrow, it appears for a short second and is then gone again. Look here: https://imgur.com/gallery/xxvN8MA
Hi,
To fix this problem, please try this custom css -> https://i.imgur.com/mLz6RAq.png
.td-menu-mob-open-menu #td-mobile-nav {
overflow: visible;
}
The code need to be set in theme panel> custom code> advance css > phone.
Let me know the results!
Thank you!