Hello,
Beginer on WP, i could install “metaslider” on my header with your precious help :
http://mathilde-ypnose.com
— but i couldn’t understand why the initial picture always appear behind the slider?
— and why the slider don’t match with the full div size (pictures size 2000×1200) ?
Thank U for your help.
<?php
/**
* Displays header media
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.0
*/
?>
<div class=”custom-header”>
<div class=”custom-header-media”>
<?php the_custom_header_markup(); ?>
to:
<?php if ( twentyseventeen_is_frontpage()) {
echo do_shortcode(“[metaslider id=349]”);
}
else the_custom_header_markup(); ?>
</div>
<?php get_template_part( ‘template-parts/header/site’, ‘branding’ ); ?>
</div><!– .custom-header –>