Okay, I don't know if this is a bug with our instance (we have lots of legacy crap from Xenforo v1 and vbulletin), or a general issue:
I tried adding a new style. It inherits everything from the main style.
I do change nothing, yet the logo URL does not load the image, despite it being set in the basic options.
Investigation of the parent style shows for the logo URL:
<img src="/data/assets/logo/logo-cfc.png" srcset="" alt="CivFanatics Forums" width="" height="36">
Investigation of the child style shows for the logo URL:
<img src="/var(--xf-publicLogoUrl)" srcset="/var(--xf-publicLogoUrl2x) 2x" alt="CivFanatics Forums" width="" height="36">
The file /data/assets/logo/logo-cfc.png is present, as it gets loaded in the parent style, and nothing was changed in the child style. No matter what type of image I put into the child style, this does not change.
Any help would be appreciated.
Parent:

Child:

EDIT: This is reproducible with this style in the demo instance provided by Xenforo.
The style is attached.
I tried adding a new style. It inherits everything from the main style.
I do change nothing, yet the logo URL does not load the image, despite it being set in the basic options.
Investigation of the parent style shows for the logo URL:
<img src="/data/assets/logo/logo-cfc.png" srcset="" alt="CivFanatics Forums" width="" height="36">
Investigation of the child style shows for the logo URL:
<img src="/var(--xf-publicLogoUrl)" srcset="/var(--xf-publicLogoUrl2x) 2x" alt="CivFanatics Forums" width="" height="36">
The file /data/assets/logo/logo-cfc.png is present, as it gets loaded in the parent style, and nothing was changed in the child style. No matter what type of image I put into the child style, this does not change.
Any help would be appreciated.
Parent:

Child:

EDIT: This is reproducible with this style in the demo instance provided by Xenforo.
The style is attached.
Attachments
Last edited: