-
Notifications
You must be signed in to change notification settings - Fork 9.4k
2.1.3 - Unable to change luma logo, default welcome message or footer copyright #7949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having the same problem. All my store views are using the default configuration settings and ignoring the website/store view configuration. |
The same issue. |
Same here. |
1 similar comment
Same here. |
@bfsmith07 thank you for your feedback. |
Is there any patch or fix available ? |
Same issue here, even for default meta tags |
To fix the logo, I edited Vendor/Theme/Magento_Theme/layout/default.xml :
created : Vendor/Theme/web/img/logo.png For the copyright, I created Vendor/Theme/Magento_Theme/templates/html/copyright.phtml with this content :
For the welcome message, I created Vendor/Theme/Magento_Theme/templates/html/header.phtml with this content :
This is a lot of overhead but as a temporary fix it can be useful |
We have created internal ticket MAGETWO-62737 |
Hi, I have the same issue. Is there any timeline for a fix? |
This is something to do with enabling single store mode since after disabling it I can edit these fields and see the changes. See #7392 |
I'm wondering if this is also the source of the problem I'm having with my Disable Module Output settings not being respected, since they're stored in the same way in the database. |
Following a clue from the other issue, I tried changing the scope value in the database from "websites" to "default" for all design attributes. It works! So, either the admin is incorrectly setting the scope in the database or the frontend is incorrectly picking up the "default" values instead of the "websites" values. |
Note: Our site is in development so I'm not sure how feasible this solution will be for those with live and/or multiple stores. I had the same issue and was able to correct it. When updating to 2.1.3 I had my site configured in single store mode. I disabled the single store mode and made logo/theme changes to the all the records (specifically Global) under the Design Configuration. Disable single store mode: Update logo: Mike |
It really worked for me!!!! Thank you! |
Any updates on this issue? I'm not comfortable switching from single store mode so freely. I am still experiencing this bug after updating to 2.1.3 in January. |
No luck...
Best regards,
*Sergei Tumanov*
…On 7 February 2017 at 23:12, Ryan Robinson ***@***.***> wrote:
Any updates on this issue? I'm not comfortable switching from single store
mode so freely.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7949 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AV2osuZF2KTSCl2plG3wkcrzDg4KFcaBks5raNBEgaJpZM4LU7Ml>
.
|
Has anyone tried with 2.1.4?
- Matt
…On Feb 9, 2017 2:48 AM, "rupertblack" ***@***.***> wrote:
No luck...
Best regards,
*Sergei Tumanov*
On 7 February 2017 at 23:12, Ryan Robinson ***@***.***>
wrote:
> Any updates on this issue? I'm not comfortable switching from single
store
> mode so freely.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#7949 (comment)
>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AV2osuZF2KTSCl2plG3wkcrzDg4KFcaBks5raNBEgaJpZM4LU7Ml>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7949 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUf73gJXwjxWcELyn_1iRM70m4cVcb6ks5ratLFgaJpZM4LU7Ml>
.
|
I can confirm 2.1.4 fixed this issue. |
Fantastic!
- Matt
…On Feb 10, 2017 11:12 AM, "Ctucker9233" ***@***.***> wrote:
I can confirm 2.1.4 fixed this issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7949 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUf7z5E6esItkwRFinmZbsvvHp9SDVZks5rbJqTgaJpZM4LU7Ml>
.
|
Using 2.2 changing the message does not seem to work in Single Store Mode so either still isn't fixed or is broken again? |
ACPT-809: [Community] #36276 Long time request execution
I upgraded from 2.1.2 to 2.1.3. After the upgrade my logo is back to the default luma one, my welcome message is the default and the footer copyright text is default. They still show correct in settings, but it does not display on my website.
Preconditions
I am using a custom theme on Magento 2.1.3. My setup is a follows:
Steps to reproduce
I even tried installing a new version of Magento 2.1.3 from composer. After installation, i change the config to single store mode and changed my logo. Still on a brand new installation it didn't show my logo. It only shows the Luma one. Also it doesn't change the default welcome msg or footer copyright text.
Please help.
The text was updated successfully, but these errors were encountered: