Load Google Fonts Asynchronously For Page Speed
Add this snippet to the “themenamehere_load_scripts()” function in your theme’s functions.php wp_enqueue_script( ‘google-webfonts’, ‘https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js’, array( ‘jquery’ ), ‘1.5.18’ ); wp_enqueue_script( ‘custom-gfonts’, get_bloginfo( ‘stylesheet_directory’ ) . ‘/js/fonts.js’, array( ‘jquery’ ), ‘1.0.0’ ); Create a file in your themes js folder named fonts.js. Paste in the code below. Of course change the fonts as needed here. WebFont.load({ […]
Custom Template Genesis to List Posts
Genesis(Executive Pro) Responsive Menu Image Fix
Full Width Genesis Header
Use this code to include a custom full width header. You can upload your header image into the backend wordpress or into the images folder of the theme through FTP
Trustworkz Responsive Footer
Swap trustworkz-sig-rt-black.png with trustworkz-sig-rt.png for a white image as needed.