-
AuthorPosts
-
January 9, 2026 at 12:11 am #1493738
Hi,
I’m facing an issue with Enfold / Avia Layout Builder where a section background image is set in the editor, but no
background-image: url(...)is generated on the frontend.What I see
- In the Avia editor, the section clearly has a background image selected
- The image attachment exists, has metadata, and
wp_get_attachment_url()returns a valid URL _aviaLayoutBuilderCleanDatacontains the image data, e.g.:
src='https://example.com/wp-content/uploads/2022/02/example.jpg' attachment='3172' attach='parallax'What is generated
In both per-page CSS (dynamic_avia/avia_posts_css/post-XXXX.css) and merged CSS,
Enfold outputs:.avia-section.av-XXXX { background-image: unset; }The image URL does not appear anywhere in CSS or HTML.
Important detail
In the same builder data block, the section has:
background='bg_color'
even thoughsrc/attachmentare set.Question
Isbackground-image: unsetexpected behavior whenbackground='bg_color'is set, even if an image is assigned?If yes:
- what is the correct way to switch a section from
bg_colortoimagemode programmatically? - is there a supported way to make Enfold re-evaluate the background type based on existing
src/attachment, without manually re-editing each section?
Specific case, you can see on this page:
https://skotakconsulting.cz/fuze-spolecnosti/There is supposed to be a background image on the top section. Which is actually set in editor. You can see it here:
and here:
On that page, there is completely missing following section with parallax background image:
<div class="av-parallax enabled-parallax active-parallax" data-avia-parallax-ratio="0.3" style="top: auto; height: 827px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 185, 0, 1);"><div class="av-parallax-inner main_color avia-full-stretch"></div></div>Thanks for any clarification.
Vaclav
January 9, 2026 at 5:06 am #1493746Hey vaclavdanek,
Thank you for the inquiry.
Have you tried disabling the Enfold > Performance > File Compression settings? We may need to log in to the site to properly check the issue. Please provide the login details in the private field.
Best regards,
IsmaelJanuary 14, 2026 at 10:43 pm #1493922Hello @Ismael,
Yes, I have tried many of things, also to disable File Compression for JS and CSS.
Also, I’ve found, that there are missing pictures in Masonry gallery at
You can check it here:
https://web.archive.org/web/20250117000115/https://skotakconsulting.cz/reference/
On this page tho, I haven’t investigate, what happens, yet.I am including login in private contetn. Pls let me know, if you find something.
Thanks.
Vaclav
January 18, 2026 at 2:11 pm #1494049Hi,
On your /fuze-spolecnosti/ page, when I check your color section image picker your background image: fusion-new-3-scaled.jpg is not shown, only 52 images are available where in your media library you have 323 images. I copied it and uploaded it again in the color section image picker, and now it works.

I don’t know way all images do not show, I have not seen this before.Your Nginx Cache plugin also gives an error: Filesystem API could not be initialized.
Not sure if that is a clue.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.
