There are two images - a12.png & loading.gif not found error in the console for homepage. This is due to libraries and other assets present in the include folder. Please add include folder to the path of these images.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff-2680835-2-6.txt | 865 bytes | zuhair_ak |
| #6 | zircon-image_not_found-2680835-6.patch | 1.64 KB | zuhair_ak |
| #2 | zircon-image_not_found-2680835-2.patch | 1.65 KB | zuhair_ak |
Comments
Comment #2
zuhair_akI have changed the path of the images in the appropriate files to add include folder.
Comment #3
onlineac@robmill.com commentedMany thanks. Saw this problem last night and when I looked again there was your fix that works perfectly for me.
Comment #4
zuhair_akComment #5
onlineac@robmill.com commentedThis fix works as long as the Zircon theme is in the themes folder of the drupal root. Needs themes/contrib/zircon/includes/jssor/img/loading.gif if zircon is installed in the contrib subdirectory as seems to be the recommended place.
The missing loading.gif file still shows as error if at example.com/user so perhaps the solution should be /themes/zircon/includes/jssor/img/loading.gif or /themes/contrib/zircon/includes/jssor/img/loading.gif.
Comment #6
zuhair_akI have added directory variable in twig which gives the path to currently active theme's directory. That should give the path even if theme is in subdirectory.
Comment #7
nikolas.tatianenko commentedWorks for me. Thank you.
Comment #8
gauravvvv commentedThis issue is no longer reproducible, closing as outdated.