Using Radicle with a different theme

Try this — open up composer.json and remove these lines where providers are defined for Acorn:

"App\\Providers\\AssetsServiceProvider",
"App\\Providers\\ThemeServiceProvider",

Then run wp acorn optimize:clear

3 Likes