Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dbg

#1
Just a CSS tweak..

You cannot view this attachment.
#2
After you said the code edit didn't work, I thought of checking the actual CSS file. After unminifying it, I saw the rewritten URL there. And so I knew that  the problem was with the minifier and that it had to be turned off.
#3
News & Notices / Re: Editing icons are missing...
February 25, 2023, 01:25:30 AM
Can you disable CSS minification?
#4
Do we discus this here or via PM?
#5
News & Notices / Re: Editing icons are missing...
February 23, 2023, 10:02:56 PM
The resolved path looks quite wrong to me

You cannot view this attachment.

This might need a code fix. In ./Themes/default/css/jquery.sceditor.css, find

.sceditor-button div {
background-image: url("../images/icons/editor_sprite.png");

Remove quotes

.sceditor-button div {
background-image: url(../images/icons/editor_sprite.png);

I have not faced this problem, so I hope it works.
#6
News & Notices / Re: Editing icons are missing...
February 23, 2023, 02:07:04 PM