« See all FAQs for Mommy Blog - Premium WordPress Jigoshop Theme
The large header image cannot be set differently to the small header image.
Open the file widgets/header.php and change two incorrect lines of code:
$large_image = esc_attr($instance['small_image']);to this:
$large_image = esc_attr($instance['large_image']);On line 121 change this:
$large_image = esc_attr($instance['small_image']);to this
$large_image = esc_attr($instance['large_image']);



