admin backend icon fonts missingAdmin Panel and Main Page missing buttons/imagesMagento 2.2.7 dashboard logos and images are not displayingadmin backend icon fonts missing in magento CE 2.18Change language and icon doesn't show in Magento 2.2Magento backend new order, new customer - email field missingPaypal Payment Method Missing from Backend OrderAll tabs missing from Magento Admin PanelCan't upload images in backend, buttons missingMagento 2.1 Web setup wizard missing in backendMagento admin backend not saving ANY changes - tried all common solutions NO LUCKBackend admin login programmaticallyadmin backend icon fonts missing in magento CE 2.18Why Magento admin panel is often called backend?
How to deal with taxi scam when on vacation?
Existence of subset with given Hausdorff dimension
Why do passenger jet manufacturers design their planes with stall prevention systems?
Define, (actually define) the "stability" and "energy" of a compound
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
Did Ender ever learn that he killed Stilson and/or Bonzo?
How to read the value of this capacitor?
Why doesn't using two cd commands in bash script execute the second command?
If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?
Could the Saturn V actually have launched astronauts around Venus?
What options are left, if Britain cannot decide?
How to change two letters closest to a string and one letter immediately after a string using notepad++
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
Dice rolling probability game
Life insurance that covers only simultaneous/dual deaths
Sailing the cryptic seas
SOQL: Populate a Literal List in WHERE IN Clause
Employee lack of ownership
Gravity magic - How does it work?
Recruiter wants very extensive technical details about all of my previous work
My adviser wants to be the first author
Do I need life insurance if I can cover my own funeral costs?
Min function accepting varying number of arguments in C++17
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
admin backend icon fonts missing
Admin Panel and Main Page missing buttons/imagesMagento 2.2.7 dashboard logos and images are not displayingadmin backend icon fonts missing in magento CE 2.18Change language and icon doesn't show in Magento 2.2Magento backend new order, new customer - email field missingPaypal Payment Method Missing from Backend OrderAll tabs missing from Magento Admin PanelCan't upload images in backend, buttons missingMagento 2.1 Web setup wizard missing in backendMagento admin backend not saving ANY changes - tried all common solutions NO LUCKBackend admin login programmaticallyadmin backend icon fonts missing in magento CE 2.18Why Magento admin panel is often called backend?
As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.
But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).
backend admin-panel magento-2.0.5
add a comment |
As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.
But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).
backend admin-panel magento-2.0.5
add a comment |
As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.
But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).
backend admin-panel magento-2.0.5
As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.
But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).
backend admin-panel magento-2.0.5
backend admin-panel magento-2.0.5
edited Oct 26 '17 at 8:49
Teja Bhagavan Kollepara
3,00641948
3,00641948
asked May 4 '16 at 12:51
tutuKidtutuKid
23113
23113
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to runphp bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Note: Remove entire files and folder under pub/static except .htaccess
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Then go to varcache
this folder remove all file
add a comment |
To show backend and frontend css, font and icon , I used this solosion:
Remove pub/static //not .htaccess
Remove var/cache
Remove var/composer_home
Remove var/generation
Remove var/page_cache
Remove var/view_preprocessed
Then open up app/etc/di.xml find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy
And finally run this:
php bin/magento setup:static-content:deploy
add a comment |
I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file
<FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"
</FilesMatch>
It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.
Perhaps this will help. I flushed the cache and re-indexed after adding
add a comment |
Open app/etc/di.xml
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
then Remove entire files and folder under pub/static except .htaccess
and it will show up
add a comment |
To show backend and frontend css, font and icon, follow these 2 steps:
1.Run the deploy or forcefully deploy command:
php bin/magento setup:static-content:deploy
OR
php bin/magento setup:static-content:deploy -f
- Make sure that .htaccess file exists in
var
&pub/static
folders after deploy, if not exists then copy and paste from the Magento original setup.
add a comment |
You were right. It has successfully corrected errors. thank you very much
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f113945%2fadmin-backend-icon-fonts-missing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to runphp bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
add a comment |
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to runphp bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
add a comment |
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
edited May 4 '16 at 13:04
Raphael at Digital Pianism
54.8k22119278
54.8k22119278
answered May 4 '16 at 12:59
Shaheer AliShaheer Ali
1,37831225
1,37831225
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to runphp bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
add a comment |
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to runphp bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
1
1
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!
– tutuKid
May 9 '16 at 13:42
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"
– Wasif Khalil
May 17 '16 at 20:30
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
upvoted this answer is worked!
– Josua Marcel Chrisano
Sep 27 '17 at 13:34
I dont understand how to run
php bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
I dont understand how to run
php bin/magento setup:static-content:deploy
– Cory Nickerson
Sep 27 '17 at 20:53
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
@CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command
– Shaheer Ali
Sep 29 '17 at 10:39
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Note: Remove entire files and folder under pub/static except .htaccess
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Note: Remove entire files and folder under pub/static except .htaccess
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Note: Remove entire files and folder under pub/static except .htaccess
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Note: Remove entire files and folder under pub/static except .htaccess
edited May 2 '17 at 10:00
Teja Bhagavan Kollepara
3,00641948
3,00641948
answered Oct 4 '16 at 6:55
Subhranil JanaSubhranil Jana
9113
9113
add a comment |
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Then go to varcache
this folder remove all file
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Then go to varcache
this folder remove all file
add a comment |
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Then go to varcache
this folder remove all file
Open up app/etc/di.xml
find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
Then go to varcache
this folder remove all file
edited May 2 '17 at 9:52
Teja Bhagavan Kollepara
3,00641948
3,00641948
answered Feb 21 '17 at 7:39
Kanhu Charan RathKanhu Charan Rath
7116
7116
add a comment |
add a comment |
To show backend and frontend css, font and icon , I used this solosion:
Remove pub/static //not .htaccess
Remove var/cache
Remove var/composer_home
Remove var/generation
Remove var/page_cache
Remove var/view_preprocessed
Then open up app/etc/di.xml find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy
And finally run this:
php bin/magento setup:static-content:deploy
add a comment |
To show backend and frontend css, font and icon , I used this solosion:
Remove pub/static //not .htaccess
Remove var/cache
Remove var/composer_home
Remove var/generation
Remove var/page_cache
Remove var/view_preprocessed
Then open up app/etc/di.xml find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy
And finally run this:
php bin/magento setup:static-content:deploy
add a comment |
To show backend and frontend css, font and icon , I used this solosion:
Remove pub/static //not .htaccess
Remove var/cache
Remove var/composer_home
Remove var/generation
Remove var/page_cache
Remove var/view_preprocessed
Then open up app/etc/di.xml find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy
And finally run this:
php bin/magento setup:static-content:deploy
To show backend and frontend css, font and icon , I used this solosion:
Remove pub/static //not .htaccess
Remove var/cache
Remove var/composer_home
Remove var/generation
Remove var/page_cache
Remove var/view_preprocessed
Then open up app/etc/di.xml find the path
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy
And finally run this:
php bin/magento setup:static-content:deploy
edited May 2 '17 at 9:35
answered May 2 '17 at 9:30
OskarOskar
1315
1315
add a comment |
add a comment |
I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file
<FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"
</FilesMatch>
It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.
Perhaps this will help. I flushed the cache and re-indexed after adding
add a comment |
I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file
<FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"
</FilesMatch>
It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.
Perhaps this will help. I flushed the cache and re-indexed after adding
add a comment |
I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file
<FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"
</FilesMatch>
It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.
Perhaps this will help. I flushed the cache and re-indexed after adding
I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file
<FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"
</FilesMatch>
It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.
Perhaps this will help. I flushed the cache and re-indexed after adding
answered Oct 6 '17 at 9:11
stephenrwcstephenrwc
213
213
add a comment |
add a comment |
Open app/etc/di.xml
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
then Remove entire files and folder under pub/static except .htaccess
and it will show up
add a comment |
Open app/etc/di.xml
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
then Remove entire files and folder under pub/static except .htaccess
and it will show up
add a comment |
Open app/etc/di.xml
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
then Remove entire files and folder under pub/static except .htaccess
and it will show up
Open app/etc/di.xml
MagentoFrameworkAppViewAssetMaterializationStrategySymlink
and replace it with
MagentoFrameworkAppViewAssetMaterializationStrategyCopy
then Remove entire files and folder under pub/static except .htaccess
and it will show up
answered Apr 16 '18 at 9:54
abir hmidaabir hmida
113
113
add a comment |
add a comment |
To show backend and frontend css, font and icon, follow these 2 steps:
1.Run the deploy or forcefully deploy command:
php bin/magento setup:static-content:deploy
OR
php bin/magento setup:static-content:deploy -f
- Make sure that .htaccess file exists in
var
&pub/static
folders after deploy, if not exists then copy and paste from the Magento original setup.
add a comment |
To show backend and frontend css, font and icon, follow these 2 steps:
1.Run the deploy or forcefully deploy command:
php bin/magento setup:static-content:deploy
OR
php bin/magento setup:static-content:deploy -f
- Make sure that .htaccess file exists in
var
&pub/static
folders after deploy, if not exists then copy and paste from the Magento original setup.
add a comment |
To show backend and frontend css, font and icon, follow these 2 steps:
1.Run the deploy or forcefully deploy command:
php bin/magento setup:static-content:deploy
OR
php bin/magento setup:static-content:deploy -f
- Make sure that .htaccess file exists in
var
&pub/static
folders after deploy, if not exists then copy and paste from the Magento original setup.
To show backend and frontend css, font and icon, follow these 2 steps:
1.Run the deploy or forcefully deploy command:
php bin/magento setup:static-content:deploy
OR
php bin/magento setup:static-content:deploy -f
- Make sure that .htaccess file exists in
var
&pub/static
folders after deploy, if not exists then copy and paste from the Magento original setup.
answered Sep 1 '18 at 17:01
Jagdish RamJagdish Ram
1668
1668
add a comment |
add a comment |
You were right. It has successfully corrected errors. thank you very much
New contributor
add a comment |
You were right. It has successfully corrected errors. thank you very much
New contributor
add a comment |
You were right. It has successfully corrected errors. thank you very much
New contributor
You were right. It has successfully corrected errors. thank you very much
New contributor
New contributor
answered 8 mins ago
Nghĩa LêNghĩa Lê
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f113945%2fadmin-backend-icon-fonts-missing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown