Site running on a Mobile Device only says "Loading..."

asked Jan 6, 2016 by rsthomas (320 points)
Trying to bring up our site (russellmarine.us) on mobile devices (both Apple and Android) shows a "Loading..." message overlay, but never clears.  I can see the regular homepage behind it but there is no way to access it.

Am I missing something?

v 2.4.1

1 Answer

answered Jan 8, 2016 by Pavel.g (4,600 points)
Hello  rsthomas,

Thank you  for your question.

To fix this, please add the following code in style.css inside the template you use:

html.tablet:before, html.mobile:before, html.tablet:after, html.mobile:after{
 display: none;
}
commented Jan 8, 2016 by rsthomas (320 points)
Looking good now, thanks for the tip!  ...although I don't see the menu dropdown at the top of the page.  Is there more I need to add?
commented Jan 8, 2016 by Pavel.g (4,600 points)
In order to fully diagnose the problem, we need access to the site. Is there such a possibility? Please send me credentials in private message.
commented Jan 8, 2016 by Pavel.g (4,600 points)
reshown Jan 8, 2016 by Pavel.g
...