- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've installed Magento 2.2.3 successfully and thereafter CSS does not load. After working diligently and contacting various parties, it seems there is an issue with the code.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I ended up subscribing to installatron and that worked like a charm
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
Open your SSH terminal and run below commands :
php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Also make sure you have given proper permissions to directories like writable permission to generated and pub directory.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
I saw and did all that a few times with the same end result
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
You must have run the upgrade, deploy, cache and indexing command.
Please confirm pub and var folder permissions.
Please see what error you are getting in console.
Core Magento 2.2.3 don't have such issue, try disabling extensions too from config file.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
The interesting thing is there are no errors on the console. I however do not have a VersionVersion1522951621 folder under public/static/. Is such a folder supposed to be available.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
@patrickwachiraYou can find the version number under pub/static/deployed_version.txt.
Once you deployed the static content and cleared the cache and did indexing try to browse the website in different browser. Possibly your browser cache/cookies may be causing the issue.
There may be an issue with the base URL configuration or URL rewrite is not enabled. I would recommend to go through the below URL and look for the solution. One of them must fix your issue. Let know otherwise.
http://devdocs.magento.com/guides/v2.3/install-gde/trouble/tshoot_no-styles.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.3 C.E has css issue after install
right answer is
$ cd /var/www/html/magento2 - wamp
$ cd C:\xampp\htdocs\magento2 - xampp
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush