Home Forums WC Vendors Pro Support Shop Page Banner Reply To: Shop Page Banner

#58664
Sara
Participant

Hi, I just wanted to add, that this only started happening after I updated the plugin. Is there a way, that in this code

if ( is_array( $store_banner_src ) ) {
$store_banner = ‘‘;
} else {
// Getting default banner
$default_banner_src = WCVendors_Pro::get_option( ‘default_store_banner_src’ );
$store_banner = ‘‘;
}

I could make the else get default banner just display none?

I don’t want to add a default banner, and I liked how it was before, that if a vendor doesn’t upload a banner then it just shows nothing, but now there is just a huge space on the top of the page where the banner would be. Thank you so much.