WAIT: Dynamic background image option is not visible in the front end

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.

Hi,
Welcome to the forum, and thanks so much for your report!

Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?

Looking into your setup is probably faster :slight_smile:

Best regards,
timmse

Hello there,

I have the same problem,

The dynamic image (ACF field) appears correctly in the container background of the Woo category archive template in the editor, but not showing in the front end!

@timmse any recommendation, please?

Hi @bintelligence,
Welcome to the forum!

This could be the same problem as this one: WIP: ACF image field bug on taxonomy with no posts assigned

Thanks for the support…