font-family: @placeholder-font-family;
Read the first post:Your last version is only working for XenForo 2.2 because in your replacement section for editor_base.less you add a variable into less file, which is not available in XenForo 2.1
Less:font-family: @placeholder-font-family;
and the find string is also not really correct for XenForo 2.1, because it will then replace to many lines
It isn't advertised as working and XF 1.x is no longer supported by Xenforo let alone most addon developers.Compatible XF 2.x versions 2.1, 2.2
I guess you read different text on mine, I never written anything about XenForo 1.xIt isn't advertised as working and XF 1.x is no longer supported by Xenforo let alone most addon developers.
Time to upgrade.
Is it possible to read out the version number, if that is the case, maybe it is possible to use replacement x for 2.1 and replacement y for 2.2I’ll look into it when I get a chance. I might just drop 2.1 support, not sure yet.
/.fr-placeholder.+display: block;/isU
.fr-placeholder {
position: absolute;
font-size: @placeholder-size;
color: @placeholder-color;
z-index: 1;
display: none;
top: 0;
left: 0;
right: 0;
//overflow: hidden;
}
&.show-placeholder {
.fr-placeholder {
display: block;
//white-space: nowrap;
text-overflow: ellipsis;
Same on my side.My placeholders do not show anymore. Not sure when they stopped perhaps with a XF upgrade. Any ideas?
We use essential cookies to make this site work, and optional cookies to enhance your experience.