Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    If it is not a template file it will not be loaded automatically. You need to find where the file is being loaded in the parent functions.php and override that function in the child functions.php. This may require a lot of debugging and backtracing to determine.

    Some themes are so heavily laden with “features” that they make it impossible to use child themes without extensive recoding.

    This, however, appears to be a theme core include. Some files are meant to be executed by the parent theme only and not intended to be overridden. Check your theme’s website documentation for more information.

    Thread Starter amadreamer

    (@amadreamer)

    My knowledges in dev are not very good so at the end I made changes in the parent class file.

    Thanks a lot for you answer anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Class Files’ is closed to new replies.