Page 1 of 1

"Skip to Main Content" appearing on all pages

Posted: Wed Sep 10, 2025 6:21 am
by lloydy21
"Skip to Main content" appears on all pages since updating to 3.6.4. Nothing else has been changed. Can't find anyone else reporting similar issue.
Appears in a completely seperate column that pushes rest of content to the right.

Hesk Version: 3.6.4
Kind Regards,
Adam

Image

Re: "Skip to Main Content" appearing on all pages

Posted: Wed Sep 10, 2025 7:51 am
by Klemen
This happens when the CSS (style) file is not up to date.

The new one either hasn't been uploaded, or is cached somewhere.

Try force-refreshing the help desk in your browser: CTRL + F5

Re: "Skip to Main Content" appearing on all pages

Posted: Wed Sep 10, 2025 7:52 am
by Klemen
P.s.: if you are using the "Modern Light" style note that it is not compatible with 3.6.x

Re: "Skip to Main Content" appearing on all pages

Posted: Thu Sep 11, 2025 3:17 am
by lloydy21
Klemen wrote: Wed Sep 10, 2025 7:52 am P.s.: if you are using the "Modern Light" style note that it is not compatible with 3.6.x
Thank you, it will be due to this. I will leave it on the other theme until it is updated.
Cheers
Adam

Re: "Skip to Main Content" appearing on all pages

Posted: Mon Sep 15, 2025 7:48 am
by davide06
Hello,
as a workaround you can create a new css in your HESK installation/theme/hesk3/admin.css with this content:

Code: Select all

a.skiplink {
    display: none;
}
and then you can go in ADMIN -> Settings -> General -> enable "Admin CSS" and enter: https://your-hesk-url.com/theme/hesk3/admin.css

Re: "Skip to Main Content" appearing on all pages

Posted: Mon Sep 15, 2025 1:21 pm
by Klemen
Thanks for posting your workaround!