Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3048 Visninger

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
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
mar. 25
2417
1
dec. 24
2178
0
aug. 22
3438
2
jun. 22
3156
1
apr. 22
2058