backstage icon indicating copy to clipboard operation
backstage copied to clipboard

Logo Image placeholder missing

Open ciorici opened this issue 6 years ago • 0 comments

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 ) );

Pasted_Image_18_05_2019__17_01

Thanks

ciorici avatar May 18 '19 15:05 ciorici