Title: Scroot's Replies | WordPress.org

---

# Scroot

  [  ](https://wordpress.org/support/users/scroot/)

 *   [Profile](https://wordpress.org/support/users/scroot/)
 *   [Topics Started](https://wordpress.org/support/users/scroot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scroot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scroot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scroot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scroot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scroot/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_enqueue_style ignores @imports?](https://wordpress.org/support/topic/wp_enqueue_style-ignores-imports/)
 *  Thread Starter [Scroot](https://wordpress.org/support/users/scroot/)
 * (@scroot)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/wp_enqueue_style-ignores-imports/#post-2737973)
 * **Fixed.**
 * The problem was that all `@import` statements must come **_before_** any other
   CSS in the stylesheet. In my case, I had the reset not as an import, but as a
   built-in section (after which I was trying my imports).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Manual Coda-Slider (not plugin) jQuery Issue/Errors](https://wordpress.org/support/topic/manual-coda-slider-not-plugin-jquery-issueerrors/)
 *  Thread Starter [Scroot](https://wordpress.org/support/users/scroot/)
 * (@scroot)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/manual-coda-slider-not-plugin-jquery-issueerrors/#post-2650965)
 * Try:
    `jQuery().ready(function($) {`
 * at the beginning instead.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Manual Coda-Slider (not plugin) jQuery Issue/Errors](https://wordpress.org/support/topic/manual-coda-slider-not-plugin-jquery-issueerrors/)
 *  Thread Starter [Scroot](https://wordpress.org/support/users/scroot/)
 * (@scroot)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/manual-coda-slider-not-plugin-jquery-issueerrors/#post-2650909)
 * I fixed this by changing the `$` to `jQuery` in the two outer-most functions 
   of the coda-slider plugin, though there has to be some better way to do this.

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