Moving a WordPress Site with Cherry Framework: A Little Tip for LESSPHP Errors Print

  • 0

Just a little heads up for anybody moving a WordPress site that contains any kind of Cherry Framework related theme – You need to delete your .cache files for .less files. Here is where mine were located:

For Cherry Framework itself:

less/bootstrap.less.cache
less/style.less.cache
Then inside my child theme (this may be different for you, but find the .cache files and delete them if you’re getting errors):

theme root/style.less.cache
bootstrap/less/bootstrap.less.cache
Without deleting these files, your site will look for the .less related files and style sheets inside the old site file structure, which obviously will not work :)

Hopefully I saved you from the last painful 2 hours I endured trying to track these errors down!


Was this answer helpful?

« Back