AsmBB

Power
Login Register

small help
0

#15667 (ツ) ufuk
Last edited: 21.11.2018 by ufuk, read: 3135 times

hi,

i deleted header image. but i can not find code that call this image. i want to delete the code to not get 404 error. thanks

https://fstdesk.com/templates/Wasp/_images/yellow_back.png

Attached files:
FileSizeUploadedDownloadsMD5 hash
fstdesk.png39886 bytes21.11.2018812fbe787a4a62193d197aa20f26030eda7
#15669 (ツ) johnfound
Created 21.11.2018, read: 3132 times
ufuk

hi,

i deleted header image. but i can not find code that call this image. i want to delete the code to not get 404 error. thanks

https://fstdesk.com/templates/Wasp/_images/yellow_back.png

This image is used in common.css file the div.header class. But the CSS files are compiled from LESS files and are minimized, so very hard for editing.

The best way to edit the skins is to download the sources, edit the respective LESS file and then compile it to CSS file.

I am using the clessc compiler, but (maybe) any other will do the job as well.

In the downloaded source, there is a script /www/templates/build_styles.sh that compiles all the LESS files into CSS.

#15670 (ツ) ufuk
Created 21.11.2018, read: 3131 times
johnfound
ufuk

hi,

i deleted header image. but i can not find code that call this image. i want to delete the code to not get 404 error. thanks

https://fstdesk.com/templates/Wasp/_images/yellow_back.png

This image is used in common.css file the div.header class. But the CSS files are compiled from LESS files and are minimized, so very hard for editing.

The best way to edit the skins is to download the sources, edit the respective LESS file and then compile it to CSS file.

I am using the clessc compiler, but (maybe) any other will do the job as well.

In the downloaded source, there is a script /www/templates/build_styles.sh that compiles all the LESS files into CSS.

i deleted "url("special:skin/_images/yellow_back.png")" from common.css and fixed.

thanks

#15671 (ツ) johnfound
Created 21.11.2018, read: 3130 times
ufuk

i deleted "url("special:skin/_images/yellow_back.png")" from common.css and fixed.

Well, this works, but if you are intended to make serious skin edits, you will need the sources and some more or less regular development process, able to merge with the future changes.

small help
0

AsmBB v3.0 (check-in: a316dab8b98d07d9); SQLite v3.42.0 (check-in: 831d0fb2836b71c9);
©2016..2023 John Found; Licensed under EUPL. Powered by Assembly language Created with Fresh IDE