Hi Saba Gi
I am checked your WEBSite with Chrome inspect element.
Had occurred below
Failed to load resource: the server responded with a status of 404 (Not Found)
https://173.83.178.230/?raindrops_color_type=1&p=4&ver=1cba1de7bf8cfe601582d491f0860604
And header image, style for the color scheme seems to setting is not functioning
but However, when you direct access to this URL, it will be able to successfully open.
Currently, why I do not know whether cause such a problem has occurred
Please try the emergency specific measures
functions.php
line:2520
function raindrops_embed_meta( $content ) {
global $post, $wp_customize;
$result = "";
$css = '';
if ( isset( $wp_customize ) ) {
$css .= raindrops_embed_css();
}
change below
function raindrops_embed_meta( $content ) {
global $post, $wp_customize;
$result = "";
$css = '';
// if ( isset( $wp_customize ) ) {
$css .= raindrops_embed_css();
// }
commentout if ( isset( $wp_customize ) ) {
conditional.
Thank you.