Hello avocado,,
I installed the slider with the default slider number 1 and put in this code into: header-image.php.
When I do this, the result is a blank browser ??
<?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 if ( twentyseventeen_is_frontpage()) {
echo do_shortcode(“[R-slider id=’1′]”);
}
else the_custom_header_markup(); ?>
</div>
<?php get_template_part( ‘template-parts/header/site’, ‘branding’ ); ?>
</div><!– .custom-header –>