psaikali/wp-timeliner

Issue with backend only styles loaded in the frontend

Closed this issue · 0 comments

When WP Timeliner is activated, 'blocks.editor.build.css' and it's dependency 'wp-edit-blocks' are loaded in the frontend, when they should be loaded in the backend only.

This makes Gutenberg columns to break in the frontend when the plugin is active.

Here a simple two column page without WP Timeliner:

gutenberg-columns-ok

And here it is with WP Timeliner activated:

gutenberg-columns-broken