I updated to v1-11-1-1 today (I think previously I had v1-9) and for some reason all background colors on all elements (even on the footer and header) stopped working. They still show in the editor (like the purple background for the footer) but on the frontend every background is just white.
Can someone please help? I really don’t know how to solve this.
I’ve checked your styles and I see this part inside them (add_image_size( '1x1-crop-240px', 240, 240, true );
As this is not valid CSS, it breaks it. You will need to search where you have this one, and remove it, then it will work. I wold first check in the Theme Styles → Links control.
You’re totally right, I remember now changing the child theme about a year ago. I edited the functions.php in the bricks child theme folder and added the code I found in this thread to add custom image cropping:
So I think you’re right that this might cause the issue, for some reason I’m not able to fix it though. I deleted the code from the child theme and also deleted the child theme altogether but the issue is still there
I’m using FileZilla to change the files, but it didn’t seem to update deleting the child theme on the Wordpress dashboard so I deleted it on the dashboard aswell.
I didn’t add the CSS in the Theme Styles → Links control like you mentioned btw, just in the functions.php of the child theme.
When I check in the image selection, the custom cropping I added is still there… For some reason I’m not able to remove it. Do you have any suggestions?
Hey.
I don’t think the issue is in the child theme. I think you copy-pasted this in some CSS selector, and now the CSS is rendering wrongly.
But if you can’t figure it out, would it be possible to create a staging website if you don’t have it yet (so that we don’t break your live page), and then can you send temporary login credentials to your test/staging website and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase, so we can take a look?