Title: Full sticky header
Last modified: August 19, 2022

---

# Full sticky header

 *  Resolved [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/)
 * Hello,
 * would you be able to add an option for a full sticky header instead of what you
   currently have where it recedes as scrolled down?

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934061)
 * Hi!
 * Edit header.php on line 31, where it says:
 *     ```
       <header id="header" class="hide-on-scroll-down nav-menu-dropdown-left">
       ```
   
 * Change to:
 *     ```
       <header id="header" class="nav-menu-dropdown-left">
       ```
   
 *  Thread Starter [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934094)
 * Yes, I thought that was the solution.
    But it seems the sticky header is not 
   working at all on my site. I tried your other free themes with sticky headers
   to see if the issue is on my side.
 * The only themes that works for me is Blogside & Readspec & Squareread as far 
   as sticky header is concerned. Basically, your older themes.
 * FYI, I disabled all plugins to test it. Not really sure what’s going on.
    -  This reply was modified 3 years, 9 months ago by [aldude](https://wordpress.org/support/users/aldude/).
    -  This reply was modified 3 years, 9 months ago by [aldude](https://wordpress.org/support/users/aldude/).
    -  This reply was modified 3 years, 9 months ago by [aldude](https://wordpress.org/support/users/aldude/).
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934235)
 * Hm, what screen resolution are you on? The themes are built to stop stickying
   the header at 1080p.
 *  Thread Starter [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934239)
 * I tried desktop, tablet, and mobile.
 * No sticky header at all in all cases. I can sort of make it work by overriding
   CSS and adding elements to #header-sticky but that doesn’t help you.
 * The issue is present in all of your recent themes with the new sticky header.
   It works on your site as well as preview from WordPress.Org. But, once installed
   on my server at least, simply stops working.
 * I wish I had another server to test them on but sadly I don’t.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934244)
 * The related javascript is:
    /js/jq-sticky-anything.min.js and in /js/scripts.
   js:
 *     ```
       /*  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:         ''
       	});
       ```
   
 * I wonder if you have trouble loading any of it? I’m confused as no one else has
   reported this issue before.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934253)
 * You say you tested to disable all plugins, so some breaking minifying code can’t
   be the reason either. Does it work on [http://demo.alx.media/shapebox/](http://demo.alx.media/shapebox/)
   for you?
 *  Thread Starter [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934257)
 * Yeah, it works on your site as well as within preview on WordPress.org.
 * Here is the site in question. I didn’t want to reveal it but I guess I have no
   choice.
 * I will delete the url later.
 * <deleted>
 * I don’t have that many plugins to begin with. None of it should be interfering
   it. The two JS files do seem to load.
 * Really puzzled.
    -  This reply was modified 3 years, 9 months ago by [aldude](https://wordpress.org/support/users/aldude/).
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934263)
 * The sticky header works fine there on the site for me. Both in Chrome and Firefox.
 * Do you have any browser addon/plugin that may break it on your end?
 *  Thread Starter [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934265)
 * Then it must be my browser?
 * It’s chrome with only ad block though?
 *  Thread Starter [aldude](https://wordpress.org/support/users/aldude/)
 * (@aldude)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934271)
 * Yeah, does work fine in Edge.
 * Really weird. Well, I guess it is solved now. Thanks. I guess the issue is on
   my end, local.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934272)
 * Must be something on your end then yeah…hm. I use uBlock Origin in Firefox, works
   still. No other addons for you? What else could it be… cache in your browser?
   No idea.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Full sticky header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shapebox/1.1.1/screenshot.png)
 * Shapebox
 * [Support Threads](https://wordpress.org/support/theme/shapebox/)
 * [Active Topics](https://wordpress.org/support/theme/shapebox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shapebox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shapebox/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/full-sticky-header/#post-15934272)
 * Status: resolved