• Hi, is it possible to make the header / menu fixed on mobiles when scrolling?

    thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • morbishreejioff

    (@morbishreejioff)

    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

    Thread Starter funkopopwave

    (@funkopopwave)

    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.

    Theme Author Alexander Agnarson

    (@alxmedia)

    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:         ''
    	});
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header fixed on mobile’ is closed to new replies.