Bit of a strange one that I’ve noticed on a few sites when using Facet WP.
Using the filtering seems to cause the styles in the loopers content to be lost.
As an example I have a archive page with a looper the consumer is an “a” tag.
The tag contains the below classes.
<a class="x-col e271-e25 m7j-1i m7j-1j m7j-1k m7j-1q"
There is a class created as below.
.m7j-1q.x-col {
align-items: stretch;
align-content: stretch;
background-color: #DEDDDD;
box-shadow: none;
}
Before filtering this works as expected. If I use the facet filter sometimes just the first filter does it, other time when I click back to the top level or change the filter, when the columns return the columns loose all the styles assigned by “.m7j-1q.x-col” above.
The same goes for text inside the column. (the styles assigned to the text are lost)
If I inspect the element all the classes still exist on the element but the class “.m7j-1q.x-col” no longer exists in the list of styles that are applied to the element.
I’ve tested in both Firefox and Chrome.
Busy adding custom classes to see if that will resolve it but it isn’t ideal. (I can give you links to two sites where this is happening if it is helpful.