Hello @ciberdom !
I hope you’re doing well!
Glad to hear that you like the plugin!
I’ve checked the page and indeed the issues you’ve mentioned are also visible on my end. I’ve noticed that there are some errors on the console which may be playing a role here. In fact, the page is not returning a successful response code, but rather a 503 which means that there may be some issue with the server’s resources.
Possibly clearing all the caches on the site will fix this, please try this as the first step. This should include any caching plugins (and Divi) installed on the site and any server-side caches.
I’m actually not sure what’s happening there exactly as that would require additional investigation not related to Branda itself, which I suggest to do anyway.
In the meantime, adding the following CSS to Appearance >> Customise >> Additional CSS should help as a temporary fix:
body.branda-maintenance {
background-image: url('the address of the background image you want to use');
}
body.branda-maintenance .page {
text-align: center !important;
}
body.branda-maintenance h1 {
color: #ffffff !important;
}
Please make sure to replace the placeholder with the actual image’s URL for this to work.
And as I’ve mentioned, I’ not sure what caused the issue just from what I see so far – it may be just caching, but it may be something that should be checked separately considering the errors I can see there.
Warm regards,
Pawel