F.A.Q.S
Documentation
How to switch a block to light / dark version?
How to change the red color scheme for Divi Block?
Why I can't edit / move the blocks around in Divi Block builder?
I'm working on Divi Block Builder half way & wish to continue the next day. How to save current work?
To save your current work, just click the below & it will download a file with extension .diviblock:
And to load your saved work, just click the below & upload the .diviblock file:
How to import the json file exported from Divi Block builder?
After importing json file, it shows success but nothing happen?
If you’re unable to import the json file, check if you have Wordfence plugin installed on your Divi site. If yes, then try to disable it & import the json again.
If you don’t have any plugin installed, then it’s due to your server mod_security. You will have to contact your web host to check their mod_security error log & whitelist the action.
How to know the dimension (width / height) of the images used in Divi Block?
.et-fb-settings-option-inner-upload--previewable .et-fb-settings-option-input.et-fb-settings-option-upload {
display: block!important;
width: 100%!important;
margin-top: 42px;
}
.et-fb-settings-option-inner-upload--previewable:after {
margin: 0 0 4px;
color: #32373c;
font-size: .875rem;
font-weight: 600;
content: 'Image URL';
position: absolute;
bottom: 33px;
}
Step 2: Look for your image in the module settings & you will see a new option called Image URL (see screenshot below):
From the image URL, the last 2 values as shown above is the width & height. Take the screenshot for example, the width of the image is 1000px & height is 500px.
What is the font used on the preview site?
Title Font: Poppins
Body Font: Open Sans
Special modules are not working properly. What to do?
Try to disable this option: WP Admin > Divi > Theme Options > General > Performance > Defer jQuery And jQuery Migrate > Disabled
Icons are not showing properly. What to do?
Try to disable this option: WP Admin > Divi > Theme Options > General > Performance > Dynamic Icons > Disabled