Just about to post the same thing!
same here to.
For me, as soon as a browser has additional tabs active, the top of the header image is cute off.
please let me know if there’s a solution.
-
This reply was modified 9 years, 3 months ago by
otonerecords.
hey guys, i’ve found a workaround:
as i already use master slider, i choose to use a one picture slider, but you can just edit your child themes template_parts/header/header-image.php (copy these files to your childs theme directory from the original twentyseventeen theme)
just edit this:
<div class="custom-header-media">
<?php the_custom_header_markup(); ?>
</div>
to this:
<div class="custom-header-media">
<?php masterslider(1); ?>
</div>
add your image or div with bg or whatever image here (in my case a fullwidth responsive slider like this <?php masterslider(1); ?> ) and style according your wishes.
-
This reply was modified 9 years, 3 months ago by
dubiousa.
@dubiosa
Re: Masterslider, is this the plugin you’re using?
https://ww.wp.xz.cn/plugins-wp/master-slider/
yes, the free version is enough, but i still consider going pro for text layers..
How do I add responsive full width background slider shortcode instead of master-slider? Now it just works with toggle button the default header image in 2017 theme is always visible instead of rfwb slider.
Please let me know
thanks
Rd