• Hi Team

    I am little confuse about the website speed. In the guide https://docs.presscustomizr.com/article/243-speed-up-the-hueman-theme-how-to-setup-w3-total-cache-plugin , I have done all the setting but my site using a “CHILD THEME”. Is all the settings are same?? LIke
    ______
    JS file management:
    Theme: Select Hueman from the drop-down
    Click on Add a script button, and you will see a set of inputs
    Enter the following contents into the inputs, repeat for all the Javascript files listed below.
    Take note of the file sequence, jquery.js will always be the first to load, or you will get script errors.
    File URI: Template: Embed Location:
    wp-includes/js/jquery/jquery.js All Templates Embed in <head>
    wp-includes/js/jquery/jquery-migrate.min.js All Templates Embed in <head>
    wp-content/themes/hueman/assets/front/js/lib/jquery.flexslider.min.js All Templates Embed in <head>
    wp-content/themes/hueman/assets/front/js/scripts.min.js
    All Templates Embed after </body>
    wp-includes/js/wp-embed.min.js All Templates Embed after </body>

    _____

    CSS file management:
    Theme: Select Hueman from the drop-down
    Click on Add a style sheet button, and you will see a set of inputs
    Enter the following contents into the inputs, repeat for all the Stylesheet files listed below.
    Take note of the file sequence.
    File URL Embed Location
    wp-content/themes/hueman/assets/front/css/main.min.css
    All Templates
    wp-content/themes/hueman/style.css
    All Templates

Viewing 1 replies (of 1 total)
  • If you just copied over all templates from the parent theme into the child theme directory, you’ll just have to update the file paths in the suggested changes. So something like:

    File URL Embed Location
    wp-content/themes/hueman/assets/front/css/main.min.css

    would turn into

    File URL Embed Location
    wp-content/themes/hueman-child-theme/assets/front/css/main.min.css

    Using whatever name of the directory you chose for the child theme of course. If you only moved over a few files into the child theme and none of them are listed in the suggested options, you can keep the file locations that are listed in the suggestions and it should work.

Viewing 1 replies (of 1 total)
  • The topic ‘website speed increase’ is closed to new replies.