Reply To: IE Edge Issues

Home Forums Support IE Edge Issues Reply To: IE Edge Issues

Home Forums Support IE Edge Issues Reply To: IE Edge Issues

#233170
Andy

Werhoooo, almost squashed this bug too.

When I remove the following code from my functions file the lines on hover disappear!:

/* Reorders Logo & Widget positions */

if ( ! function_exists( 'generate_header_items' ) ) :
/**
 * Build the header
 *
 * Wrapping this into a function allows us to customize the order
 *
 * @since 1.2.9.7
 */
function generate_header_items() 
{
	// Site title and tagline
	generate_construct_site_title();
	
	// Site logo
	generate_construct_logo();

	// Header widget
	generate_construct_header_widget();
}
endif;

Can you confirm they have also been removed for you too? – if so, any ideas why its causing this and what I could do to achieve the desired result?