Magento 2.3 : How to change the logo? The Next CEO of Stack OverflowMagento 2.3 favicon and logo upload does not take holdChanging LUMA LogoLuma sub theme - can't change logo sizeMove Logo PositionHow to Change Email Logo in magento 2LOGO AND FAVICON ICON CHANGE MAGENTO 2.2.4Change default logo to .SVG image programaticallyMagento 2.3.0 “A technical problem with the server created an error.” When uploading the logo imageMagento2: how can i change admin logoCan't upload logo file Magento 2.3.02.3 how can i upload SVG
Could you use a laser beam as a modulated carrier wave for radio signal?
How should I connect my cat5 cable to connectors having an orange-green line?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Horror film about a man brought out of cryogenic suspension without a soul, around 1990
pgfplots: How to draw a tangent graph below two others?
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Read/write a pipe-delimited file line by line with some simple text manipulation
Find the majority element, which appears more than half the time
Salesforce opportunity stages
Creating a script with console commands
Masking layers by a vector polygon layer in QGIS
Strange use of "whether ... than ..." in official text
Physiological effects of huge anime eyes
Noise during hard braking
Which acid/base does a strong base/acid react when added to a buffer solution?
It it possible to avoid kiwi.com's automatic online check-in and instead do it manually by yourself?
subequations: How to continue numbering within subequation?
Man transported from Alternate World into ours by a Neutrino Detector
Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Is a distribution that is normal, but highly skewed, considered Gaussian?
What are the unusually-enlarged wing sections on this P-38 Lightning?
Is it okay to majorly distort historical facts while writing a fiction story?
How can the PCs determine if an item is a phylactery?
Magento 2.3 : How to change the logo?
The Next CEO of Stack OverflowMagento 2.3 favicon and logo upload does not take holdChanging LUMA LogoLuma sub theme - can't change logo sizeMove Logo PositionHow to Change Email Logo in magento 2LOGO AND FAVICON ICON CHANGE MAGENTO 2.2.4Change default logo to .SVG image programaticallyMagento 2.3.0 “A technical problem with the server created an error.” When uploading the logo imageMagento2: how can i change admin logoCan't upload logo file Magento 2.3.02.3 how can i upload SVG
I want to change luma logo but cannot upload the logo ?
I tried to upload through admin panel. But, Not working.
magento2.3 logo
add a comment |
I want to change luma logo but cannot upload the logo ?
I tried to upload through admin panel. But, Not working.
magento2.3 logo
add a comment |
I want to change luma logo but cannot upload the logo ?
I tried to upload through admin panel. But, Not working.
magento2.3 logo
I want to change luma logo but cannot upload the logo ?
I tried to upload through admin panel. But, Not working.
magento2.3 logo
magento2.3 logo
edited 2 days ago
Teja Bhagavan Kollepara
3,00841949
3,00841949
asked Feb 28 at 10:00
sanni kalariyasanni kalariya
839
839
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You need to change below file
/vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
change
<field name="header_logo_src" formElement="fileUploader">
To
<field name="header_logo_src" formElement="imageUploader">
and change
<field name="head_shortcut_icon" formElement="fileUploader">
TO
<field name="head_shortcut_icon" formElement="imageUploader">
check this Reference link
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
|
show 1 more comment
Goto Content > Configuration > edit your theme > goto header section
upload your logo
directly not working
– sanni kalariya
Feb 28 at 10:55
add a comment |
Give read write permission on your pub/media directory
chmod -R 755 pub/media
chown -R www-data:www-data pub/media
Then try again
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,Goto Content > Configuration > edit your theme > goto header section upload your logo
– Shoaib Munir
Feb 28 at 12:04
add a comment |
First run;
bin/magento indexer:reindex
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
and then replace these settings;
vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
Old 154,
field name="header_logo_src" form Element="fileUploader"
to
new: 154
field name="header_logo_src" formElement="imageUploader"
add a comment |
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%2f263841%2fmagento-2-3-how-to-change-the-logo%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to change below file
/vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
change
<field name="header_logo_src" formElement="fileUploader">
To
<field name="header_logo_src" formElement="imageUploader">
and change
<field name="head_shortcut_icon" formElement="fileUploader">
TO
<field name="head_shortcut_icon" formElement="imageUploader">
check this Reference link
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
|
show 1 more comment
You need to change below file
/vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
change
<field name="header_logo_src" formElement="fileUploader">
To
<field name="header_logo_src" formElement="imageUploader">
and change
<field name="head_shortcut_icon" formElement="fileUploader">
TO
<field name="head_shortcut_icon" formElement="imageUploader">
check this Reference link
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
|
show 1 more comment
You need to change below file
/vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
change
<field name="header_logo_src" formElement="fileUploader">
To
<field name="header_logo_src" formElement="imageUploader">
and change
<field name="head_shortcut_icon" formElement="fileUploader">
TO
<field name="head_shortcut_icon" formElement="imageUploader">
check this Reference link
You need to change below file
/vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
change
<field name="header_logo_src" formElement="fileUploader">
To
<field name="header_logo_src" formElement="imageUploader">
and change
<field name="head_shortcut_icon" formElement="fileUploader">
TO
<field name="head_shortcut_icon" formElement="imageUploader">
check this Reference link
answered Feb 28 at 10:30
VDCVDC
2568
2568
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
|
show 1 more comment
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?
– sanni kalariya
Feb 28 at 10:41
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder
– Anju
Feb 28 at 10:48
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
@sannikalariya you need to run below command after code update php bin/magento setup:di:compile
– VDC
Feb 28 at 11:52
also command write
– sanni kalariya
Feb 28 at 12:02
also command write
– sanni kalariya
Feb 28 at 12:02
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
php bin/magento setup:di:compile
– VDC
Feb 28 at 12:03
|
show 1 more comment
Goto Content > Configuration > edit your theme > goto header section
upload your logo
directly not working
– sanni kalariya
Feb 28 at 10:55
add a comment |
Goto Content > Configuration > edit your theme > goto header section
upload your logo
directly not working
– sanni kalariya
Feb 28 at 10:55
add a comment |
Goto Content > Configuration > edit your theme > goto header section
upload your logo
Goto Content > Configuration > edit your theme > goto header section
upload your logo
answered Feb 28 at 10:06
Mitrajsinh vaghelaMitrajsinh vaghela
1326
1326
directly not working
– sanni kalariya
Feb 28 at 10:55
add a comment |
directly not working
– sanni kalariya
Feb 28 at 10:55
directly not working
– sanni kalariya
Feb 28 at 10:55
directly not working
– sanni kalariya
Feb 28 at 10:55
add a comment |
Give read write permission on your pub/media directory
chmod -R 755 pub/media
chown -R www-data:www-data pub/media
Then try again
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,Goto Content > Configuration > edit your theme > goto header section upload your logo
– Shoaib Munir
Feb 28 at 12:04
add a comment |
Give read write permission on your pub/media directory
chmod -R 755 pub/media
chown -R www-data:www-data pub/media
Then try again
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,Goto Content > Configuration > edit your theme > goto header section upload your logo
– Shoaib Munir
Feb 28 at 12:04
add a comment |
Give read write permission on your pub/media directory
chmod -R 755 pub/media
chown -R www-data:www-data pub/media
Then try again
Give read write permission on your pub/media directory
chmod -R 755 pub/media
chown -R www-data:www-data pub/media
Then try again
answered Feb 28 at 10:05
Shoaib MunirShoaib Munir
2,3172829
2,3172829
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,Goto Content > Configuration > edit your theme > goto header section upload your logo
– Shoaib Munir
Feb 28 at 12:04
add a comment |
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,Goto Content > Configuration > edit your theme > goto header section upload your logo
– Shoaib Munir
Feb 28 at 12:04
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
I also provide permittion @shoaib Munir
– sanni kalariya
Feb 28 at 11:42
Check @Mitrajsinh answer,
Goto Content > Configuration > edit your theme > goto header section upload your logo– Shoaib Munir
Feb 28 at 12:04
Check @Mitrajsinh answer,
Goto Content > Configuration > edit your theme > goto header section upload your logo– Shoaib Munir
Feb 28 at 12:04
add a comment |
First run;
bin/magento indexer:reindex
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
and then replace these settings;
vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
Old 154,
field name="header_logo_src" form Element="fileUploader"
to
new: 154
field name="header_logo_src" formElement="imageUploader"
add a comment |
First run;
bin/magento indexer:reindex
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
and then replace these settings;
vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
Old 154,
field name="header_logo_src" form Element="fileUploader"
to
new: 154
field name="header_logo_src" formElement="imageUploader"
add a comment |
First run;
bin/magento indexer:reindex
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
and then replace these settings;
vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
Old 154,
field name="header_logo_src" form Element="fileUploader"
to
new: 154
field name="header_logo_src" formElement="imageUploader"
First run;
bin/magento indexer:reindex
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
and then replace these settings;
vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
Old 154,
field name="header_logo_src" form Element="fileUploader"
to
new: 154
field name="header_logo_src" formElement="imageUploader"
edited 2 days ago
Teja Bhagavan Kollepara
3,00841949
3,00841949
answered Mar 18 at 1:05
rightnowtodayrightnowtoday
394
394
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%2f263841%2fmagento-2-3-how-to-change-the-logo%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
