Jamie Graham
Jamie Graham
Very good point - there is a noticeable delay on page load and caching would fix that. Tabletop.js does have some nice caching features built in so it should be...
Hi e-g-b, thanks for trying CMSish! Strange, I can't seem to replicate the bug. On the demo site, I seem to be able to set background images on the body...
It sounds to me like a CSS issue. If you could create a codepen with some code to look at, I'd love to help you get the background image working...
If you're using Modernizr, here is fairly simple way to prevent skrollr from initializing on any device with a touch screen: ``` if ( $('html').hasClass('no-touch') ) { skrollr.init({ }); }...
I'm also searching for the answer to this. Looks like one way would be to transfer the site to a brand new team: https://www.netlify.com/docs/teams/#transfer-sites-between-teams