Archived topic
Dimension Controls Not working with generatepress
5 replies · Started by Rostyslav on May 25, 2022
Hello,
I am using generatepress and also gutenberg wordpress blocks. The problem is that with GP Disensions are not available. How to solve it?
Thanks!
Hi there,
I don't believe this is a theme-related issue but I could be wrong.
Do the options show if you activate a Twenty series WP theme to test?
Did this get resolved as I am having the same issue. When I activate the Twenty 23 Theme the dimension controls appear but they do not appear when I activate GP theme.
Hi there,
it looks like those Controls are only available if you're using a Block Based themed that supports Full Site Editing.
For reference this is the theme.json properties required to enable those.
{
"version": 2,
"settings": {
"appearanceTools": true
}
}
OK thanks David, at least I know it's not supposed to work!
I'll just use Generate blocks if I need margin and padding so no biggy.
You're welcome