• Hi im having this issue where i want to add some classes to Huemans dynamic styles php, it works on main theme but i want to add it in my child theme. Is this possible and how can i do it.

    i tried to copy the dynamic style php to child theme functions folder but it didnt help and and alsso i tried to add “alx_load” in functions php, didnt help

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the alx_load function of your child theme, you need to change:

    get_template_directory()

    To:

    get_stylesheet_directory()

    for the files you wish to load from the child theme instead.

    Thread Starter hingane

    (@hingane)

    it gives me blank page

    “Failed to load resource: the server responded with a status of 500 (Internal Server Error)”

    Thread Starter hingane

    (@hingane)

    sorry my bad it works 😀

    i had cache on so my last code was still there where i called it with get_template_directory_uri

    thnx Alex!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘hueman dynamic styles child mod’ is closed to new replies.