NO BUG: Changes Do Not Appear in the Builder but do On Frontend View

Browser: Chrome 130.0.6723.60 and Firefox 131.0.3
OS: macOS
URL: efinitmediadev.com
Video: Jam

Most of the changes in the builder are not reflecting within the builder, but do on the frontend of the site (see screenshot). I’ve implemented the Cloudflare Configuration rule ((http.request.uri.query eq “bricks=run”)) to no avail. This is occurring with 1.11 and 1.10.3. I’ve also disabled my page and object caching to no avail as well. I don’t know if any plugins are conflicting, but I’m running, Core Framework, WPCodeBox 2 and CommandUI among others, but those are the only ones I can see potentially causing a conflict, if any.

Hi Eric,
Welcome to the forum!

Inspecting the CSS, it’s missing a closing bracket, most likely causing the issue:

CleanShot 2024-11-05 at 13.13.22@2x

The issue is not visible on the canvas since each setting is wrapped in its own style tag. On the frontend, however, they are merged.

Please let me know if adding the bracket fixes the issue.

Best,
timmse

1 Like

Thank you @timmse . It appears the CSS coming from Core Framework is the issue since that’s one of their variables.

No, everything is fine with the variable itself (since you’re using the same variable in the same element for the padding). You probably just accidentally removed the closing bracket when inserting it.

I assume the issue is solved, right?

1 Like

Yeah, that’s exactly what it was. Thank you. My bad.