• Resolved ben8jam

    (@ben8jam)


    Hi there – Love the Hueman profile.

    However, I tried adding some custom css to the custom.css file via the editor and saw it wasn’t making any changes. On further inspection I can see the custom.css file is not even being loaded in the head of the website. Looking at the template files I see it’s loading wp_head() – but not sure where that is to check.

    Any help?

    https://digitallapress.com

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ben8jam

    (@ben8jam)

    I found the wp-head function in the general-template.php – but that didn’t really help me.

    Thread Starter ben8jam

    (@ben8jam)

    NM

    I switched to a child-theme option

    Hi,
    I see you made child theme (suppose you activated it also), but my guess is:
    -main theme folder is “\wp-content\themes\hueman”
    -your child theme folder is “\wp-content\themes\hueman-child-master”
    I think you should rename child theme folder to
    “\wp-content\themes\hueman-child”
    Previous versions had “hueman-master” folder, but 2.14 and 2.15 (latest) are in “hueman” sub folder.
    Hope my guess is right and it helps, try and LMK.
    Mike

    Obviously, we were writing at the same time, but solved, anyway ??

    Thread Starter ben8jam

    (@ben8jam)

    I have a Hueman-Child-Master folder that seems to be working…

    Actually the problem with the custom.css inital problems was that it was turned “ON” in the theme settings. But I could have sworn I went there mutliple times to and didn’t see it. Seemed to only see it after I activated the child-theme – but that could just have been my tired eyes.

    So beyond that, you’re saying I should rename my child theme folder?

    Sorry, my mistake – I remember when started using Hueman theme (5-6 months ago) I had some problem with folders. Now found in “my archives” older versions were located in “hueman-master” folder, correct import clause in child was “@import url(“../hueman-master/style.css”); to point to right parent folder, it was bothering me 1/2 an hour to find out (now it is “@import url(“../hueman/style.css”);).
    I was also writing post about 3 a.m. pretty tired and didn’t checked.
    So, don’t rename folder (though i think it would do no harm) as everything works in child – I see you already made a lot of modification, keep up the good work.
    Mike

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘custom.css is not loaded in head’ is closed to new replies.