can you guide me how you place hero image(funko fair) in front page?
I have tried so many things, but, I couldn’t do it?
please check this link: https://ibb.co/jMxSdrr
Hi, you need to edit de index.php (better in a child theme). Then add your code between the lines:
<?php get_template_part(‘inc/front-widgets-top’); ?>
// place your code here
<?php if ( have_posts() ) : ?>
Thats all 🙂
Regars
Diego M.
Hi there!
I can’t really help out with this customization, but the stick header script that you would need to edit (and possibly some additional css too) can be found in /js/scripts.js where it says:
/* Header Sticky
/* ------------------------------------ */
$('.logged-out #header-sticky').stickThis({
top: 0,
minscreenwidth: 1081,
maxscreenwidth: 999999,
zindex: 99,
debugmode: false,
pushup: ''
});
$('.admin-bar #header-sticky').stickThis({
top: 32,
minscreenwidth: 1081,
maxscreenwidth: 999999,
zindex: 99,
debugmode: false,
pushup: ''
});