@crazycells said in CSS code customization for the link preview plugin:
does OGProxy show the pdf previews as well?
Not yet, but it could with a bit of additional code.
@DownPW yes, absolutely, although I’m not entirely sure why CF behaves in this manner as in most cases, a present query string that changes frequently (on each page load) should not present itself as an issue.
Still checking.
It’s a shame to do without the CF cache in my opinion.
Do you just have to activate development mode in CF?
@DownPW yes, in my testing, just enable development mode and then reload the site a few times and you’ll notice it works as intended.
hmm I think they was other thing.
I have not update the css file, I have just :
and I have the bug.
Edit : Same with the CSS updated
@DownPW is this in your dev environment? I checked that earlier and the bug wasn’t present.
yes the bug is in my dev environment
@DownPW yes, correct.
yes the bug is in my dev environment. tested now
@DownPW it wasn’t there when I tested incognito.
I do all my tets in incognito too
I will test with another account
You must scroll down a little to see
@DownPW I scrolled through but found no issues
yes same with admin account in new incognito
@DownPW can you target both the correctly positioned elements and the incorrectly positioned and compare the results?
I’m guessing they are different, but shouldn’t be.
correctly positionned :
incorrectly positioned :
@DownPW so the class isn’t being applied. Thanks. Let me have another look at this.
@DownPW from my further testing, this is 100% CF, but I don’t know why. I’ve tried Page Rules, Cache Rules, setting security in the page rules to “Essentially Off” - nothing seems to work (for me at least). I’ve stripped back my testing domain and disabled CF completely, and everything works as intended.
I was never able to reproduce the issue here, and that’s because I don’t use CF !
Too bad. I will therefore not be able to use this function or perhaps by just deleting the problematic avatar if that is possible
@DownPW you could use `display: none’ to hide that specific class? I do intend to try and identify the issue with CF but it’s difficult because I don’t traditionally use it.
I can possibly use this code if you find a solution (or not)
With just a left border on post-content
.category-card .lastpost .post-content {
border-left: 2px solid grey;
}
.category-card .lastpost a img {
display: none;
}
.category-card .line-clamp-sm-2 {
margin-left: 38px !important;
}
Result :
hmmm, on my website, in fact the elements on the class have not been applied are still displayed
Is there a way to prevent them from showing up either?