• Plugin style (wp-category-meta.css) is not loaded/interpreted on Chrome/Chromium, due to inclusion in the middle of the page (when wptm_add_meta_textinput() is called).

    Probably should be loaded in header with:

    wp_register_style('category-meta-css', '/wp-content/plugins/wp-category-meta/wp-category-meta.css');
    wp_enqueue_style('category-meta-css');

    or something similar on wptm_admin_enqueue_scripts(), line 198.

  • The topic ‘[Plugin: Category Meta plugin] CSS not loaded in Chrome/Chromium’ is closed to new replies.