Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Hello @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

    in reply to: Color section not showing color or image background. #1493739

    Hello @ismael.

    OK, thank you. I have started a new thread with provided details on specific page:

    Thank you.

    Vaclav

    in reply to: Color section not showing color or image background. #1493655

    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
    • _aviaLayoutBuilderCleanData contains 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 though src / attachment are set.

    Question
    Is background-image: unset expected behavior when background='bg_color' is set, even if an image is assigned?

    If yes:

    • what is the correct way to switch a section from bg_color to image mode 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?

    Thanks for any clarification.

    Vaclav

Viewing 3 posts - 1 through 3 (of 3 total)