All of your updates fuck up my functions.php – please do this once and for all so that there are no fluctuations and I don’t have to manually edit the files when you update.
/** Remove Query strings from Static Resources. */
function _remove_script_version( $src ){
$parts = explode( ‘?’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );
*********************
You have 6 external CSS files -combine them when you ship -you’ve done a lot of work so a simple search on google will give you the necessary tools to combine ALL your external stylesheets for faster pageload times. gzip is not enough especially for mobile.
Good theme- nice work -beautiful options -yes, but get the code spot on and then you’ll really be a wordpress team.
Finest Regards
And also an awesome feature would be a list of plugin that your theme does not play well with: do this on the WP dashboard and NOT on themeforest.
Take Care