Bricks Version: 1.6
Browser: Chrome / Firefox
Hi,
I’m trying to add a background image on a 404 template but it isn’t showing.
The image is a simple ACF image field (output URL) from the option page :
Here in Bricks, the background is correctly displayed :
But I have nothing on frontend, only the content is showing (I added the background color with chrome console, there is no background color in bricks)
We can see in chrome console the others css properties are added correctly (bg position/repeat)
I noticed that all the content (title, content, button txt) came from the same option page are correctly displayed.
Also, I tried {echo:get_field(bg_img_404, option)}
but it’s not working.
I tried to echo the url in a codeblock with <?php echo get_field( 'bg_img_404', 'option' ); ?>
and I can see the url on the 404 page
I tried to use the same thing on my footer template and it works on front end, except on a 404 page.
I tried to add my image with an image element and it’s also working on front end on a 404 page :
Here a summary :
I just noticed that the bg image with the {acf_bg_img_404} is displayed when I check on /template/404, so it’s not working only on a “/not-existing-url”
Can you reproduce that issue ?
For now I can use an image instead of bg image so it’s ok but I wanted to report this bug
Thanks