0

I install Magento 2.0 & also install a premium themes in Live. I am working with this theme. I finished my work & my website is ready for RUN. Then I click the "flush Magento Catch" button. Then every thing is going to wrong. My website Css & Jquery is not loaded. Now what can I do? enter image description here http://shulov.net

1 Answer 1

0

You need to run console command for generate static content (such as html, js, css file)

magento setup:static-content:deploy

Documentation:

http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-static-view.html

3
  • 1
    I can't solve this problem till now. Please tell me some easy steps to solves this problem
    – Shwapno
    Commented Jan 5, 2017 at 9:10
  • I can't solve this problem till now. Please tell me some easy steps to solves this problem. My cPanel is not working also
    – Shwapno
    Commented Jan 5, 2017 at 9:27
  • you need to connect to your server using ssh and run static deploy command php <your Magento install dir>/bin/magento setup:static-content:deploy
    – Max
    Commented Jan 5, 2017 at 10:49

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.