Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268954

    Hi
    This is in response to the answer #262980, my topic was close and i am having trouble with the child theme.
    https://kriesi.at/support/topic/portfolio-arrows-issue/

    The child theme is installed, i changed the code on the functions-enfold.php but it doesn’t work. If i add the same file to the parent theme, it works. Is there maybe another code that i need to add so the child theme can read it?

    thanks for your help

    shanti

    #269288

    Hi Shanti!

    A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.

    You can add the function as a whole (avia_post_nav) to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.

    Best regards,
    Josue

    #270967

    thank you, it works now :)

    #270969

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with the Child Theme’ is closed to new replies.