• Resolved jiggaman

    (@jiggaman)


    I love the program, simple, quick and easy.

    One problem I noticed is that where the css is embedded on some themes it comes up in a lower priority than some of the themes css.

    I would suggest changing line 89 from:

    add_action( 'wp_enqueue_scripts', 'sccss_register_style', 99 );

    to this:

    add_action( 'wp_head', 'sccss_register_style', 999, 1 );

    Thoughts? Would love to see this in the next update and I think it would benefit everybody. (i made the changes to code on my site)

    Thanks!

    https://wordpress.org/plugins/simple-custom-css/

Viewing 1 replies (of 1 total)
  • Plugin Author John Regan

    (@johnregan3)

    Thanks for the suggestion, jiggaman! I’ll take a look at this and definitely consider it for a future release.

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion for Plugin Improvement’ is closed to new replies.