Danny Foo
Results
2
comments of
Danny Foo
I've taken on maintenance of an old site using OptionTree. Would I have to rebuild all the options with WP Option Builder? Or, is there a way to migrate/import the...
I'm using this on Wordpress as below, but it only works after I hit refresh. `jQuery(document).ready(function(){ $('header').sticky({ topSpacing: 0 }); if(window.innerWidth < 560) { $('header').unstick(); } });` Not sure why...