• Resolved nitrospectide

    (@nitrospectide)


    Kirki appears to be causing a CSS issue on the admin screen for another plugin: Custom Layouts by Code Amp. Looking into it shows that it’s apparently due to Kirki taking control of pages that use Gutenberg.

    The whole page background goes a very dark gray, and the main UI font on the admin (including the main admin menu down the left side) changes to Merriweather.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This probably has to do with the way the theme is configured.

    Kirki – by default – comes with Gutenberg support enabled, meaning styles configured in the theme are carried over to the Gutenberg editor.

    If that’s not intended by the theme developer, this constant should be added to the code:

    define( 'KIRKI_NO_GUTENBERG_OUTPUT', true );

    Thread Starter nitrospectide

    (@nitrospectide)

    Thank you. To save me having to go back to the theme company, does this just go anywhere in the functions.php?

    This should definitely be reported to the theme creator so that they can take action if necessary.

    Yes, you should be able to simply add this to your functions.php file 🙂

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

The topic ‘Kirki Breaks Admin for Other Plugin’ is closed to new replies.