themenow
themenow
+1, 2 layers style looks much better in some designs, also it's good to have more options than less.
The problem is WordPress itself hard-code the ID too, for example, when you assign a menu to a location in Appearance > Menus or Appearance > Customize, the data is...
About title change: It seems it's the expected behavior for an element stay on top at the beginning, so the real issue is the sticky element changes the point of...
I have changed my JS code back to before ``` $(window).scroll(function() { var y = $(this).scrollTop(); if (y > 0) { header.addClass('fixed'); } else { header.removeClass('fixed'); } }); ``` but...
@pfkdesign same here, did you find a solution?
@xiio not working either, the loading icon does show up immediately, but there is no overlap, and no fadeout, you can see the issue [here](http://themenow.com/demo/sceno/portfolio/)
Changing to Slide effects solved my problem, it seems the Overlay mode supports only Slide effects