Messenger Breaks Entire Site
-
I all of a sudden noticed no new orders for a while, and couldn’t figure out what was going on. But then I got called by a couple people saying my site cannot be used with mobile, as it is impossible to scroll.
I took a look, and noticed the common denominator is the facebook messenger bar on the bottom of every phone affected. If they open the bar, and close the Facebook Messenger, they can scroll again.
I tried removing the bar with the following CSS:
.fb-customerchat {
display: none;
}
.fb_dialog {
display: none;
}While this works on Desktop, the bar still appears on all iOS browsers. I cannot figure out why. My only option is to shut off the messenger completely for now, since I’d rather have a working site than one that can only chat.
All feedback on a fix appreciated.
Cheers!
Ryan ParsonsThe page I need help with: [log in to see the link]
- The topic ‘Messenger Breaks Entire Site’ is closed to new replies.