Skip to content

WordPress 6.9 on a classic theme Issues with core block assets #229

@flyt3dev

Description

@flyt3dev

Just wanted to let you know about an issue I have had with front end styles not loading correctly.

Wordpress 6.9.4
Ghost Kit v3.5.1
Classic theme

  • should_load_separate_core_block_assets defaults to true in 6.9 for classic themes
  • GhostKit custom property overrides load correctly but base block stylesheets (e.g. the button block base styles) do not
  • Workaround: add_filter( 'should_load_separate_core_block_assets', '__return_false', 11 )

Cheers and thanks for the work on this plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions