I have installed the JoomlArt Advanced Custom Module, working perfect for years.
Use [Container] Slideshow: style-1
It loads four modules, with their respective background images.
A few months ago, the background images stopped being seen.
Inspecting the generated code, and compared with a previous copy, I see this difference in the url of the background image:
style = "background: url ('/ site / images / slides_acm / image1.png') [...]"
style = "background: url (" site = "" images = "" slides_acm = "" image1.png ") [...]"
/ is replaced by = "" in the url.
On my test server, I have uninstalled all the plugins that I could, analyzed the php and js files ... but I can not find the problem.
can anybody help me? Thank you.