• Resolved enollo

    (@enollo)


    Thanks for building this plugin! The removal of the feature had me confused for a little while.

    I’ve been sitting on a child theming annoyance regarding this feature. I have not found a ticket regarding it yet so I figure I should point it out here as it has been pulled from the upcoming release.

    Line 177 of fourteen-colors.php targets only twenty fourteen and ensures if you have created a child theme, the mid and light accent colors would not be rebuilt.

    This means that any element using these colors would not update and would stay at the original green accents.

    Try changing the line to the following to ensure it allows child themes to update the colors:

    $fourteen_theme = get_stylesheet();
    add_action( "update_option_theme_mods_$fourteen_theme", 'fourteen_colors_rebuild_accent_colors' );

    Let me know what you think.

    Thanks

    https://www.ads-software.com/plugins/fourteen-colors/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thanks & Child theme suggestion’ is closed to new replies.