HOSEIN
April 11, 2025, 9:52am
1
Browser : Chrome 135.0.7049.85
OS : Windows
Hi bricks team,
I remember there were reports about duplicate css before, but I don’t know if they mentioned query loops…
Anyway Duplicate css it happens in the query loop. For example please see this page .
Thank you
timmse
April 11, 2025, 9:56am
2
Hi Hosein,
The cause of this is what you and other users already reported. Unfortunately, it’s still in progress:
Browser: Chrome 127.0.6533.89
OS: Windows
Hi bricks team,
If we use the image element in the query loop, there are a lot of broken styles in the css section. But if the image is outside the query loop, the desired problem does not exist. Is this normal, or is there a problem?
[Screenshot]
This was all working fine. I have theme style to set No Caption on images, Bricks set as External CSS. Now, when, even with all the suggestions in various posts about ensuring height and width 100%, Cover, etc, this tag class is taking precedence over the styles applied to classes on the images, which is breaking position absolute.
[1]
Browser: Firefox
OS: Windows
URL: Link to a page that illustrates this issue
I copied a section from one template to another
Here you see the section on the page (https://www.facingthechallenge.com/ ) where I copied it from:
[image]
And here you see the section on the page (MBTI Teambuilding – Facing The Challenge ) that I copied it to:
[image]
Somehow bricks added this:
:where(.brxe-image).tag {
display: inline-block;
height: fit-content;
position: relative;
width: auto;
}
Here’s…
Although I wouldn’t consider these as real bugs, but I’d like to mention them in hopes we get some updates that output cleaner code in future releases (these are just examples of many instances where I noticed this but you’ll get the idea):
1- If I have for example elements with links in both the header and footer templates, and the css loading method is set to ‘External Files’, there’ll be redundant default styles being duplicate in the generated css files (they’re not needed in the first plac…
Best regards,
timmse
1 Like