DUPLICATE: Tabs (Nestable) and its background image while Query Looping

Hi, is there any way to fix Tabs (Nestable) element, that could not now show different background image (as acf variable) in different tabs from query loop? It works only as source of an image. I have now Query looped 2 tabs from Terms, in each one i have block with background image, but in other tab, the background images are wrong (the same images in a row from the first query looped tab).
Thanks a lot!

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

Because you are in a loop and the background image is on a class, the same image is displayed every time, as there is only one class. You could alternatively add the background-image to the ID of the block (as it gets converted either way), use a style=“background-image: url(…)” attribute in your block, or alternatively insert the image as a real image and then position it absolutely.

Have a look at this report, which is basically identical:

Best regards,
timmse