Bad URL in CSS
-
The files
the-events-calendar/src/resources/css/tribe-events-full.css
the-events-calendar/src/resources/css/tribe-events-full.min.cssContain
background-image: url(../vendor/select2/select2x2.png);which doesn’t seem to be the correct relative path, and gives an 404 error when we check the links on our site.../../../vendor/select2/select2x2.pngseems like what should be there.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bad URL in CSS’ is closed to new replies.