This topic has 1 reply, 2 voices, and was last updated 9 years by Abe.

  • Author
  • #124551
     Accumulated
    Participant

    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

    #124561
     Abe
    Keymaster
    Not marked as solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?