-
Notifications
You must be signed in to change notification settings - Fork 361
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
[Bug]: The color palette in the Customizer is not showing. #8553
Comments
Support References This comment is automatically generated. Please do not edit it.
|
Hey @jakir-git! Thanks for the detailed issue. I wasn't able to reproduce the issue, can you share more info about your test site? If you share the site ID, I can try logging in to it. You can also share the other themes you experienced this issue. |
I was not able to reproduce this either. Are there any errors in the browser console when the palette fails to appear? |
I can't reproduce on any of my test sites, but I saw that there are some conditions for the palette to work, namely whether the theme has support for featured palettes, and whether there are any color palettes in the first place. See 36992-pb Could it be that the specific site with the issue has (for some reason) featured palettes? In the Customizer, check the page source and search for |
📌 REPRODUCTION RESULTS
📌 FINDINGS/SCREENSHOTS/VIDEO I'm getting the following error when the Customizer loads:
Video: 📌 ACTIONS
FYI @Automattic/t-rex |
I saw that too, and tracked it down to a mu plugin |
I will be working on this issue today. I found out that there's a condition in the colors-control.js condition on line 309 that is not working properly. https://github.com/Automattic/wpcomsh/blob/trunk/custom-colors/js/colors-control.js#L309 |
Hey folks, I have a fix for this issue here: https://github.com/Automattic/wpcomsh/pull/1924 |
Reopening this as I submitted the fix to a deprecated repo 🤦 The changes are here now: |
Quick summary
The user tried to change the website background color via the customiser, but the color palette is not showing. I checked my dev site with multiple customizer-supported themes, and I can replicate the issue.
Reference Theme Name: Rockfield
Reference Video: https://monosnap.com/file/PGiKsLI7HcEyo5BN1yVRYK0c6c9h5h
Ticket: 9221456-zen
Steps to reproduce
A clear and concise description of what you expected to happen.
The color palette should show three different color palette.
What actually happened
The color palette area is blank.
Impact
Most (> 50%)
Available workarounds?
No and the platform is unusable
If the above answer is "Yes...", outline the workaround.
No response
Platform (Simple and/or Atomic)
No response
Logs or notes
No response
The text was updated successfully, but these errors were encountered: