Please help us help you and fill where relevant:
Your LimeSurvey version: 6.4.8
Own server or LimeSurvey hosting: Own
Survey theme/template: Sea Green (Administration theme)
==================
Hi,
I installed LimeSurvey into a subfolder from my document root and noticed, that there are no logos and graphics shown in the admin login screen (see screenshot attached). When installed directly in document root, the logos and decor appear.
I found in the template files of Sea Green theme that the location of the images for logo and decor are hardcoded to document root.
E.g. in assets/admin_themes/Sea_Green/authentication/authentication.scss:
Code:
background: url(/assets/images/decor-1.png) no-repeat center;
I think it should be without the slash before assets/... to let it work in subfolders, too
Code:
background: url(assets/images/decor-1.png) no-repeat center;
Maybe someone can check this and put the correction into the code?
Thank you
Bruno