Archived topic
All containers have been moved after GB update
9 replies · Started by finanzbeben on February 24, 2023
Hi there, after the recent Generate Blocks Premium udpate, all of my containers are in a chaotic order now. I think this results from the new sizing options we the update. However, I was not able to find a solution so far. Can you have a look at my page?
Kind regards
Hi there,
go to Dashboard > GenerateBlocks -> Settings and click regenerate the CSS.
Then clear any plugin and browser caches.
Let me know.
Hi David,
Unfortunately, that didn't help. I have also already deactivated almost all plug-ins as a test. The funny thing is that in the edit mode of the individual pages I see everything as it should be and as it was before the update. Do you have any other ideas?
Can you disable any optimization plugins and then try switching the Dashboard > GenerateBlocks -> Settings --> Print Method to inline CSS.
Then let me know so i can take a closer look
Thanks for helping out. Changed. So please take a look.
Hi there,
I just inspected your site, there's no GB CSS generated.
Any chance you can provide an admin login so we can take a look at the backend?
By the way, when I check the WP Rocket is still on, can you keep all other plugins deactivated?
If it's a site with traffic, we would recommend creating a staging site for us to debug.
Let us know :)
Hi Ying
Thanks for your feedback.
Enclosed please find the admin login.
With regard to WP Rocket, this should already be deactivated since David's request.
Yeah, its a niche side with running traffic. However, on this side I have no staging option.
But please go ahead because the side is already chaotic because of the GB CSS.
Many thanks :-)
Sorry for the delay and inconvenience. I am loathe to ask this, but is it possible to temporarily disable ALL plugins apart from GP, GPP and GB, GB Pro ?
Hi David, Thanks for reaching out again. The plugin causin the error is fixed TOC. I don't know what might be the problem, but it seems that there is some kind of conflict since your last update auf GB. Any idea how to make in work again? Otherwise I need to change the TOC plugin.
Can you try adding this PHP code?
add_filter( 'fixedtoc_frontend_init_priority', function() {
return 50;
} );
Adding PHP: https://docs.generatepress.com/article/adding-php/