Child theme footer not working after classipress upgrade.
I upgraded my classipress from 3.1.9 to 3.2.1 today and now my child-theme is not working correctly. This is a child theme that I created myself. The problem is that the child theme is not recognizing that I have a custom theme-footer.php Originally I had modified the theme-functions in the classipress folder to use the stylesheetpath instead of the template path for that file and everything worked fine. I did the same thing in the new version and then cleared the classipress template cache but its ignoring the file. I then tried modifying the child themes functions.php to use the custom footer and same issue it was ignored. Then i read that "core files" cant be in the "includes" folder of the child theme, so i moved it to the root of the child theme and then tried both of the previous steps, and the same issue. Then i tried just modifying the theme-footer.php in the classipress folder itself and reset the cache, and same problem. Im not even getting an error, the original footer still displays.
I would greatly appreciate some help getting my custom footer back working with 3.2.1