I have made changes to my custom theme, I cannot see any changes in the frontend after uploading it to the server.
- I have flushed the cache
- I have flushed the js/css cache
- I have enabled the developer mode by adding "SetEnv MAGE_MODE developer" in .htaccess in the root folder of magento2.
Pls. advise how to see theme changes. Also, I use web hosting and do not have ssh access, so I cannot run terminal commands.
What exactly files you have updated? May be these files are autogenerated?
I am updating the Magento Sample theme:
https://github.com/magento/magento2-samples/tree/master/sample-module-theme
Which file exactly you have modified?
oh, sorry,
the
web/css/source/_theme.less
Try setup:static-content:deploy: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-static-view.html#conf...
Yes, it should be helpful.