• Resolved krugmedien

    (@krugmedien)


    if you edit a page with the Divi page builder the FooGallery is broken (all images are just listed below each other – css and/or js are not loading).

    after closing the page builder it works fine, the bug just appears while editing a page or post with the page builder.

    quick solution:

    .et-fb .foogallery {
    background: #DDDFE4 url(https://placehold.net/main.svg) 50% 50% no-repeat !important;
    background-size: 400px 300px !important;
    height: 400px !important;
    width: 100% !important;
    }

    .et-fb .foogallery * {
    display: none !important;
    }

    now you see a placeholder box inside the page builder instead of a broken gallery 👍

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @krugmedien

    I have been testing this on the latest version of WordPress, the Divi theme (v5.11.1) and FooGallery but I have been unable to replicate this. The gallery layout and structure is unaffected and load as expected when editing the page using Divi.

    If you have a caching plugin, kindly ensure that the cache is cleared, especially if your version of FooGallery was recently updated, which, from your description, is likely the case. You can also navigate to FooGallery -> Settings -> General and clear the HTML and CSS cache as a troubleshooting step.

    Regards,
    Elvis

    Plugin Author bradvin

    (@bradvin)

    thanks for reporting this @krugmedien

    We are building in first-class support for Divi, so you can add a FooGallery with a Divi module. It will also support inserting foogallery shortcodes and will include the foogallery scripts in the divi builder so that they look like they would on the frontend.

    After some testing this will be released in the next update, which should be later this week.

    If you want to test before the release, then let me know and I will share the download link

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.