My social login has worked for more than a year , but last week the hosting servers crashed.
As they struggled yo get the servers up, I moved my domain to another company.
I thought well this is an opportunity to redesign sit.
With the new site All works fine on PC and laptop but now the one all login Facebook button does not display on mobiles.
Please help
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Hello,
could you please post a link to your website?
I will have a closer look.
Regards,
I ran into a similar issue with a missing button on mobile, and in my case it turned out to be a CSS visibility problem combined with a breakpoint conflict. Sometimes elements like login buttons get hidden due to display:none or overlapping z-index in smaller screens. It’s worth checking your mobile menu container and any JS that toggles it. Also, if you’re testing layouts with real content, I recently used this page for structured menu data https://outbacksmenu.us/ it helped me spot spacing issues on mobile menus more easily. Might help you debug alignment or overflow problems too.