Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1492081

    I have adjusted the Background Attachment options, several different photos, both small and large. I have noticed sometimes when I turn off the arrow it works, but not often. I have cleared the cache several times.

    Please help.

    Thanks,
    Drake

    #1492088

    Hey dnewkirk,

    Thank you for the inquiry.

    You may need to temporarily disable the cache plugin, as well as the Enfold > Performance > File Compression settings, while editing the site. You can enable them again once you’re done. Let us know if the issue persists.

    Best regards,
    Ismael

    #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

    #1493669

    Hi,


    @vaclavdanek
    : Where can we check the issue? Please open a new thread and provide the URL to a test page so we can look into it further.

    Best regards,
    Ismael

    #1493739

    Hello @ismael.

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

    Thank you.

    Vaclav

    #1493755

    Hi,

    Thank you for opening another thread. We’ve replied to it here: https://kriesi.at/support/topic/section-background-image-set-but-css-outputs-background-image-unset/#post-1493746

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color section not showing color or image background.’ is closed to new replies.