Bricks Version: 1.6.2
Browser: Edge Version 108.0.1462.54
OS: macOS
I used the ACF image field to show dynamic banners for each category page.
In the category page template, I selected the ACF field value by dynamic option for the section background, but it is not visible on the front end.
I tested the dynamic value option by assigning a static URL from the custom PHP function, but it didn’t work either.
function get_service_category_banner(){
return ‘IMAGE PATH/category-banner.jpg’;
}
Dynamic value:
{echo:get_service_category_banner }
For the PHP function, the static category banner image was displayed on the editor but not on front end
Can you please help me to solve it?
Many thanks for considering my request.