Question

I have created a custom theme and activate that theme from admin. The custom theme is not fully loaded on the frontend. In custom theme, we have overridden many core theme modules template files.I have set one parent theme which is also a custom theme.

I have done following steps to resolve this issue but the issue still persists.

  1. set the custom theme from admin
  2. bin/magento setup:upgrade
  3. bin/magento setup:static-content:deploy
  4. bin/magento indexer:reindex

Note: some of templates files has overridden.

Magento version 2.1

Thanks in advance.

Was it helpful?

Solution 2

I have fixed my issue by changing the theme type from virtual to physical in theme table.

and then run following commands:

  1. bin/magento setup:static-content:deploy
  2. bin/magento setup:upgrade
  3. bin/magento cache:flush

OTHER TIPS

Try to the below step:

  1. remove var/cache, var/generation , var/page_cache, var/view_preprocessed, var/di (if any);
  2. remove pub/static/_requirejs, pub/static/adminhtml, pub/static/frontend,
  3. bin/magento setup:static-content:deploy,
  4. bin/magento setup:upgrade
  5. bin/magento cache:flush
  6. bin/magento cache:clean
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top