Title: Existing theme doesn&#039;t exist
Last modified: August 21, 2016

---

# Existing theme doesn't exist

 *  Resolved [timk](https://wordpress.org/support/users/timk/)
 * (@timk)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/existing-theme-doesnt-exist/)
 * Error message trying to create child theme:
    `Memoir does not exist. Please select
   a valid Parent Theme` Memoir DOES exist and is currently in use and appears as
   the first selection in the dropdown list of themes.
 * [http://wordpress.org/plugins/child-theme-configurator/](http://wordpress.org/plugins/child-theme-configurator/)

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

 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/existing-theme-doesnt-exist/#post-4414769)
 * Hi Tim,
 * Will you do me a favor and swap out lines 248-250 in class-ctc.php
 * from:
 *     ```
       function check_theme_exists($theme) {
       return in_array(strtolower($theme), array_keys(wp_get_themes()));
       }
       ```
   
 * to:
 *     ```
       function check_theme_exists($theme) {
       return in_array($theme, array_keys(wp_get_themes()));
       }
       ```
   
 * and let me know if it fixes the issue. If so we’ll push a new version shortly.
 * Thanks for using CTC,
 * -jf
 *  Plugin Author [lilaeamedia](https://wordpress.org/support/users/lilaeamedia/)
 * (@lilaeamedia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/existing-theme-doesnt-exist/#post-4414836)
 * This has been fixed in v 1.1.3.
 * Thanks for the heads up and using Child Theme Configurator!
 * -jf
 *  Thread Starter [timk](https://wordpress.org/support/users/timk/)
 * (@timk)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/existing-theme-doesnt-exist/#post-4414849)
 * Thanks for the fast response! Works great!

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

The topic ‘Existing theme doesn't exist’ is closed to new replies.

 * ![](https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885)
 * [Child Theme Configurator](https://wordpress.org/plugins/child-theme-configurator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/child-theme-configurator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/child-theme-configurator/)
 * [Active Topics](https://wordpress.org/support/plugin/child-theme-configurator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/child-theme-configurator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/child-theme-configurator/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)

 * 3 replies
 * 2 participants
 * Last reply from: [timk](https://wordpress.org/support/users/timk/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/existing-theme-doesnt-exist/#post-4414849)
 * Status: resolved