İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3062 Görünümler

I've been trying to replace the image from Odoo Website sliders that are accessed through localhost:8069/slides. But it won't still displayed. Did I missed some import?

I inherited the website_slides.courses_home template with class s_banner and tried to change the background-image with my own svg but the background is just a black after I replaced it using XPath. Any idea? Thanks in advance



Log: 2023-09-20 00:19:52,247 21098 INFO o14-custom_db werkzeug: 127.0.0.1 - - [20/Sep/2023 00:19:52] "GET /custom_addons/custom_module/static/src/img/banner_dupli.svg HTTP/1.1" 404 - 231 0.095 0.542

Avatar
Vazgeç
En İyi Yanıt

Your logs tell you that it can't find the SVG file, hence the 404. I suspect that you have to remove the /custom_addons​ from the path. But you can easily test this by checking the url: localhost:8069/custom_module/static/src/img/banner_dupli.svg​. If the SVG is displayed correctly, you know the path is correct and you should no longer get a 404 error.

I hope this helps!

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Mar 25
2421
1
Ara 24
2187
0
Ağu 22
3447
2
Haz 22
3164
1
Nis 22
2061