"Skip to Main Content" appearing on all pages

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lloydy21
Posts: 3
Joined: Thu Jan 06, 2022 1:14 am

"Skip to Main Content" appearing on all pages

Post 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
Klemen
Site Admin
Posts: 10211
Joined: Fri Feb 11, 2005 4:04 pm

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

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Klemen
Site Admin
Posts: 10211
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

P.s.: if you are using the "Modern Light" style note that it is not compatible with 3.6.x
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
lloydy21
Posts: 3
Joined: Thu Jan 06, 2022 1:14 am

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

Post 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
davide06
Posts: 1
Joined: Mon Apr 14, 2025 12:18 pm

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

Post 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
Klemen
Site Admin
Posts: 10211
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

Thanks for posting your workaround!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply