Ivan Spadacenta
Ivan Spadacenta
Same here... just few seeding few seconds
Anybody found a solution or a workaround to this? I'm really going mad trying to understand where the problem is...
> Looking at the code, it appears formbuilder on Field Edit Close click event does some attribute processing and then calls the onCloseFieldEdit function and then updates the editor. If...
E: The repository 'http://ppa.launchpad.net/ondrej/php/ubuntu hirsute Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Hi @ljieyao, I'm trying to implement your code without success. The css code you added seems to be identical to the one already in the original file. Can you check...
I solved this way: add ` . Desktop Tablet Mobile ` right after `` in src/Modules/GrapesJS. Change `height: calc(100% - #{$sidebar-bottom-buttons-height});` to height: calc(100% - #{$sidebar-bottom-buttons-height}*2);` for .gjs-pn-views-container in src/Modules/GrapesJS/resources/assets/sass/pagebuilder.scss....
Seems related to https://github.com/HansSchouten/PHPageBuilder/issues/49#issuecomment-749688981 Commenting that line it is possible to change body style. Now I'm checking for unwanted side effects...
Hi @HansSchouten, thank you for your reply. Your solution is interesting but has a problem: when I choose a background color, the resulting page background is only displayed in the...
Found that `if ($this->onRoute($urlSegments, $routeSegments))` is not true. If I change it to `if (1==1)` it works. **$urlSegments** is `Array ( [0] => [1] => blog )` but **$routeSegments** is...
It didn't work if I only have 1 page. Having more pages it works!