• I am trying to migrate the site with cherry frame work and bootstrap to another server. I am using Wp-migrate-db plugin to change the urls in database. After moving files and restoring the database to new server i am clearing the .cache files for less. But in the new site the styling is being lost. Can anybody let me know step by step to move this site?

Viewing 1 replies (of 1 total)
  • Did you ever solve your problem? I am having the same issue. I found the below to help but can’t figure out how to find and delete these files. Any help?

    —-
    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

Viewing 1 replies (of 1 total)
  • The topic ‘Migrate site with Cherry Frame work’ is closed to new replies.