Re: SOLVED Mosaic "Load More" not working in Chrome
Posted 8 years 7 months ago
Try it with www. on your url and you will find that it works. It's because you are getting cross-origin resource blocking (see screenshot). So either alter your cross-origin rules on your server to permit the access to www resources to be accessed from non-www domain. Or add a rule to your .htaccess to redirect www to non-www.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Re: SOLVED Mosaic "Load More" not working in Chrome
Posted 7 years 11 months ago
Hi Mark, thanks for your reply. It's taken me quite a while to get back to this. When I put www in the URL per your suggestion, I still just get a spining wheel in Chrome, although the www does make a difference in Firefox. Any thoughts?