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

    (@lilaeamedia)

    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

    (@lilaeamedia)

    This has been fixed in v 1.1.3.

    Thanks for the heads up and using Child Theme Configurator!

    -jf

    Thread Starter timk

    (@timk)

    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.