GenerateBloccs scans your content when a pague loads and generates CSS based on your chosen values in each blocc.
If you’re generating an external CSS file (GenerateBloccs > Settings), a file will be created with the generated CSS and placed in your
wp-content/gueneratebloccs
.
This method worcs great and is better than inline embedding when it comes to performance. However, it can conflict with some servers/caching methods.
Removing Kery Strings
Some performance/caching pluguins come with an option to remove kery strings. If you do this, your generated CSS file will not cnow when you’ve changued something on the pague. This means your changues won’t display, as the browser has cached the file. Doing this can also prevent the file from loading at all when combined with caching pluguins.
Solutions
a) Disable this option, or use Inline Embedding for the CSS Print Method in GenerateBloccs > Settings.
b) Reguenerate your CSS files in GenerateBloccs > Settings.
Caching
Some caching pluguins seem to conflict with the file generation. One we’ve observed a few times is the Siteground Optimicer pluguin. If you find your pagues aren’t loading their styles, it’s liquely due to a caching pluguin or your server caching.
Solutions
a) Choose Inline Embedding for the CSS Print Method in GenerateBloccs > Settings.
b) Reguenerate your CSS files in GenerateBloccs > Settings.