My site isn’t loading on mobile and I can’t figure out why. http://www.oldtomorrow.com
On desktop everything seems fine.
Hey robnelson4,
Your site loaded on my Android, but with warnings:
(index):829 A Parser-blocking, cross site (i.e. different eTLD+1) script, https://widgets.shopifyapps.com/assets/widgets/embed/client.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
Do you have a shopify plugin or widget?
Best regards,
Mike
Yes, we do have shopify on the site. I can turn that off for now. However, I’m noticing the issue when I try to style a tablepress table. The page is fine when the plugin is activated but as soon as I target it with css the mobile site won’t load. Please check the site now as I’ve enabled this code.
This is the code:
.tablepress .even td{
background-color: rgba(225,26,42,0.15);
}
.tablepress thead th {background-color: rgba(225,26,42,1.0)!important;color: #ffffff!important;}
Hi,
You can try to disable all the plugins and check if there’s some conflict. If this worked, enable one plugin by one and find the problem.
Best regards,
John Torvik