Does Not Work Inside Divi Page Builder
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.