Using Toolset with Blocksy theme. Generally seems to be working well together. One issue I noticed. Blocksy lets you set your palette. Core blocks recognize ok, but Toolset Blocks all showing single dark grey (one of the palette colors)
Our Blocks allows you to set the background of a block without the Blocksy theme. What is happening is that the blocksy theme affects the quick save of the already used color.
Though you can still select your color with the color pallet or even use hexcode to select your color.
Sean, the issue is that the color pallette is set at the theme level and when I access a Toolset block, it shows "the theme pallete" (5 choices rather than the full core default, but they are all one color instead of the 5 set in the theme. Core blocks are correctly showing the five colors.
Here is some feedback from the Blocksy team
Hi @john, seems like an issue with how Toolset integrates with colors as CSS Variables.
TwentyTwenty: hidden link
Blocksy (no inline style on the button): hidden link
We already fixed a similar bug for Stackable previously: hidden link
Same steps of reproduction as mentioned in the GitHub issue apply here as well.
I’d love to contribute to their codebase with a fix, but they’re closed source plugin
hidden link hidden link
GitHubGitHub
fix($util): make hexToRgba recognize CSS custom properties by andreiglingeanu · Pull Request #706 · gambitph/Stackable
Solves the problem of applying the opacity onto the colors from the Gutenberg color palette, when the color palette contains a CSS Custom Property. It expects the css variable to be defined on the ...
Thanks. That would be great. I think this will be an issue with any theme as they add support for Full Site Editing. These guys seem to be in front of the issue even more than Astra and some of the others.
I was notified that the fix for this is now out in the Latest version of our plugins, so you can go ahead and update and let me know if the issue still remains.