You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#113704 404 error from uikit css file

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 10 May 2023 10:41 BST

IUSAB
Some users get issue with 404 when uikit.min.css (two files) tries to fetch ../fonts/fontawesome-webfont.woff. Some users/browser try to fetch the file from site-root/fonts/fontawesome-webfont.woff and get 404.

I changed

.uk-button:hover{position:relative}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.woff) format("woff");

to

.uk-button:hover{position:relative}@font-face{font-family:FontAwesome;/*src:url(../fonts/fontawesome-webfont.woff) format("woff");*/

to solve the issue but i guess that somewhere an icon might be missing if fontawesome isn't already loaded.

Ryan
.uk-button:hover{position:relative}@font-face{font-family:FontAwesome;/*src:url(../fonts/fontawesome-webfont.woff) format("woff");*/

to solve the issue but i guess that somewhere an icon might be missing if fontawesome isn't already loaded.


This is fine and won't cause an issue.

This will be fixed in the nest update.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.