backstage
backstage copied to clipboard
Logo Image placeholder missing
Hi,
I'm using your great plugin in a theme demo, but for some reasons the placeholder for logo and site icon is missing:
https://demo.wpzoom.com/foodica/wp-admin/customize.php?url=https://demo.wpzoom.com/foodica
I've noticed that the same problem doesn't happen on your website demos.
In case you're curious, we also use the Theme Logo feature:
/** * Theme Logo */ add_theme_support( 'custom-logo', array( 'height' => 150, 'width' => 650, 'flex-height' => true, 'flex-width' => true ) );

Thanks