Broken link in app.css

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ncnmra
Posts: 3
Joined: Fri Jun 23, 2023 7:49 pm

Broken link in app.css

Post by ncnmra »

As of v3.4.5, the /theme/hesk3/customer/css/app.css file contains a reference to a url that does not exist:

Specifically line 1618:

Code: Select all

 src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), 
    url(../fonts/Lato-Regular.woff2) format("woff2"), 
    url(../fonts/Lato-Regular.woff) format("woff"), 
    url(../fonts/Lato-Regular.ttf) format("truetype"), 
    url(https://www.hesk.com/demo/theme/hesk3/customer/fonts/Lato-Regular.svg#Lato-Regular) format("svg");

Code: Select all

https://www.hesk.com/demo/theme/hesk3/customer/fonts/Lato-Regular.svg#Lato-Regular
does not exist

This causes my link checker to complain about a broken link.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Broken link in app.css

Post by Klemen »

That is indeed an error in the CSS, not sure how it got there. Thanks for the heads up, it will be removed in the next update.

Here are the style files without that reference:
https://www.hesk.com/extras/hesk3/hesk3 ... nk_fix.zip

Unzip and place them into your /theme/hesk3/customer/css folder.
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