BarryP Posted August 21, 2024 Posted August 21, 2024 We recently took over management of a site and are unfamiliar with Process Wire. There is a loss map at the top right of the homepage, see www.topentop.nl. Anyone have an idea how this can be resolved?
da² Posted August 21, 2024 Posted August 21, 2024 (edited) @BarryP What is a "loss map"? Are you talking about this "Home" image without src value? Processwire templates are inside the directory site/templates. You probably have a home.php, that is the starting point for the home page display. Edited August 21, 2024 by da² 1
Sanyaissues Posted August 21, 2024 Posted August 21, 2024 @BarryP In ProcessWire, when a page is loaded, it calls a template file located in the `/site/templates/` directory. You need to find the template with that image (maybe `site/templates/home.php`, `hero-banner`, `section-intro`...) and check why there's no value for the `src` (aka: the reason why your image is broken).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now