Minor bug: Issues with admin icons when using a child theme
If you create a child theme of JobRoller, apply it and log in to the WordPress admin, the image reference for "Jobs" and "Resumes" in the left navigation is broken. The reference is to the child theme's image repository (e.g. /
wp-content/themes/childtheme/images/resume_icon.png") rather than the parent theme's image repository (e.g. /
wp-content/themes/jobroller/images/resume_icon.png"). This is not the case for the "JobRoller" navigation item, which has the correct image reference.
I think this issue has also been logged for ClassiPress. Minor, and easy to fix (just copied the files to my child theme directory), but figured I'd post.