Browser: Chrome 127
OS: macOS
URL: https://gpn.edynam.com/ (dev site)
I’ve been using Bricks with Brixies, Core Framework and Advanced Themer. Since updating to version 1.10 I’ve noticed custom CSS and CSS values set via the builder have been getting randomly undone.
It first started when I added custom CSS to elements inside the header. I selected the CSS class on the elements and then proceded to add custom css. I saved the page. I checked the outcome on both desktop and mobile. I went to bed (no one else had been touching the site). In the morning, all the CSS changed inside the header were gone. I needed to redo it. I also checked my history in the builder to check if there were saved states. There was nothing, the last save state said 4 days ago. It’s like it never happened. I checked with my hosting (Cloudways), there were no recoveries made during the night.
I decided to ignore it and keep on going. I remade my CSS changes, only to start noticing throughout the day other elements started losing their CSS value. This time I’m referring to values set in the builder and attached to a class (not custom CSS).
For example:
On the single blog template page - https://gpn.edynam.com/test-post-9/
The post wrapper’s width has gone back to 715px on several occasions. I keep setting it to 810px but it keeps reverting. The class being - blog-single__container , which is not used anywhere else. On occasion it also had its flex alignment revert to center. I say revert as this is a section we have copy / pasted from Brixies service which gives it the initial values. Then i select the class and update the vales and save. And I test the save. But then it randomly reverts later.
There have been other sections on the site which has had this happen. It’s driving me insane. What’s more worrying is that no one else has reported anything like this happening.
The project is on a tight deadline, and I will need to revert to Bricks 1.9.8 because we didn’t have any issues with that version. If it continues to happen with that version I will keep you posted.
Any ideas what might be happening?
I’ve checked external factors like:
- PHP memory - which is fine (256MB Wordpress / 512MB server)
- php_input_vars - 4500
- All caching is disabled (varnish disabled, no other cache should be present)
- PHP version 8.1
It feels like some sort of cron job processes something, and loses values set in CSS and the builder. But it feels random, sometimes the value sticks, sometimes it doesn’t.
Thanks, that’s all I can report.